md_5
e3df3d5cda
Add Override annotations where appropriate
2019-04-28 11:38:01 +10:00
md_5
5fea790398
Apply import ordering rules to CraftBukkit classes
2019-04-23 14:56:58 +10:00
md_5
a2d787f6eb
Update to Minecraft 1.14-pre5
2019-04-23 12:00:00 +10:00
md_5
b4ee04baae
SPIGOT-4496: Undeprecate MapView.getId and make int
2018-11-23 11:50:48 +11:00
md_5
ce1af0c348
Update to Minecraft 1.13.1
2018-08-26 12:00:00 +10:00
md_5
2ba567f29b
SPIGOT-4182: Implement cursor captions
2018-07-29 15:10:08 +10:00
md_5
421c1728c8
Update to Minecraft 1.13-pre7
2018-07-15 10:00:00 +10:00
md_5
9060bfa9b9
SPIGOT-3886: Plugin exceptions in map rendering should not crash server
2018-04-08 20:03:12 +10:00
md_5
f85977ae6f
SPIGOT-3331: New map colours don't display
2017-06-12 19:16:30 +10:00
md_5
c25ddf063a
Update to Minecraft 1.11
2016-11-17 12:41:03 +11:00
Thinkofdeath
24557bc2b3
Update to Minecraft 1.8
...
For more information please see http://www.spigotmc.org/
2014-11-28 17:16:30 +11:00
Travis Watkins
dbb5e6e3cd
Update CraftBukkit to Minecraft 1.7.10
2014-07-08 14:31:10 -05:00
t00thpick1
e5353b82a7
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.
2013-12-03 18:56:36 -07:00
Travis Watkins
5f089137ee
Cleanup comments, formatting, etc
2013-03-25 00:51:36 -05:00
Travis Watkins
20c074ec6c
Don't show a player on map if they're vanished. Fixes BUKKIT-1882
2012-11-17 15:06:06 -06:00
Travis Watkins
60819c6693
Update CraftBukkit to Minecraft 1.4(.2).
2012-10-27 22:19:03 -04:00
Erik Broes
137880b727
Deprecation cleanup.
2012-02-18 13:06:12 -05:00
Erik Broes
a4ce846d07
Fix formatting.
2012-01-15 10:54:57 +01:00
Nathan Adams
897551e39e
Update to mc-dev rename revision 01
2012-01-12 15:27:39 +00:00
Nathan Adams
8fbe78a2c3
Updated to use mc-dev rename revision 1
2011-11-30 21:46:19 +00:00
EvilSeph
748a6288e4
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
2011-08-12 23:06:02 -04:00