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 , iconmenu , scoreboard
- # 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: 21
- '1':
- command: /.
- type: iconmenu
- text:
- - 'POSITION:ITEMID:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
- iconmenu_title: '&cMyCommand &4ItemMenu'
- iconmenu_size: 45
- iconmenu_commands:
- - '0:399:0:/spawn:&6Skill:Spawn;Tp you to spawn'
- - '1:288:0:/fly on:&6Skill:Summon;call mount'
- - '2:288:0:/fly off:&6Skill:Dismiss;dismiss the mount'
- - '3:399:0:/horse summon:&6Skill:Spawn;Tp you to spawn'
- - '4:399:0:/horse dismiss:&6Skill:Spawn;Tp you to spawn'
- - '5:399:0:/horse list:&6Skill:Spawn;Tp you to spawn'
- - '6:399:0:/tpaccept:&6Skill:Spawn;Tp you to spawn'
- - '7:399:0:/tps:&6Skill:Spawn;Tp you to spawn'
- - '8:399:0:/blsStatus:&6Skill:Spawn;Tp you to spawn'
- - '9:399:0:/hat:&6Skill:Spawn;Tp you to spawn'
- - '10:399:0:/bal:&6Skill:Spawn;Tp you to spawn'
- - '11:399:0:/baltop:&6Skill:Spawn;Tp you to spawn'
- - '12:399:0:/lock:&6Skill:Spawn;Tp you to spawn'
- - '13:399:0:/unlock:&6Skill:Spawn;Tp you to spawn'
- - '14:399:0:/co i:&6Skill:Spawn;Tp you to spawn'
- - '15:399:0:/blsBlood:&6Skill:Spawn;Tp you to spawn'
- - '16:399:0:/back:&6Skill:Spawn;Tp you to spawn'
- - '17:399:0:/blsBloodCheck:&6Skill:Spawn;Tp you to spawn'
- - '18:399:0:/blsBloodI:&6Skill:Spawn;Tp you to spawn'
- - '19:399:0:/blsBloodII:6Skill:Spawn;Tp you to spawn'
- - '20:399:0:/blsBloodIII:&6Skill:Spawn;Tp you to spawn'
- - '21:399:0:/repair:&6Skill:Spawn;Tp you to spawn'
- - '22:399:0:/heal:&6Skill:Spawn;Tp you to spawn'
- - '23:399:0:/blsVipCheck:&6Skill:Spawn;Tp you to spawn'
- - '24:399:0:/mv tp resorces:&6Skill:Spawn;Tp you to spawn'
- - '25:399:0:/mv tp fun:&6Skill:Spawn;Tp you to spawn'
- - '26:399:0:/mv tp createland:&6Skill:Spawn;Tp you to spawn'
- - '27:399:0:/blsGiftVip0:&6Skill:Spawn;Tp you to spawn'
- - '28:399:0:/blsGiftVip1:&6Skill:Spawn;Tp you to spawn'
- - '29:399:0:/blsGiftVip2:&6Skill:Spawn;Tp you to spawn'
- - '30:399:0:/blsGiftVip3:&6Skill:Spawn;Tp you to spawn'
- - '31:399:0:/blsTitleVip0:&6Skill:Spawn;Tp you to spawn'
- - '32:399:0:/blsTitleVip1:&6Skill:Spawn;Tp you to spawn'
- - '33:399:0:/blsTitleVip2:&6Skill:Spawn;Tp you to spawn'
- - '34:399:0:/blsTitleVip4:&6Skill:Spawn;Tp you to spawn'
- cost: 0
- delaytimer: 5
- '2':
- command: /blsStatus
- type: runcommand
- runcmd:
- - '/spawn'
- cost: 0
- delaytimer: 5
- '3':
- command: /blsFlyon
- type: runcommand
- runcmd:
- - '/fly on'
- cost: 0
- delaytimer: 5
- '4':
- command: /blsFlyoff
- type: runcommand
- runcmd:
- - '/fly off'
- cost: 0
- delaytimer: 5
- '5':
- command: /mycmd-runcmdtimer
- type: runcommand
- text:
- - '$red Text of command $black5'
- runcmd:
- - '$delay$/say 3..'
- - '$delay$/say 2..'
- - '$delay$/say 1..'
- cost: 0
- delaytimer: 1
- '6':
- command: /mycmd-broadcast
- type: broadcast-text
- text:
- - '$blue MyCommand Broadcast Test'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '7':
- command: /mycmd-spoutsample
- type: spout-text
- text:
- - '$darkgreen -Spout Text-'
- - '$red MyCommand!'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '8':
- command: /mycmd-runconsole
- type: runconsole
- text:
- - '$red Text of command $black8'
- runcmd:
- - /say This /say it's performed by console.
- cost: 0
- delaytimer: 5
- '9':
- command: /mycmd-addtimer
- type: text
- text:
- - '$gold Put your command over /mycmd-addtimer'
- - '$gold And change type : from text to addtimer'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '10':
- command: /mycmd-addpermission
- type: text
- text:
- - '$gold Put your command over /mycmd-addpermission'
- - '$gold And change type : from text to addpermission'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '11':
- command: /mycmd-textargs
- type: text
- text:
- - 'Player Name : $player'
- - 'World : $world'
- - 'Health : $health Food : $food'
- - 'Exp : $exp Level : $level'
- - 'Gamemode : $gamemode'
- - 'LastDamage : $lastdamage'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '12':
- command: /mycmd-online
- type: text
- text:
- - '$red There are $online players online.'
- - '$gold $ponline'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '13':
- command: /mycmd-clearchat
- type: broadcast-text
- text:
- - ''
- - ''
- - ''
- - ''
- - ''
- - ''
- - ''
- - ''
- - ''
- - ''
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '14':
- command: /mycmd-shortcut
- type: runcommand
- text:
- - '$red Text of command $black14'
- runcmd:
- - '/say $multiargs'
- cost: 0
- delaytimer: 5
- '15':
- command: /mycmd-random
- type: runcommand-random
- text:
- - '$red Text of command $black15'
- runcmd:
- - '/say 1 $multiargs'
- - '/say 2 $multiargs'
- - '/say 3 $multiargs'
- cost: 0
- delaytimer: 5
- '16':
- command: /iconmenu
- type: iconmenu
- text:
- - 'POSITION:ITEMID:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
- iconmenu_title: '&cMyCommand &4ItemMenu'
- iconmenu_size: 27
- iconmenu_commands:
- - '0:322:0:/help:&2Help:&aOpen the help menu'
- - '1:345:0:/mycmd:Menu:MyCommand menu'
- - '9:388:0:/list:Player List:&bShow online players'
- - '10:347:0:/time set 0:Day:Turn day'
- - '26:35:11:/rules:Rules:&cSee the server rules;Read all!'
- cost: 0
- delaytimer: 5
- '17':
- command: /mycmd-help 1
- type: text
- text:
- - '$brightgreen ---- MyCommand Help Page One ---'
- - '$gold Test Help 1'
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '18':
- command: /mycmd-help
- type: text
- text:
- - '$brightgreen ---- MyCommand Help Main Page---'
- - '$gold Test Help '
- runcmd:
- - '/sample'
- cost: 0
- delaytimer: 5
- '19':
- command: /scriptexample
- type: text
- text:
- - 'Example'
- runcmd:
- - '$Script$HasPermission==custompermission.test'
- - '$Script$SetInteger=1'
- - '$Script$Integer==1'
- - '$Script$SetString=ciao'
- - '$Script$String!=lol'
- - '$Script$Integer>10'
- - '/dosomething'
- cost: 0
- delaytimer: 5
- '20':
- command: /itemcostexample
- type: text
- text:
- - 'This command cost 5 cobblestone. 4=ID 5 = AMOUNT'
- runcmd:
- - '/sample'
- cost: 0
- itemcost: '4:5'
- delaytimer: 5
- '21':
- command: /sbtest
- type: scoreboard
- text:
- - 'Remove scoreboard after DelayTimer(sec) - 0 = never'
- scoreboard_name: '&bTest'
- scoreboard_text:
- - '$randomnumber%1000%:Lucky'
- - '$exp:Exp'
- - '$level:Level'
- cost: 0
- delaytimer: 5
Advertisement
Add Comment
Please, Sign In to add comment