This commit is contained in:
lucasdpt
2026-06-14 02:07:47 +02:00
parent 398e1e6ddf
commit 0129d81bd4
2475 changed files with 553889 additions and 553884 deletions
+15 -15
View File
@@ -1,15 +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
}
"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
}