Matt Worzala
|
071a2ce196
|
Change ArrayList types to List
|
2020-12-28 14:57:39 -05:00 |
|
TheMode
|
32b8d83ac9
|
Merge pull request #86 from mworzala/fix_player_size
Fix block placement when close to block
|
2020-12-28 20:23:53 +01:00 |
|
Matt Worzala
|
460b177866
|
Set player bounding box size to 0.6.
|
2020-12-28 14:16:43 -05:00 |
|
TheMode
|
f77ec96f25
|
Merge pull request #84 from Archy-X/master
Add onWrite method with CommandSender in CommandProcessor
|
2020-12-28 19:58:53 +01:00 |
|
Archy-X
|
e9b93c0d02
|
Merge branch 'master' of https://github.com/Minestom/Minestom
|
2020-12-28 11:39:26 -07:00 |
|
TheMode
|
ebdb455e2c
|
Merge pull request #85 from mworzala/fix_chunk_rounding
Fix block placement inside entities.
|
2020-12-28 19:36:00 +01:00 |
|
Matt Worzala
|
c24df2f308
|
remove debug print
|
2020-12-28 13:34:48 -05:00 |
|
Matt Worzala
|
c89ffbfc44
|
Change rounding method of Instance#getChunkAt to fix negative chunk off-by-one
|
2020-12-28 13:28:10 -05:00 |
|
Archy-X
|
e911612ad6
|
Add onWrite method with CommandSender in CommandProcessor
|
2020-12-28 10:59:18 -07:00 |
|
themode
|
ca3667732f
|
Attempt to fix sync issue in window click
|
2020-12-28 17:27:40 +01:00 |
|
themode
|
87e8e550f1
|
Don't add players to the waiting list in the constructor, but in the registration method
|
2020-12-28 12:41:15 +01:00 |
|
themode
|
924fac562b
|
Print exceptions properly during server tick
|
2020-12-28 12:27:25 +01:00 |
|
themode
|
22aa9d01ed
|
Do not size the string in sendPluginMessage
|
2020-12-28 10:40:50 +01:00 |
|
TheMode
|
c478bd7af6
|
Merge pull request #83 from Archy-X/master
Add ChatColor values method
|
2020-12-28 08:06:13 +01:00 |
|
TheMode
|
0700cedcde
|
Merge pull request #82 from Nesaak/master
Add #FindPlayer in ConnectionManager
|
2020-12-28 08:05:35 +01:00 |
|
Archy-X
|
05f3760044
|
Added ChatColor values method
|
2020-12-28 00:00:47 -07:00 |
|
Nesaak
|
1a1c3339aa
|
Add #FindPlayer in ConnectionManager
|
2020-12-27 20:55:57 -05:00 |
|
themode
|
5975f8d838
|
Stop creating a thread for each auth request
|
2020-12-28 00:18:25 +01:00 |
|
themode
|
28c5e39f8b
|
Pre login event is now async
|
2020-12-27 22:16:19 +01:00 |
|
themode
|
a3ae2f39a5
|
More comments for NettyServer
|
2020-12-27 10:53:30 +01:00 |
|
themode
|
6a9461546c
|
No more memory allocation when using grouped packets
|
2020-12-26 21:10:27 +01:00 |
|
themode
|
feb4783988
|
Small optimization for entity velocity
|
2020-12-26 18:52:44 +01:00 |
|
themode
|
3137be35a4
|
Better exception message
|
2020-12-26 16:46:54 +01:00 |
|
themode
|
f4818d46fb
|
Cleanup extension code and added an option to disable extension loading on startup
|
2020-12-26 11:55:22 +01:00 |
|
TheMode
|
610c1dd85b
|
Merge pull request #81 from Minestom/feature/item-meta
Implements player head and firework metas
|
2020-12-25 10:44:49 +01:00 |
|
R0bbyYT
|
f58dcbda46
|
FireworkMeta uses CopyOnWriteArrayList instead of ArrayList, removes #getOwningPlayer()
|
2020-12-25 10:40:02 +01:00 |
|
R0bbyYT
|
4818e29d81
|
Merge remote-tracking branch 'origin/master' into feature/item-meta
|
2020-12-24 15:29:59 +01:00 |
|
R0bbyYT
|
724f0b9c7a
|
Adds some documentation
|
2020-12-24 15:29:34 +01:00 |
|
themode
|
557ec7ca83
|
Fix auto viewable during viewers refresh
|
2020-12-23 10:51:59 +01:00 |
|
themode
|
18eab183a0
|
Auto entity viewing cleanup
|
2020-12-23 10:40:50 +01:00 |
|
themode
|
a6cb126d76
|
Fix #isAutoViewable
|
2020-12-23 10:21:48 +01:00 |
|
themode
|
978a1f5135
|
PlayerChatEvent function should return a JsonMessage and not necessarily a RichMessage
|
2020-12-23 08:24:29 +01:00 |
|
R0bbyYT
|
58c7ad9e02
|
Implements PlayerHeadMeta, FireworkMeta and FireworkEffectMeta
|
2020-12-23 02:24:41 +01: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
|
460813b6e0
|
Added dots
Signed-off-by: TheMode <themode@outlook.fr>
|
2020-12-21 13:44:58 +01:00 |
|
themode
|
2a78851ab4
|
Chunk#addViewer should always send the chunk & light packets
|
2020-12-20 09:50:47 +01:00 |
|
themode
|
3a7afa63d5
|
Security update preventing modified client from crashing the server by placing a block in an unloaded chunk
|
2020-12-20 03:38:36 +01:00 |
|
themode
|
ffbde089f8
|
BlockPlacementRule cleanup
|
2020-12-20 03:24:29 +01:00 |
|
R0bbyYT
|
81592d8b56
|
More documentation for the FakePlayer, Small improvement for the FakePlayerController
|
2020-12-19 16:32:42 +01:00 |
|
themode
|
c7876d648c
|
Fix NPE when clicking outside of the inventory to drop
|
2020-12-18 04:05:29 +01:00 |
|
themode
|
213599a649
|
Merge remote-tracking branch 'origin/master'
|
2020-12-18 01:46:00 +01:00 |
|
themode
|
c6d7dea2da
|
Prevent CME when unloading InstanceContainer chunks
|
2020-12-18 01:45:45 +01:00 |
|
TheMode
|
049975e239
|
Merge pull request #78 from MichaelPriebe/master
Fix and Cleanup Redstone Placement Rule
|
2020-12-18 01:30:58 +01:00 |
|
themode
|
943aae7397
|
Do not send gamemode related packets before the player spawn
|
2020-12-18 00:57:23 +01:00 |
|
themode
|
3e532b24a8
|
Prevent placing block in adventure mode
|
2020-12-18 00:28:06 +01:00 |
|
iamceph
|
636b527cc9
|
Merge pull request #1 from Minestom/master
Merge remote-tracking branch 'origin/master'
|
2020-12-17 15:32:46 +01:00 |
|
MichaelPriebe
|
881ed5deca
|
Update code style
|
2020-12-17 01:16:24 -05:00 |
|
MichaelPriebe
|
917c4ddfd6
|
Fix and Cleanup Redstone Placement Rule
|
2020-12-17 00:51:13 -05:00 |
|
themode
|
8b515e8686
|
Fix DARK_CYAN color
|
2020-12-17 00:47:52 +01:00 |
|