okx-code
929df8aaf6
Merge pull request #395 from Protonull/remove-canvas
...
Yeet canvas
2024-04-05 00:25:14 +01:00
Alexander
b0323123e6
Yeet canvas
2024-04-05 00:06:57 +01:00
okx-code
9bddcdec84
Merge pull request #390 from CivMC/tag
...
ertyeghzsehyen edgz
2024-03-26 01:36:26 +00:00
okx-code
9375bb2979
ertyeghzsehyen edgz
2024-03-26 01:35:57 +00:00
okx-code
a223704519
Merge pull request #389 from CivMC/tag
...
bump versions
2024-03-25 21:34:31 +00:00
okx-code
a1c906a43c
bump versions
2024-03-25 21:31:45 +00:00
okx-code
300fee3771
Merge pull request #387 from CivMC/meta-log
...
Add logging for ChunkMeta
2024-03-25 21:30:19 +00:00
okx-code
42c9829153
add world
2024-03-25 21:30:05 +00:00
okx-code
bd37d9a375
Fix logs
2024-03-25 21:27:08 +00:00
okx-code
ace42ef2c8
fix messages
2024-03-23 20:36:59 +00:00
okx-code
a57ab8e417
address review
2024-03-23 20:35:22 +00:00
okx-code
5546d812bb
Merge pull request #385 from CivMC/hash-set
...
Replace HashSet with OpenObjectHashSet
2024-03-23 20:20:16 +00:00
okx-code
64538d123d
Merge pull request #384 from CivMC/civchat-npe
...
Fix NPE in CivChat
2024-03-23 20:20:06 +00:00
okx-code
3e36e65a8a
fix prefix
2024-03-23 15:57:31 +00:00
okx-code
7e7b35a371
add logging
2024-03-23 01:09:07 +00:00
okx-code
66727b4663
Replace HashSet with OpenObjectHashSet
...
A quick fix for the large memory usage of this object, HashSet uses an empty object as a value of each element in its set, but OpenObjectHashSet doesn't rely on HashMap, has no keys, and is therefore more memory efficient.
2024-03-22 20:21:57 +00:00
okx-code
138c939684
Fix NPE in CivChat
...
Due to the new changes with the scoreboard where it now updated when you log in, it might try and show you as messaging a player who is offline. This change will no longer show you as messaging players who are offline and will also automatically disable messaging them.
2024-03-22 18:52:24 +00:00
okx-code
4972b06a08
Merge pull request #382 from CivMC/test
...
Revert "Revert "Remove manual dispatches""
2024-03-21 19:56:08 +00:00
okx-code
a68c959344
Revert "Revert "Remove manual dispatches""
...
This reverts commit a477a2d8cd .
2024-03-21 19:55:51 +00:00
okx-code
1675b075af
Merge pull request #381 from CivMC/test
...
Revert "Remove manual dispatches"
2024-03-21 19:54:39 +00:00
okx-code
a477a2d8cd
Revert "Remove manual dispatches"
...
This reverts commit 29ccf9d50d .
2024-03-21 19:49:10 +00:00
okx-code
0f98f1cc3d
Merge pull request #379 from CivMC/version
...
Bump versions
2024-03-21 19:05:26 +00:00
okx-code
543d5e3560
Bump versions
2024-03-21 19:04:52 +00:00
okx-code
23e486561b
Merge pull request #376 from CivMC/interact-fix
...
Allow interacting with chests and trapdoors if doing so would not actually open them
2024-03-21 00:28:55 +00:00
okx-code
1ca93562a9
Merge pull request #374 from CivMC/fix-anchor-bombing
...
Prevent respawn anchors being used as anti-place
2024-03-21 00:28:48 +00:00
AngrySoundTech
71ce9e25d7
Merge pull request #356 from CivMC/feature/pvp-container
...
Create PVP Server Container
2024-03-20 20:04:35 -04:00
AngrySoundTech
28172760d4
Add RabbitMQ Management port, update README.md
2024-03-20 20:01:49 -04:00
okx-code
a1ea583515
Merge pull request #349 from MrJeremyFisher/ignore-login-logout
...
Ignore logins and logouts with `/ignore`
2024-03-19 23:04:57 +00:00
okx-code
07aa172b28
Merge pull request #339 from Protonull/player-name-cache
...
Create centralised player-name cache
2024-03-19 22:58:27 +00:00
okx-code
d3f2a97bfb
Merge pull request #351 from MrJeremyFisher/no-reinforced-grass-spread
...
Prevent grass spread to reinforced dirt
2024-03-19 22:55:35 +00:00
okx-code
51594efc9b
cleanup code
2024-03-19 22:53:31 +00:00
okx-code
a69999d58a
remove environment reference
2024-03-19 22:35:24 +00:00
okx-code
eb9e18c901
fix anchor bombing
2024-03-19 22:25:45 +00:00
okx-code
3431981538
Prevent respawn anchors being used as anti-place
...
This hack prevents you from right clicking respawn anchors at all, this fix makes sure that the hack only works in the nether.
2024-03-19 21:08:23 +00:00
okx-code
d9b5862425
Merge pull request #371 from Diet-Cola/sah-fix-leaves
...
Make sapling hack better
2024-03-19 21:02:28 +00:00
okx-code
99420626c5
Add exception for iron trapdoors and doors
2024-03-16 20:22:49 +00:00
okx-code
946f203998
Allow interacting with chests and trapdoors if doing so would not actually open them
...
Previously players were not able to use potions on top of these kinds of blocks or place blocks on top of them with shift right click. This change will allow that behaviour.
2024-03-16 20:17:58 +00:00
okx-code
dabc1b9f73
Merge pull request #346 from Huskydog9988/show-chatgroup-on-join
...
Fix player's current chat group not showing on join
2024-03-16 19:57:37 +00:00
okx-code
3d7a45954d
Merge pull request #348 from walkersgaming/main
...
Fix to allow floor/ceiling buttons placed backwards to open doors
2024-03-16 18:49:05 +00:00
okx-code
8cd5134eab
Merge pull request #344 from Protonull/remove-classutility
...
Remove ClassUtility
2024-03-16 17:53:57 +00:00
okx-code
9e8218c507
Merge pull request #343 from Protonull/remove-javaextensions
...
Remove JavaExtensions
2024-03-16 17:53:37 +00:00
okx-code
a158270c33
Merge pull request #342 from Protonull/remove-resourceutils
...
Remove ResourceUtils
2024-03-16 17:53:29 +00:00
okx-code
789c8cc422
Merge pull request #341 from Protonull/remove-immutablelocation
...
Remove ImmutableLocation
2024-03-16 17:53:23 +00:00
okx-code
18a915b345
Merge pull request #340 from Protonull/remove-worldxz
...
Remove WorldXZ
2024-03-16 17:53:17 +00:00
Cola
5ebb7e82e6
Remove check in favour of getOrDefault
2024-03-17 00:31:39 +11:00
Cola
3c9a05042b
Make sapling hack better
2024-03-15 18:14:59 +11:00
AngrySoundTech
3818093ae9
Create README.md
2024-03-13 16:48:03 -04:00
AngrySoundTech
feb8b0f3b4
Revert "TEMP: Update repo"
...
This reverts commit f2da0768a7 .
2024-03-13 16:38:25 -04:00
AngrySoundTech
382cc76de5
Revert "TEMP: Container Output"
...
This reverts commit 7c12ab0451 .
2024-03-13 16:38:24 -04:00
AngrySoundTech
29ccf9d50d
Remove manual dispatches
2024-03-13 16:32:52 -04:00