Minestom/src/main/java/net/minestom/server
Eoghanmc22 7d59347873 Hotfix
2020-06-26 18:55:41 -04:00
..
attribute basic 1.16.1 support 2020-06-25 15:05:58 -04:00
benchmark Modified digging listener, added more clear exceptions and some comments 2020-05-27 19:43:08 +02:00
bossbar Added a new Chat API 2020-06-22 23:25:00 +02:00
chat Added legacy message support 2020-06-23 22:46:22 +02:00
collision Lot of comments 2020-05-27 20:30:13 +02:00
command Added CommandSender#isPlayer and CommandSender#isConsole 2020-06-22 00:48:12 +02:00
data Added optional Mojang auth and UUIDs support (MojangAuth.init()), added support for skin layers, and made everywhere have max lighting. 2020-06-21 18:04:19 -04:00
effects Send effects to players 2020-04-28 16:08:21 +02:00
entity Minor optimizations to mojang auth. 2020-06-25 19:40:33 -04:00
event Fixed Held packet + replaced the short by a byte 2020-06-23 18:09:01 +02:00
extras Minor optimizations to mojang auth. 2020-06-25 19:40:33 -04:00
gamedata Basic implementation of tags 2020-06-23 18:17:02 +02:00
instance Minor optimizations to mojang auth. 2020-06-25 19:40:33 -04:00
inventory Added CommandSender#isPlayer and CommandSender#isConsole 2020-06-23 17:25:46 +02:00
item basic 1.16.1 support 2020-06-25 15:05:58 -04:00
listener Fixed Held packet + replaced the short by a byte 2020-06-23 18:09:01 +02:00
network Minor optimizations to mojang auth. 2020-06-25 19:40:33 -04:00
particle basic 1.16.1 support 2020-06-25 15:05:58 -04:00
ping Comments 2020-05-28 19:15:55 +02:00
potion Added Enchantment & PotionType enum + PlayerCommandEvent call 2020-04-29 19:23:47 +02:00
reader WIP chunk biomes 2020-05-08 20:50:05 +02:00
recipe Proper List#toArray array initialization 2020-05-25 12:25:39 +02:00
registry basic 1.16.1 support 2020-06-25 15:05:58 -04:00
resourcepack Resource pack cleanup 2020-05-31 20:09:42 +02:00
scoreboard Minor optimizations to mojang auth. 2020-06-25 19:40:33 -04:00
sound basic 1.16.1 support 2020-06-25 15:05:58 -04:00
stat basic 1.16.1 support 2020-06-25 15:05:58 -04:00
storage Added InstanceContainer#saveInstance to save its SerializableData + its uniqueId 2020-06-01 22:11:47 +02:00
timer Set lastUpdateTime on task creation, otherwise delayed task won't be delayed 2020-05-01 23:35:56 +02:00
utils basic 1.16.1 support 2020-06-25 15:05:58 -04:00
world Package rename to net.minestom.server 2020-04-24 03:25:58 +02:00
MinecraftServer.java Hotfix 2020-06-26 18:55:41 -04:00
UpdateManager.java Added a new Chat API 2020-06-22 23:25:00 +02:00
Viewable.java Added Entity#isAutoViewable & making Viewable#addViewer and Viewable#removeViewer return boolean 2020-05-23 17:57:56 +02:00