##########Global settings########## ##### True if you want to be able to break blocks in the field ##### CanDestroyField=false
##### True if you want to be able to walk out of the field ##### CanMoveOutField=false
##### amount of seconds after gameover until the field automatically goes away ##### GameOverTimeOut=60
##### True if you want to anounce new highscores etc AnounceHighscore=true
##### True if you want a user to appear in the highscores at most one time UniqueHighscore=true
##### True if you want the tetris theme(tm) to be played ##### PlayMusic=true
##### False if you want permissions/ops only, True for anyone NoPermissions=false
##### True if you want to be able to /tspec <player> ##### Spectate=true
##########Graphical settings########## ##### True if you want an start countdown on start ##### CountDownOnStart=true
##### True if you want the tetris screen to go red when gameover ##### RedScreenOfDeath=true
##### True if you want the arena lit if its too dark ##### LightUpArena=true
###########Location settings########### ##### True if you want to be able to /tetris on any location ##### CanUseTetrisEverywhere=false
##### The block type-id to stand on if you have 'canusetetriseverywhere' to false ##### ##### It will check if the player using /tetris stands on the block with that type MustStandOnBlockType=41
##### True if you want admin-defined places only UseAdminLocation=false
JUST AN NOTE ABOUT THE ORDERING OF THE LOCATION SETTINGS - IT WILL FIRST CHECK IF TETRIS CAN BE USED EVERYWHERE, IF SO: START - THEN IT WILL CHECK IF IT USES ADMIN-ONLY LOCATIONS, IF SO: START - AND THEN IT WILL CHECK IF HE STANDS ON THE BLOCK DEFINED
######Button bindings###### #####Data for button bindings, don't change if you don't know##### ########################### ##### shortcuts: ##### ##### le = left ##### ##### ri = right ##### ##### do = one down ##### ##### id = insta down ##### ##### ro = rotate ##### ##### - = nothing ##### ########################### ButtonLeft=le ButtonRight=ri ButtonUp=ro ButtonDown=id LeftAir=le RightAir=ri ScrollUp=do ScrollDown=do SneakScrollUp=ro SneakScrollDown=ro |