Guest User

commands

a guest
Jul 10th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. # MyCommand v3.1 Commands Config File
  2. # - commandsnumber (default 20) it's number of command you want make
  3. # - Don't forget the '/' on runcmd line , example command: /myhelp
  4. # - type accept = text , runcommand , broadcast-text , runcommand-text , runcommand-broadcast-text , perm-broadcast-text --
  5. # - , addpermission , addtimer , runconsole , runcommand-perm-broadcast-text
  6. # - Additional type accept if you use Spoutplugin = spout-text .
  7. # - runcommand type example -> If command: /l and runcmd: /list,when you type /l mycommand execute /list
  8. # - runcmd support custom argument in game.($arg1,$arg2,$arg3,$arg4,$arg5,$multiargs) Example - runcmd : /time $arg1
  9. # - For Delayed command add $delay$ before the command in runcmd Example : - $delay$/list
  10. # - Set delay time with delaytimer: 5 (5 = seconds)
  11. # - http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example/
  12. options:
  13. commandsnumber: 11
  14. '1':
  15. command: /vip
  16. type: runconsole
  17. text:
  18. - '//'
  19. runcmd:
  20. - /pex user $arg1 group set Vip
  21. - /say $arg1 ACABOU DE ATIVAR SEU VIP!
  22. - /money give 10000 $arg1
  23. - /addlevels $arg1 excavation 35
  24. - /addlevels $arg1 fishing 35
  25. - /addlevels $arg1 herbalism 35
  26. - /addlevels $arg1 mining 35
  27. - /addlevels $arg1 axes 35
  28. - /addlevels $arg1 archery 35
  29. - /addlevels $arg1 swords 35
  30. - /addlevels $arg1 taming 35
  31. - /addlevels $arg1 unarmed 35
  32. - /addlevels $arg1 acrobatics 35
  33. - /addlevels $arg1 repair 35
  34. - /give $arg1 372 32
  35. - /give $arg1 384 64
  36. - /give $arg1 369 1
  37. - /give $arg1 370 10
  38. - /give $arg1 378 25
  39. - /give $arg1 264 64
  40. - /give $arg1 313 1
  41. - /give $arg1 312 1
  42. - /give $arg1 311 1
  43. - /give $arg1 310 1
  44. delaytimer: 0
  45. '2':
  46. command: /pexmembro
  47. type: runconsole
  48. text:
  49. - '//'
  50. runcmd:
  51. - /pex group default add $arg1
  52. delaytimer: 0
  53. '3':
  54. command: /pexvip
  55. type: runconsole
  56. text:
  57. - '//'
  58. runcmd:
  59. - /pex group VIP add $arg1
  60. delaytimer: 0
  61. '4':
  62. command: /pexmoderador
  63. type: runconsole
  64. text:
  65. - '//'
  66. runcmd:
  67. - /pex group Moderador add $arg1
  68. delaytimer: 0
  69. '5':
  70. command: /pexadmin
  71. type: runconsole
  72. text:
  73. - '//'
  74. runcmd:
  75. - /pex group Admin add $arg1
  76. delaytimer: 0
  77. '6':
  78. command: /setadm
  79. type: runconsole
  80. text:
  81. - '//'
  82. runcmd:
  83. - /pex user $arg1 group set Admin
  84. delaytimer: 0
  85. '7':
  86. command: /setmod
  87. type: runconsole
  88. text:
  89. - '//'
  90. runcmd:
  91. - /pex user $arg1 group set Moderador
  92. delaytimer: 0
  93. '8':
  94. command: /setmembro
  95. type: runconsole
  96. text:
  97. - '//'
  98. runcmd:
  99. - /pex user $arg1 group set Default
  100. delaytimer: 0
  101. '9':
  102. command: /setdiretor
  103. type: runconsole
  104. text:
  105. - '//'
  106. runcmd:
  107. - /pex user $arg1 group set Diretor
  108. delaytimer: 0
  109. '10':
  110. command: /setsub
  111. type: runconsole
  112. text:
  113. - '//'
  114. runcmd:
  115. - /pex user $arg1 group set Sub-Diretor
  116. delaytimer: 0
  117. '11':
  118. command: /seteike
  119. type: runconsole
  120. text:
  121. - '//'
  122. runcmd:
  123. - /pex user $arg1 group set EikeBaptista
  124. delaytimer: 0
Advertisement
Add Comment
Please, Sign In to add comment