CraftBukkit/Spigot
f359c7a3ec
Fix new map colors rendering as transparent
...
By: DerFrZocker <derrieple@gmail.com >
2021-06-12 19:56:13 +10:00
CraftBukkit/Spigot
b3a8254758
Update to Minecraft 1.17
...
By: md_5 <git@md-5.net >
2021-06-11 15:00:00 +10:00
CraftBukkit/Spigot
9da047989c
Repackage NMS
...
By: md_5 <git@md-5.net >
2021-03-16 09:00:00 +11:00
CraftBukkit/Spigot
b2efd58164
Organise imports
...
By: md_5 <git@md-5.net >
2021-03-09 08:47:33 +11:00
CraftBukkit/Spigot
d709e3ffee
SPIGOT-5841: New map colours broken
...
By: md_5 <git@md-5.net >
2020-06-27 09:05:09 +10:00
CraftBukkit/Spigot
50503fd516
Update to Minecraft 1.16.1
...
By: md_5 <git@md-5.net >
2020-06-25 10:00:00 +10:00
CraftBukkit/Spigot
18886036f4
Misc checkstyle fixes
...
By: md_5 <git@md-5.net >
2020-04-14 12:34:43 +10:00
CraftBukkit/Spigot
a4b8e8ce68
Update to Minecraft 1.14.4
...
By: md_5 <git@md-5.net >
2019-07-20 09:00:00 +10:00
CraftBukkit/Spigot
cd9d8451fd
SPIGOT-4958: API to set map trackingPosition
...
By: md_5 <git@md-5.net >
2019-05-20 19:29:51 +10:00
CraftBukkit/Spigot
b407bebd8d
SPIGOT-4900: Rearchitect multiworld support for better compat with new villager AI
...
By: md_5 <git@md-5.net >
2019-05-12 11:15:48 +10:00
CraftBukkit/Spigot
bfea9a3269
Add Override annotations where appropriate
...
By: md_5 <git@md-5.net >
2019-04-28 11:38:01 +10:00
CraftBukkit/Spigot
09673c1a03
Apply import ordering rules to CraftBukkit classes
...
By: md_5 <git@md-5.net >
2019-04-23 14:54:36 +10:00
CraftBukkit/Spigot
a0f2b74c8d
Update to Minecraft 1.14-pre5
...
By: md_5 <git@md-5.net >
2019-04-23 12:00:00 +10:00
CraftBukkit/Spigot
273056bd1a
SPIGOT-4496: Undeprecate MapView.getId and make int
...
By: md_5 <git@md-5.net >
2018-11-23 11:50:48 +11:00
CraftBukkit/Spigot
f578d94680
Update to Minecraft 1.13.1
...
By: md_5 <git@md-5.net >
2018-08-26 12:00:00 +10:00
CraftBukkit/Spigot
53dc3c4b9c
SPIGOT-4182: Implement cursor captions
...
By: md_5 <git@md-5.net >
2018-07-29 15:10:08 +10:00
CraftBukkit/Spigot
7e0a66fdd5
Update to Minecraft 1.13-pre7
...
By: md_5 <git@md-5.net >
2018-07-15 10:00:00 +10:00
CraftBukkit/Spigot
d54b9c77e9
SPIGOT-3886: Plugin exceptions in map rendering should not crash server
...
By: md_5 <git@md-5.net >
2018-04-08 20:03:12 +10:00
CraftBukkit/Spigot
df475be109
SPIGOT-3331: New map colours don't display
...
By: md_5 <git@md-5.net >
2017-06-12 19:16:30 +10:00
CraftBukkit/Spigot
4e412ab4e3
Update to Minecraft 1.11
...
By: md_5 <git@md-5.net >
2016-11-17 12:41:03 +11:00
CraftBukkit/Spigot
a419776f3c
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
By: Thinkofdeath <thinkofdeath@spigotmc.org >
2014-11-26 08:32:16 +11:00
CraftBukkit/Spigot
79e5718f39
Update CraftBukkit to Minecraft 1.7.10
...
By: Travis Watkins <amaranth@ubuntu.com >
2014-06-26 13:05:08 -05:00
CraftBukkit/Spigot
8cc0d0c782
Correctly validate map colors. Fixes BUKKIT-4984
...
The validation check in CraftMapView.render(CraftPlayer) filters out any
values less than 0. As of Minecraft 1.7, -128 through -113 are valid colors,
so filtering them out prevents some of the new colors from being sent.
This commit fixes the issue by adjusting the validation check to include
any values less than or equal to -113. As the minimum value for a byte is
-128, no invalid colors are included.
By: t00thpick1 <t00thpick1dirko@gmail.com >
2013-12-03 13:27:12 -05:00
CraftBukkit/Spigot
56947c94a9
Cleanup comments, formatting, etc
...
By: Travis Watkins <amaranth@ubuntu.com >
2013-03-24 23:22:32 -05:00
CraftBukkit/Spigot
b67f6a3633
Don't show a player on map if they're vanished. Fixes BUKKIT-1882
...
By: Travis Watkins <amaranth@ubuntu.com >
2012-11-17 10:31:13 -06:00
CraftBukkit/Spigot
1177b02708
Update CraftBukkit to Minecraft 1.4(.2).
...
By: Travis Watkins <amaranth@ubuntu.com >
2012-10-24 22:53:23 -05:00
CraftBukkit/Spigot
fa547512af
Deprecation cleanup.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-30 21:51:53 +01:00
CraftBukkit/Spigot
7c345d4d82
Fix formatting.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-14 23:02:10 +01:00
CraftBukkit/Spigot
1e0e49a804
Update to mc-dev rename revision 01
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-12 15:27:39 +00:00
CraftBukkit/Spigot
0939b7a7f9
Updated to use mc-dev rename revision 1
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-29 23:17:43 +00:00
CraftBukkit/Spigot
fd2530530d
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
...
By: EvilSeph <evilseph@gmail.com >
2011-08-12 22:47:47 -04:00