Last active
January 11, 2016 00:10
-
-
Save Rojoss/d1e3ee13dc73ddab0de5 to your computer and use it in GitHub Desktop.
Templates for CmdSigns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: true | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[balance]' | |
'2': '' | |
'3': '' | |
'4': '' | |
commands: | |
left: 'balance' | |
right: 'balance' | |
shift-left: 'balance' | |
shift-right: 'balance' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: false | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[effect]' | |
'2': '{effect}' | |
'3': '{amplifier}' | |
'4': '{duration}' | |
commands: | |
left: 'minecraft:effect {player} {effect} {duration} {amplifier}' | |
right: 'minecraft:effect {player} {effect} {duration} {amplifier}' | |
shift-left: 'minecraft:effect {player} {effect} {duration} {amplifier}' | |
shift-right: 'minecraft:effect {player} {effect} {duration} {amplifier}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: false | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[gamemode]' | |
'2': '{mode}' | |
'3': '' | |
'4': '' | |
commands: | |
left: 'gamemode {mode} {player}' | |
right: 'gamemode {mode} {player}' | |
shift-left: 'gamemode {mode} {player}' | |
shift-right: 'gamemode {mode} {player}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: false | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[heal]' | |
'2': '' | |
'3': '' | |
'4': '' | |
commands: | |
left: 'heal {player}' | |
right: 'heal {player}' | |
shift-left: 'heal {player}' | |
shift-right: 'heal {player}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enabled: true | |
uniqueLine: 1 | |
playerCmd: true | |
ignoreColors: true | |
delay: 0 | |
cost: '' | |
syntax: | |
'1': '[warp]' | |
'2': '{warp}' | |
'3': '' | |
'4': '' | |
commands: | |
left: 'warp {warp}' | |
right: 'warp {warp}' | |
shift-left: 'warp {warp}' | |
shift-right: 'warp {warp}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment