Commit Graph

39 Commits

Author SHA1 Message Date
themode dedd807ceb Enabled compression by default, provide .editorconfig file 2021-03-27 19:44:09 +01:00
Németh Noel 256ed45fab Added two new commands /summon <entity> <pos> and /remove entities <entities> 2021-03-26 21:32:58 +01:00
Kieran Wallbanks c3adf3ff67 Include echo command in demo packages 2021-03-26 17:34:39 +00:00
themode 9c8c8c8bf8 WIP packet allocation improvement 2021-03-26 13:08:05 +01:00
themode 7309d05666 Update demo command with the new SimpleCommand, update comment to reflect permission access change 2021-03-11 03:31:25 +01:00
themode 9c1ff216a1 Replace Arguments by CommandContext in demo commands 2021-03-11 00:11:29 +01:00
themode 441cb5a1db Initial command suggestion commit 2021-03-09 01:44:01 +01:00
Konstantin Shandurenko b409eadffa ArgumentEnum and /horse command for demo scene 2021-02-23 09:06:19 +03:00
Konstantin Shandurenko dbfebc50ec Block collisions for arrows 2021-02-22 14:42:46 +03:00
Matt Worzala ef35a39388
Add Player#openBook (#99) 2021-01-09 12:40:22 +10:00
Matt Worzala 46ac38d5b3
Change ColoredText usages to JsonMessage 2020-12-31 13:53:21 -05:00
ThatCreeper 50b44e46e0 Add PotionEffectManager 2020-12-30 17:12:03 -06:00
themode 1742aa6f8a Updated the custom stone block in demo 2020-12-14 05:43:10 +01:00
Felix Cravic f7c05a445e Remove #copy 2020-12-09 21:34:53 +01:00
Felix Cravic 40787902e3 Small demo code update 2020-12-06 20:20:05 +01:00
Eoghanmc22 338a1737c7 wait for netty to finish shutting down 2020-11-25 20:13:38 -05:00
Eoghanmc22 1af58b1d96 fix Main 2020-11-21 17:08:56 -05:00
Eoghanmc22 ee2e141673 implement pooled buffers 2020-11-20 12:16:45 -05:00
Eoghanmc22 f307303758 Netty improvements 2020-11-18 20:28:56 -05:00
Eoghanmc22 618fd2b536 Begin optimizing netty. 2020-11-18 13:39:06 -05:00
jglrxavpok 0a4bb5ab08 Merge branch 'extensions-v2'
# Conflicts:
#	src/main/java/net/minestom/server/extensions/Extension.java
#	src/main/java/net/minestom/server/extensions/ExtensionManager.java
#	src/main/java/net/minestom/server/extras/selfmodification/MinestomRootClassLoader.java
2020-11-18 09:13:30 +01:00
themode 392e702108 Improving chunk generation performance 2020-11-16 17:02:40 +01:00
themode 2285c9622a If the garbage collector is happy, everyone is - TheMode 2020-11-15 08:03:33 +01:00
themode 4353e10741 Added bungee skin/uuid forwarding 2020-11-14 23:18:52 +01:00
themode ae8a182eb8 Read player skin from velocity 2020-11-14 22:13:01 +01:00
themode facc43e550 Added OptifineSupport for fast fix 2020-11-14 04:09:38 +01:00
themode 1a8baf36f6 Prevent command override using CommandManager 2020-11-14 01:39:51 +01:00
themode 6e77bb8358 Improved demo commands clarity 2020-11-12 03:09:36 +01:00
themode 1d7db5e211 Added dynamic palette resizing 2020-11-11 21:35:20 +01:00
themode ad357d70fc Added ArgumentRelativeBlockPosition, ArgumentRelativeVec3 and ArgumentRelativeVec2 2020-11-10 23:16:35 +01:00
themode bbf9f92b52 Added bungee forwarding support 2020-11-10 21:38:08 +01:00
themode 7db94f3a65 Support for velocity modern forwarding 2020-11-09 23:48:34 +01:00
jglrxavpok d83bec4732 Let users change extension jar after unload, then load it again 2020-11-06 16:03:08 +01:00
themode 9781e380b9 Command syntaxes can now contain a CommandCondition 2020-11-04 04:45:46 +01:00
jglrxavpok 925f5fa614 Reloading extensions 2020-11-03 21:26:46 +01:00
themode 1c6070a1b2 Added an unknown command callback 2020-11-02 04:13:43 +01:00
themode 2e0c5a72b7 Added optional additional data in Permission#isValidFor 2020-11-02 02:53:12 +01:00
themode 0184ada9a0 Renamed #clone to #copy 2020-10-31 18:03:15 +01:00
themode 551bd42b48 Moved the demo server to the test directory 2020-10-11 16:02:26 +02:00