Minestom/src/main/java/net/minestom/server
Noel Németh ea3936b03b Rework config 2022-06-21 15:56:58 +02:00
..
advancements Replace PlayerConnection#sendPacket when possible 2022-05-10 10:07:55 +02:00
adventure Address styling issues 2022-06-20 23:22:33 +02:00
attribute Remove the concept of non-shared attribute 2022-01-10 16:51:21 +01:00
collision Additional collision style 2022-05-17 18:35:38 +02:00
color Automatically generate dye colors. (#1051) 2022-05-10 20:03:23 +02:00
command Address styling issues 2022-06-20 23:22:33 +02:00
coordinate Add a new Pos#sameView 2022-04-19 21:09:02 +02:00
crypto Fix tests 2022-06-20 00:27:50 +02:00
effects
entity Address styling issues 2022-06-20 23:22:33 +02:00
event Rework registry 2022-06-20 19:46:14 +02:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extensions Fixed nullpointer when unloading a dependent extention that was already unloaded (#601) 2022-01-25 13:51:10 +01:00
extras BungeeCordProxy: skip if the name is not textures or the value & signature does not exist (#1127) 2022-05-26 16:41:50 +02:00
gamedata/tags Decrease memory footprint of the registry cache (#521) 2021-11-07 13:40:54 +01:00
instance 1.19 2022-06-09 22:15:28 +02:00
inventory Replace PlayerConnection#sendPacket when possible 2022-05-10 10:07:55 +02:00
item ItemStack.Builder should only be TagWritable 2022-05-02 21:51:33 +02:00
listener Cleanup, minor changes 2022-06-19 20:04:53 +02:00
map Remove MinestomThreadPool, use the common pool for generation 2022-01-12 22:37:35 +01:00
message Rework registry 2022-06-20 19:46:14 +02:00
monitoring Fix BenchmarkManager on substrate VM 2022-02-23 04:46:15 +01:00
network Rework config 2022-06-21 15:56:58 +02:00
particle Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
permission Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
ping Remove deprecated ResponseDataConsumer, add support for unix domain socket 2022-01-25 01:38:18 +01:00
potion 1.18.2 update (#714) 2022-03-01 00:40:19 +01:00
recipe Fix DeclareRecipePacket (#562) 2022-01-10 16:51:21 +01:00
registry Rework config 2022-06-21 15:56:58 +02:00
resourcepack Add ResourcePack#optional overload to specify prompt (#600) 2022-01-25 01:42:32 +01:00
scoreboard Replace PlayerConnection#sendPacket when possible 2022-05-10 10:07:55 +02:00
snapshot Avoid slow synchronized path during reference building 2022-05-04 18:24:15 +02:00
sound Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
statistic Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
tag Rename AutoIncrementMap 2022-05-16 08:39:18 +02:00
terminal Command argument signing, TODO: Check where is it necessary to pass the signature to the context 2022-06-12 16:15:41 +02:00
thread Replace thread locals to pool (#1079) 2022-05-16 07:34:47 +02:00
timer Async tasks cancellation fix (#907) 2022-04-11 20:26:59 +02:00
utils Address styling issues 2022-06-20 23:22:33 +02:00
world 1.19 2022-06-09 22:15:28 +02:00
Configuration.java Rework config 2022-06-21 15:56:58 +02:00
MinecraftServer.java Rework config 2022-06-21 15:56:58 +02:00
ServerProcess.java Rework config 2022-06-21 15:56:58 +02:00
ServerProcessImpl.java Rework config 2022-06-21 15:56:58 +02:00
Tickable.java Fix merge, remove unnecessary methods (for now) 2021-04-14 20:09:49 +02:00
Viewable.java Batch `sendPackets` list content in a single message 2021-11-17 23:12:54 +01:00