Minestom/src/main/java/net/minestom/server
Matt Worzala 546afff818
Merge 95c5f6675f into 5c23713c03
2024-04-25 12:49:37 +00:00
..
advancements fix: update advancement packet to 1.20.4 2024-02-09 14:27:43 -05:00
adventure fix: do not send close inventory packet when opening a new inventory while one is open 2024-04-25 08:45:36 -04:00
collision feat: even more components (only 2 missing ones) 2024-04-25 08:45:35 -04:00
color Automatically generate dye colors. (#1051) 2022-05-10 20:03:23 +02:00
command feat: initial ArgumentItemStack reader, other minor fixes 2024-04-25 08:45:38 -04:00
coordinate Fix method javadoc (#1802) 2023-03-25 19:35:33 -04:00
crypto fix: require size when reading collection to prevent oom. Do not allow string longer than remaining bytes 2024-02-24 17:46:56 -05:00
effects add new 1.19.2 effects (#1437) 2022-10-10 20:41:43 +02:00
entity feat: partial anvil writing, update tests (still many broken) 2024-04-25 08:45:36 -04:00
event Merge 95c5f6675f into 5c23713c03 2024-04-25 12:49:37 +00:00
exception Shutdown the server on OOM 2021-09-21 10:44:36 +02:00
extras Add unstable API for custom Login Plugin Messages (#2074) 2024-04-01 16:36:13 -04:00
gamedata/tags feat: even more components (only 2 missing ones) 2024-04-25 08:45:35 -04:00
instance fix: anvil not loading locations properly 2024-04-25 08:45:37 -04:00
inventory feat: anvil reading, other minor fixes 2024-04-25 08:45:36 -04:00
item fix: circular init :| 2024-04-25 08:49:31 -04:00
listener fix: do not send close inventory packet when opening a new inventory while one is open 2024-04-25 08:45:36 -04:00
map Update Minecraft Wiki links to new domain 2024-02-09 15:03:05 -05:00
message feat: joinable server 2024-04-25 08:45:31 -04:00
monitoring Fix BenchmarkManager on substrate VM 2022-02-23 04:46:15 +01:00
network fix: do not allow writing air in declare recipes packet (added ItemStack.STRICT_NETWORK_TYPE to represent this) 2024-04-25 08:45:37 -04:00
particle chore: more components 2024-04-25 08:45:34 -04:00
permission feat: initial conversion to adventure nbt. no tests, no anvil 2024-04-25 08:45:11 -04:00
ping feat: cleanup, remove ConnectionManager#getOnlinePlayers 2024-02-09 14:27:43 -05:00
potion feat: more components 2024-04-25 08:45:34 -04:00
recipe fix: do not allow writing air in declare recipes packet (added ItemStack.STRICT_NETWORK_TYPE to represent this) 2024-04-25 08:45:37 -04:00
registry feat: first draft of cookies 2024-04-25 08:45:35 -04:00
scoreboard new scoreboard protocol number format conformance (#98) 2024-02-09 14:27:43 -05:00
snapshot Avoid slow synchronized path during reference building 2022-05-04 18:24:15 +02:00
sound feat: generate RecipeType (for ids) 2024-04-25 08:45:35 -04:00
statistic Optionally load vanilla biomes (#1988) 2024-02-12 15:25:46 -05:00
tag feat: first version of a bunch of components 2024-04-25 08:45:33 -04:00
thread fix: server has no tick catch up limit 2024-03-30 23:04:56 -04:00
timer Add a Scheduler::scheduleTask with period supplier AND delay (#2082) 2024-04-09 17:25:17 -04:00
utils feat: initial ArgumentItemStack reader, other minor fixes 2024-04-25 08:45:38 -04:00
world chore: more components 2024-04-25 08:45:34 -04:00
Git.java Add commit info from JitPack into Minestom's jar (#1272) 2022-12-30 22:09:07 -05:00
MinecraftServer.java chore: 1.20.5, disable some failing tests to get a functional build 2024-04-25 08:45:37 -04:00
ServerFlag.java feat: first version of a bunch of components 2024-04-25 08:45:33 -04:00
ServerProcess.java chore: remove extensions 2024-02-09 14:27:43 -05:00
ServerProcessImpl.java feat: add TICK_END execution type to scheduler api (#2045) 2024-03-30 23:51:08 -04: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