Minestom/src/main/java/net/minestom/server
2020-12-06 00:06:52 +01:00
..
advancements Javadoc clarification 2020-11-16 00:04:27 +01:00
attribute Reformat code 2020-11-17 15:58:36 +01:00
benchmark Use of a ScheduledExecutorService for the server ticks (instead of Thread#sleep) 2020-11-28 21:50:34 +01:00
bossbar Javadoc clarification 2020-11-16 00:04:27 +01:00
chat Removed TODO 2020-11-13 00:31:04 +01:00
collision Velocity cleanup 2020-12-04 19:19:30 +01:00
command Precision in the documentation, syntax argument count needs to be higher than 0 2020-12-05 16:19:54 +01:00
data Allow custom suggestion type with ArgumentDynamicWord 2020-11-22 22:58:14 +01:00
effects Final for enums and some annotations. 2020-09-29 21:45:16 +02:00
entity Allow custom EntityCreature death animation time 2020-12-06 00:06:52 +01:00
event Cleanup for the sound code, and comment for PlayerLoginEvent about not working player methods 2020-12-02 14:36:54 +01:00
extensions Fixed concurrent exception when shutting down the extension manager 2020-12-03 17:54:23 +01:00
extras Ignore kotlin in classloader 2020-12-05 11:44:18 -05:00
gamedata Small cleanup 2020-10-29 22:52:07 +01:00
instance Minestom is not really an alternative to Bukkit 2020-11-25 10:58:09 +01:00
inventory Replaced Arrays.copyOf to native #clone 2020-11-21 09:35:50 +01:00
item The leather armor pieces are now correctly colored 2020-12-05 20:45:54 +01:00
listener Fix player teleport being teleported inside a block 2020-12-05 17:14:10 +01:00
map Fix unmappable character 2020-11-19 08:19:16 +01:00
network NettyPlayerConnection.java#write and flush should return a ChannelFuture 2020-12-05 20:35:43 +01:00
particle Renamed PacketWriter/Reader to BinaryWriter/Reader + optimization to serializing 2020-08-19 20:34:21 +02:00
permission Created PermissionHandler 2020-11-14 07:06:46 +01:00
ping Explanation for ResponseDataConsumer ang general comment cleanup 2020-10-17 13:24:18 +02:00
potion Added support for CustomPotionEffect in PotionMeta 2020-10-16 16:32:57 +02:00
recipe Update Recipe code, add abstraction for different recipe packet types. 2020-10-02 18:18:04 +02:00
registry Fix data file not being generated in TestLootTables 2020-11-16 00:46:46 +01:00
resourcepack Nodes in command can now be shared with each other 2020-10-28 01:02:12 +01:00
scoreboard Javadoc clarification 2020-11-16 00:04:27 +01:00
sound Completely removed RegistryMain 2020-06-29 20:29:50 +02:00
stat Fixed shared instances tick being called 2 times 2020-10-31 02:55:55 +01:00
storage Cleanup 2020-11-18 06:39:20 +01:00
thread Set the default thread provider thread count to PROCESSORS*2 2020-11-17 02:56:55 +01:00
timer Prevent players being disconnected two times during a clean stop, also made shutdown tasks being executed in a single thread 2020-12-02 21:28:36 +01:00
utils NettyPlayerConnection.java#write and flush should return a ChannelFuture 2020-12-05 20:35:43 +01:00
world Removed lombok dependency 2020-11-16 03:10:51 +01:00
Bootstrap.java Start of tree-based classloading 2020-10-28 16:24:29 +01:00
MinecraftServer.java Disable netty errors processing by default 2020-12-05 20:54:39 +01:00
UpdateManager.java Execute the shutdown tasks before closing the netty server 2020-12-02 20:55:05 +01:00
Viewable.java sendPacketToSelf 2020-11-30 10:25:12 +10:00