Konstantin Shandurenko
|
bbe143520e
|
A bit more changes to EntityMeta
|
2021-02-23 18:37:00 +03:00 |
|
Konstantin Shandurenko
|
237466c90e
|
Removed new entity classes and marked previously existing ones as deprecated
|
2021-02-23 16:10:14 +03:00 |
|
Konstantin Shandurenko
|
b409eadffa
|
ArgumentEnum and /horse command for demo scene
|
2021-02-23 09:06:19 +03:00 |
|
Konstantin Shandurenko
|
dbd0e472c2
|
Added power param for projectiles shooting
|
2021-02-22 15:54:35 +03:00 |
|
Konstantin Shandurenko
|
714e107eb3
|
Removed @author javadocs
|
2021-02-22 14:53:04 +03:00 |
|
Konstantin Shandurenko
|
dbfebc50ec
|
Block collisions for arrows
|
2021-02-22 14:42:46 +03:00 |
|
themode
|
f1448c8c89
|
Renamed RelativeLocation#from
|
2021-02-14 00:31:49 +01:00 |
|
themode
|
efd2dbc021
|
Fix command argument sharing
|
2021-02-12 04:34:37 +01:00 |
|
themode
|
5610b1a72a
|
Added ArgumentLoop parsing
|
2021-02-12 00:25:12 +01:00 |
|
themode
|
b321a10caa
|
Change the algorithm order of InstanceContainer#setBlock
|
2021-01-28 16:19:06 +01:00 |
|
LeoDog896
|
3b3a86a402
|
Prefer nullable over optional
|
2021-01-15 13:39:12 -05:00 |
|
Matt Worzala
|
ef35a39388
|
Add Player#openBook (#99)
|
2021-01-09 12:40:22 +10:00 |
|
themode
|
9aaecceb01
|
Added support for player name only
|
2021-01-09 03:31:24 +01:00 |
|
themode
|
d0bf6d9f0d
|
Improve ArgumentString parsing + add apache commons-text dependency
|
2021-01-09 03:14:10 +01:00 |
|
themode
|
8871cf16c0
|
Don't default the permission level
|
2021-01-09 02:38:26 +01:00 |
|
themode
|
8f99753235
|
WIP entity selector argument
|
2021-01-09 00:59:03 +01:00 |
|
themode
|
1c65b36087
|
Rework of ArgumentCallback to be more robust, allowing to simplify all argument types in order to be used out of the command framework for general parsing.
Also removed magic space string, replaced with constant from commons apache library
|
2021-01-08 03:07:37 +01:00 |
|
themode
|
d0e94f0ee5
|
Small demo update
|
2021-01-07 20:28:07 +01:00 |
|
themode
|
6b39cb1e32
|
Execute the async login event before sending the login success packet
|
2021-01-06 19:02:35 +01:00 |
|
themode
|
3a7ae11c56
|
Add CommandSender as param in onDynamicWrite
|
2021-01-05 18:04:28 +01:00 |
|
themode
|
7019b7da85
|
Fix onGround field and gravityTickCount
|
2021-01-04 03:04:45 +01:00 |
|
ThatCreeper
|
30868df243
|
Remove unused imports
|
2021-01-02 17:08:59 -06:00 |
|
ThatCreeper
|
30be7b5b81
|
Add Potion Add and Remove events
|
2021-01-02 16:59:17 -06:00 |
|
Matt Worzala
|
46ac38d5b3
|
Change ColoredText usages to JsonMessage
|
2020-12-31 13:53:21 -05:00 |
|
ThatCreeper
|
c3d6af3afe
|
make removeEffect send a packet
Make Potion immutable, and use long instead of Long
|
2020-12-30 19:07:07 -06:00 |
|
ThatCreeper
|
b1cab4ee05
|
Make /potion use TICK_PER_SECOND
|
2020-12-30 18:56:56 -06:00 |
|
ThatCreeper
|
6a154eb15a
|
Fix /potion demo command
|
2020-12-30 18:29:54 -06:00 |
|
ThatCreeper
|
d7883d29ff
|
Rewrite Potions
|
2020-12-30 18:29:07 -06:00 |
|
ThatCreeper
|
50b44e46e0
|
Add PotionEffectManager
|
2020-12-30 17:12:03 -06:00 |
|
themode
|
6e0ad54d5e
|
Added EntityEndCrystal
|
2020-12-22 05:36:15 +01:00 |
|
themode
|
b5feb35619
|
Added PlayerDeathEvent to change the death message/text
|
2020-12-22 05:26:37 +01:00 |
|
themode
|
5224eecdd1
|
Event unification (type-specific event, CancellableEvent is now an interface)
|
2020-12-16 03:21:59 +01:00 |
|
themode
|
1742aa6f8a
|
Updated the custom stone block in demo
|
2020-12-14 05:43:10 +01:00 |
|
themode
|
3cfa216274
|
Fix intellij auto annotation
|
2020-12-14 01:45:46 +01:00 |
|
themode
|
8cddf30b9e
|
Annotation for ChunkGenerator
|
2020-12-14 01:41:08 +01:00 |
|
Felix Cravic
|
a1ee3a28a0
|
TestPermissions cleanup
|
2020-12-11 21:50:59 +01:00 |
|
Felix Cravic
|
90102e1562
|
Permission improvement
|
2020-12-11 21:42:32 +01:00 |
|
Felix Cravic
|
76c3ea52ac
|
Merge branch 'master' into nbt-permission
|
2020-12-11 21:37:00 +01:00 |
|
Felix Cravic
|
ac8ba3ab10
|
Fixed ItemDropEvent and PickupItemEvent constructor + changed PlayerInit event registration to use the global event handler
|
2020-12-11 04:34:08 +01:00 |
|
Felix Cravic
|
00c144b592
|
Rework of the permission API
|
2020-12-10 02:56:56 +01:00 |
|
Felix Cravic
|
654a68092a
|
Simply MainDemo
|
2020-12-09 22:38:20 +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
|
296d645400
|
Merge branch 'master' of https://github.com/Minestom/Minestom
Conflicts:
src/main/java/net/minestom/server/benchmark/BenchmarkManager.java
|
2020-11-25 11:29:50 -05:00 |
|
Eoghanmc22
|
d1138f9f81
|
Fix race condition
|
2020-11-25 11:28:37 -05:00 |
|
Felix Cravic
|
0705ab34ed
|
Allow custom suggestion type with ArgumentDynamicWord
|
2020-11-22 22:58:14 +01:00 |
|
Eoghanmc22
|
d056fceb8a
|
slightly improve performance and fix memory leak
|
2020-11-22 12:44:08 -05:00 |
|
Eoghanmc22
|
1af58b1d96
|
fix Main
|
2020-11-21 17:08:56 -05:00 |
|
Eoghanmc22
|
04fc38a14f
|
Merge branch 'master' of https://github.com/Minestom/Minestom
|
2020-11-21 14:59:17 -05:00 |
|