Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # MyCommand 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 , runcommand-random , runasoperator
- # Additional type accept if you use Spoutplugin = spout-text , spout-notification.n" +
- # 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
- # You can use a custom permission node by placing "permission-node:" field in a command,you also can change the permission error message with "permission-error:"
- # Custom error-message for invalid args ,put "error-message:" line in a command.
- # You can use itemcost : 'ID:AMOUNT' for set a cost with items.
- # http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example
- options:
- commandsnumber: 7
- '1':
- command: /back
- type: runcommand
- text:
- - ''
- runcmd:
- - '/return'
- cost: 0
- delaytimer: 5
- '2':
- command: /donate
- type: text
- text:
- - '&3Go to &4http://blacknightgaming.tk to donate!'
- runcmd:
- - ''
- cost: 0
- delaytimer: 5
- '3':
- command: /players
- type: runcommand
- text:
- - ''
- runcmd:
- - '/list'
- cost: 0
- delaytimer: 5
- '4':
- command: /ranking
- type: runcommand-text
- text:
- - '&3To turn stats off, wait 5 seconds.'
- runcmd:
- - '/stats'
- cost: 0
- delaytimer: 5
- '5':
- command: /WhereAmI
- type: text
- text:
- - '&3You are in &4Modded Survival &3on the BlackNight Network'
- runcmd:
- - ''
- cost: 0
- delaytimer: 1
- '6':
- command: /DontUseThisCommand
- type: runcommand-text
- text:
- - '&3I said not to use it.'
- runcmd:
- - '/kill'
- cost: 0
- delaytimer: 0
- '7':
- command: /911
- type: text
- text:
- - '&3Something not working? Sorry! Let us know!
- - '&[email protected]'
- runcmd:
- - ''
- cost: 0
- delaytimer: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement