feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 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
}