clientstuff
This commit is contained in:
32
.minecraft/config/opensecurity.cfg
Normal file
32
.minecraft/config/opensecurity.cfg
Normal file
@@ -0,0 +1,32 @@
|
||||
# Configuration file
|
||||
|
||||
options {
|
||||
# If enabled changes EEPROMS capacity to 8096 bytes (Only when flashed with the OS CardWriter!) [default: false]
|
||||
B:biggerEEPROMS=false
|
||||
|
||||
# Enable the Update Checker? Disabling this will remove all traces of the MUD.
|
||||
B:enableMUD=true
|
||||
|
||||
# RFID and Mag cards will return '-1' for UUIDs. Allows for less secure security. [default: false]
|
||||
B:ignoreUUIDs=false
|
||||
|
||||
# If true - the Mag Card Reader will return the Minecraft Username of the player who swiped the card, false will return "player" [default: true]
|
||||
B:magCardDisplayName=true
|
||||
|
||||
# Enable/Disable the playSoundAt feature of alarm blocks, this allows any user to play any sound at any location in a world, and is exploitable, disabled by default.
|
||||
B:playSoundAt=false
|
||||
|
||||
# If false the block break event will not be registered, which will leave Door Controllers and Security Doors able to be broken. [default: true]
|
||||
B:registerBlockBreak=true
|
||||
|
||||
# If enabled makes the BioMetric reader return the user's REAL UUID, and not the base64'd hash [default: false]
|
||||
B:returnRealUUID=false
|
||||
|
||||
# The maximum range of the RFID Reader in blocks [range: 1 ~ 64, default: 16]
|
||||
I:rfidMaxRange=16
|
||||
|
||||
# If true - turrets should rotate as in old versions. [default: true]
|
||||
B:turretReverseRotation=true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user