Skip to content

Instantly share code, notes, and snippets.

@Rojoss
Last active January 11, 2016 00:10
Show Gist options
  • Save Rojoss/d1e3ee13dc73ddab0de5 to your computer and use it in GitHub Desktop.
Save Rojoss/d1e3ee13dc73ddab0de5 to your computer and use it in GitHub Desktop.
Templates for CmdSigns
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'
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}'
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}'
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}'
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