Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
"Server" {
# Allows you to disable the tpx command.
B:"enable_tpx"=true
# Uses the right click block event to verify that players have permission to interact with BC / DE blocks.
# This ensures there is no possible way a player can interact with a BC block if a protection system is blocking the interaction
# In theory not even a modified client sending raw packets will be able to bypass this.
# I have added the ability to disable this feature because it seems in rare cases it blocks players who should have access and i have no idea why.
B:"clientPermissionVerification"=true
}
"Client" {
# Enable / Disable dark mode in my GUI's. (This can also be toggled in game from any gui that supports dark mode)
B:"darkMode"=true
}