Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # MyCommand v3.1 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)
- # - http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example/
- options:
- commandsnumber: 11
- '1':
- command: /vip
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Vip
- - /say $arg1 ACABOU DE ATIVAR SEU VIP!
- - /money give 10000 $arg1
- - /addlevels $arg1 excavation 35
- - /addlevels $arg1 fishing 35
- - /addlevels $arg1 herbalism 35
- - /addlevels $arg1 mining 35
- - /addlevels $arg1 axes 35
- - /addlevels $arg1 archery 35
- - /addlevels $arg1 swords 35
- - /addlevels $arg1 taming 35
- - /addlevels $arg1 unarmed 35
- - /addlevels $arg1 acrobatics 35
- - /addlevels $arg1 repair 35
- - /give $arg1 372 32
- - /give $arg1 384 64
- - /give $arg1 369 1
- - /give $arg1 370 10
- - /give $arg1 378 25
- - /give $arg1 264 64
- - /give $arg1 313 1
- - /give $arg1 312 1
- - /give $arg1 311 1
- - /give $arg1 310 1
- delaytimer: 0
- '2':
- command: /pexmembro
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex group default add $arg1
- delaytimer: 0
- '3':
- command: /pexvip
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex group VIP add $arg1
- delaytimer: 0
- '4':
- command: /pexmoderador
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex group Moderador add $arg1
- delaytimer: 0
- '5':
- command: /pexadmin
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex group Admin add $arg1
- delaytimer: 0
- '6':
- command: /setadm
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Admin
- delaytimer: 0
- '7':
- command: /setmod
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Moderador
- delaytimer: 0
- '8':
- command: /setmembro
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Default
- delaytimer: 0
- '9':
- command: /setdiretor
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Diretor
- delaytimer: 0
- '10':
- command: /setsub
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set Sub-Diretor
- delaytimer: 0
- '11':
- command: /seteike
- type: runconsole
- text:
- - '//'
- runcmd:
- - /pex user $arg1 group set EikeBaptista
- delaytimer: 0
Advertisement
Add Comment
Please, Sign In to add comment