Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # MyCommand v3.5 Commands Config File
- # - commandsnumber (default 20) it's number of command you want make
- # - Don't forget the '/' on runcmd line , example command: /myhelp
- # - type accept = text , runcommand , broadcast-text , runcommand-text , runcommand-broadcast-text , perm-broadcast-text --
- # - , addpermission , addtimer , runconsole , runcommand-perm-broadcast-text
- # - Additional type accept if you use Spoutplugin = spout-text .
- # - runcommand type example -> If command: /l and runcmd: /list,when you type /l mycommand execute /list
- # - runcmd support custom argument in game.($arg1,$arg2,$arg3,$arg4,$arg5,$multiargs) Example - runcmd : /time $arg1
- # - For Delayed command add $delay$ before the command in runcmd Example : - $delay$/list
- # - Set delay time with delaytimer: 5 (5 = seconds)
- # - Use the dot . for decimal cost Example = cost : 5.5
- # - http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example/
- options:
- commandsnumber: 22
- '1':
- command: /help
- type: runcommand
- text:
- - null
- runcmd:
- - /warp help
- cost: 0
- delaytimer: 0
- '2':
- command: /reset
- type: runcommand
- text:
- - null
- runcmd:
- - /region select $arg1
- - /region remove $arg1
- - /region define $arg1
- cost: 0
- delaytimer: 0
- '3':
- command: /rank
- type: runcommand
- text:
- - null
- runcmd:
- - /permissions player setgroup $arg1 $arg2
- cost: 0
- delaytimer: 0
- '4':
- command: /addmember
- type: runcommand
- text:
- - null
- runcmd:
- - /region addmember $arg1 $arg2
- cost: 0
- delaytimer: 0
- '5':
- command: /removemember
- type: runcommand
- text:
- - null
- runcmd:
- - /region removemember $arg1 $arg2
- cost: 0
- delaytimer: 0
- '6':
- command: /fb
- type: runcommand
- text:
- - null
- runcmd:
- - /warp freebuild
- cost: 0
- delaytimer: 0
- '7':
- command: /gtb
- type: runcommand
- text:
- - null
- runcmd:
- - /warp spawn
- cost: 0
- delaytimer: 0
- '8':
- command: /add
- type: runcommand
- text:
- - null
- runcmd:
- - /region addmember $arg2 $arg1
- cost: 0
- delaytimer: 0
- '9':
- command: /xray
- type: runcommand
- text:
- - null
- runcmd:
- - /xcheck player:$arg1 since:730
- cost: 0
- delaytimer: 0
- '10':
- command: /xjail
- type: runcommand
- text:
- - null
- runcmd:
- - /jail $arg1 xray
- cost: 0
- delaytimer: 0
- '11':
- command: /ri
- type: runcommand
- text:
- - null
- runcmd:
- - /region info
- cost: 0
- delaytimer: 0
- '12':
- command: /xban
- type: runcommand
- text:
- - null
- runcmd:
- - /ban $arg1 Xray - See www.minor9.com for Appeals
- cost: 0
- delaytimer: 0
- '13':
- command: /group
- type: runcommand
- text:
- - null
- runcmd:
- - /permissions player groups $arg1
- cost: 0
- delaytimer: 5
- '14':
- command: /clear
- type: runcommand
- text:
- - $red Text of command $black15
- runcmd:
- - /nolagg clearall
- - /nolagg clearall egg
- - /nolagg clearall experienceorb
- - /nolagg clearall tnt
- - /nolagg clearall fallingsand
- - /nolagg clearall fallingsand
- - /nolagg clearall boat
- cost: 0
- delaytimer: 5
- '15':
- command: /xpunish
- type: runcommand
- text:
- - $red Text of command $black15
- runcmd:
- - /lb undo player $arg1 time 999999
- - /eco reset $arg1 100
- cost: 0
- delaytimer: 5
- '16':
- command: /clearlog
- type: runcommand
- text:
- - $red Text of command $black15
- runcmd:
- - /lb clearlog player $arg1 time 999999
- cost: 0
- delaytimer: 5
- '17':
- command: /it
- type: runcommand
- text:
- - $red Text of command $black15
- runcmd:
- - /remove item 25
- cost: 0
- delaytimer: 5
- '18':
- command: /ur
- type: runcommand
- text:
- - $red Hello $darkgreen$player!
- runcmd:
- - /region select $arg1
- - //copy
- - //schematic save $arg1
- delaytimer: 5
- '19':
- command: /c
- type: runcommand
- text:
- - $red Text of command $black3
- runcmd:
- - /clearclipboard
- - //schematic load $arg1
- - //paste
- cost: 0
- delaytimer: 5
- '20':
- command: /link
- type: runcommand
- text:
- - $red Text of command $black4
- runcmd:
- - /rent add $arg1
- cost: 0
- delaytimer: 5
- '21':
- command: /s
- type: runcommand
- text:
- - $red Text of command $black4
- runcmd:
- - '!$multiargs'
- cost: 0
- delaytimer: 5
- '22':
- command: /g
- type: runcommand
- text:
- - $red Text of command $black4
- runcmd:
- - '!$multiargs'
- cost: 0
- delaytimer: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement