Guest User

Untitled

a guest
Aug 25th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 KB | None | 0 0
  1. # MyCommand 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 , addpermission , addtimer , runconsole , runcommand-perm-broadcast-text , runcommand-random , runasoperator , iconmenu , scoreboard
  5. # Additional type accept if you use Spoutplugin = spout-text , spout-notification.\n" +
  6. # runcommand type example -> If command: /l and runcmd: /list,when you type /l mycommand execute /list
  7. # runcmd support custom argument in game.($arg1,$arg2,$arg3,$arg4,$arg5,$multiargs) Example - runcmd : /time $arg1
  8. # For Delayed command add $delay$ before the command in runcmd Example : - $delay$/list
  9. # Set delay time with delaytimer: 5 (5 = seconds)
  10. # Use the dot . for decimal cost Example = cost : 5.5
  11. # 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:"
  12. # Custom error-message for invalid args ,put "error-message:" line in a command.
  13. # You can use itemcost : 'ID:AMOUNT' for set a cost with items.
  14. # http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example
  15. options:
  16. commandsnumber: 21
  17. '1':
  18. command: /.
  19. type: iconmenu
  20. text:
  21. - 'POSITION:ITEMID:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  22. iconmenu_title: '&cMyCommand &4ItemMenu'
  23. iconmenu_size: 45
  24. iconmenu_commands:
  25. - '0:399:0:/spawn:&6Skill:Spawn;Tp you to spawn'
  26. - '1:288:0:/fly on:&6Skill:Summon;call mount'
  27. - '2:288:0:/fly off:&6Skill:Dismiss;dismiss the mount'
  28. - '3:399:0:/horse summon:&6Skill:Spawn;Tp you to spawn'
  29. - '4:399:0:/horse dismiss:&6Skill:Spawn;Tp you to spawn'
  30. - '5:399:0:/horse list:&6Skill:Spawn;Tp you to spawn'
  31. - '6:399:0:/tpaccept:&6Skill:Spawn;Tp you to spawn'
  32. - '7:399:0:/tps:&6Skill:Spawn;Tp you to spawn'
  33. - '8:399:0:/blsStatus:&6Skill:Spawn;Tp you to spawn'
  34. - '9:399:0:/hat:&6Skill:Spawn;Tp you to spawn'
  35. - '10:399:0:/bal:&6Skill:Spawn;Tp you to spawn'
  36. - '11:399:0:/baltop:&6Skill:Spawn;Tp you to spawn'
  37. - '12:399:0:/lock:&6Skill:Spawn;Tp you to spawn'
  38. - '13:399:0:/unlock:&6Skill:Spawn;Tp you to spawn'
  39. - '14:399:0:/co i:&6Skill:Spawn;Tp you to spawn'
  40. - '15:399:0:/blsBlood:&6Skill:Spawn;Tp you to spawn'
  41. - '16:399:0:/back:&6Skill:Spawn;Tp you to spawn'
  42. - '17:399:0:/blsBloodCheck:&6Skill:Spawn;Tp you to spawn'
  43. - '18:399:0:/blsBloodI:&6Skill:Spawn;Tp you to spawn'
  44. - '19:399:0:/blsBloodII:6Skill:Spawn;Tp you to spawn'
  45. - '20:399:0:/blsBloodIII:&6Skill:Spawn;Tp you to spawn'
  46. - '21:399:0:/repair:&6Skill:Spawn;Tp you to spawn'
  47. - '22:399:0:/heal:&6Skill:Spawn;Tp you to spawn'
  48. - '23:399:0:/blsVipCheck:&6Skill:Spawn;Tp you to spawn'
  49. - '24:399:0:/mv tp resorces:&6Skill:Spawn;Tp you to spawn'
  50. - '25:399:0:/mv tp fun:&6Skill:Spawn;Tp you to spawn'
  51. - '26:399:0:/mv tp createland:&6Skill:Spawn;Tp you to spawn'
  52. - '27:399:0:/blsGiftVip0:&6Skill:Spawn;Tp you to spawn'
  53. - '28:399:0:/blsGiftVip1:&6Skill:Spawn;Tp you to spawn'
  54. - '29:399:0:/blsGiftVip2:&6Skill:Spawn;Tp you to spawn'
  55. - '30:399:0:/blsGiftVip3:&6Skill:Spawn;Tp you to spawn'
  56. - '31:399:0:/blsTitleVip0:&6Skill:Spawn;Tp you to spawn'
  57. - '32:399:0:/blsTitleVip1:&6Skill:Spawn;Tp you to spawn'
  58. - '33:399:0:/blsTitleVip2:&6Skill:Spawn;Tp you to spawn'
  59. - '34:399:0:/blsTitleVip4:&6Skill:Spawn;Tp you to spawn'
  60. cost: 0
  61. delaytimer: 5
  62. '2':
  63. command: /blsStatus
  64. type: runcommand
  65. runcmd:
  66. - '/spawn'
  67. cost: 0
  68. delaytimer: 5
  69. '3':
  70. command: /blsFlyon
  71. type: runcommand
  72. runcmd:
  73. - '/fly on'
  74. cost: 0
  75. delaytimer: 5
  76. '4':
  77. command: /blsFlyoff
  78. type: runcommand
  79. runcmd:
  80. - '/fly off'
  81. cost: 0
  82. delaytimer: 5
  83. '5':
  84. command: /mycmd-runcmdtimer
  85. type: runcommand
  86. text:
  87. - '$red Text of command $black5'
  88. runcmd:
  89. - '$delay$/say 3..'
  90. - '$delay$/say 2..'
  91. - '$delay$/say 1..'
  92. cost: 0
  93. delaytimer: 1
  94. '6':
  95. command: /mycmd-broadcast
  96. type: broadcast-text
  97. text:
  98. - '$blue MyCommand Broadcast Test'
  99. runcmd:
  100. - '/sample'
  101. cost: 0
  102. delaytimer: 5
  103. '7':
  104. command: /mycmd-spoutsample
  105. type: spout-text
  106. text:
  107. - '$darkgreen -Spout Text-'
  108. - '$red MyCommand!'
  109. runcmd:
  110. - '/sample'
  111. cost: 0
  112. delaytimer: 5
  113. '8':
  114. command: /mycmd-runconsole
  115. type: runconsole
  116. text:
  117. - '$red Text of command $black8'
  118. runcmd:
  119. - /say This /say it's performed by console.
  120. cost: 0
  121. delaytimer: 5
  122. '9':
  123. command: /mycmd-addtimer
  124. type: text
  125. text:
  126. - '$gold Put your command over /mycmd-addtimer'
  127. - '$gold And change type : from text to addtimer'
  128. runcmd:
  129. - '/sample'
  130. cost: 0
  131. delaytimer: 5
  132. '10':
  133. command: /mycmd-addpermission
  134. type: text
  135. text:
  136. - '$gold Put your command over /mycmd-addpermission'
  137. - '$gold And change type : from text to addpermission'
  138. runcmd:
  139. - '/sample'
  140. cost: 0
  141. delaytimer: 5
  142. '11':
  143. command: /mycmd-textargs
  144. type: text
  145. text:
  146. - 'Player Name : $player'
  147. - 'World : $world'
  148. - 'Health : $health Food : $food'
  149. - 'Exp : $exp Level : $level'
  150. - 'Gamemode : $gamemode'
  151. - 'LastDamage : $lastdamage'
  152. runcmd:
  153. - '/sample'
  154. cost: 0
  155. delaytimer: 5
  156. '12':
  157. command: /mycmd-online
  158. type: text
  159. text:
  160. - '$red There are $online players online.'
  161. - '$gold $ponline'
  162. runcmd:
  163. - '/sample'
  164. cost: 0
  165. delaytimer: 5
  166. '13':
  167. command: /mycmd-clearchat
  168. type: broadcast-text
  169. text:
  170. - ''
  171. - ''
  172. - ''
  173. - ''
  174. - ''
  175. - ''
  176. - ''
  177. - ''
  178. - ''
  179. - ''
  180. runcmd:
  181. - '/sample'
  182. cost: 0
  183. delaytimer: 5
  184. '14':
  185. command: /mycmd-shortcut
  186. type: runcommand
  187. text:
  188. - '$red Text of command $black14'
  189. runcmd:
  190. - '/say $multiargs'
  191. cost: 0
  192. delaytimer: 5
  193. '15':
  194. command: /mycmd-random
  195. type: runcommand-random
  196. text:
  197. - '$red Text of command $black15'
  198. runcmd:
  199. - '/say 1 $multiargs'
  200. - '/say 2 $multiargs'
  201. - '/say 3 $multiargs'
  202. cost: 0
  203. delaytimer: 5
  204. '16':
  205. command: /iconmenu
  206. type: iconmenu
  207. text:
  208. - 'POSITION:ITEMID:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  209. iconmenu_title: '&cMyCommand &4ItemMenu'
  210. iconmenu_size: 27
  211. iconmenu_commands:
  212. - '0:322:0:/help:&2Help:&aOpen the help menu'
  213. - '1:345:0:/mycmd:Menu:MyCommand menu'
  214. - '9:388:0:/list:Player List:&bShow online players'
  215. - '10:347:0:/time set 0:Day:Turn day'
  216. - '26:35:11:/rules:Rules:&cSee the server rules;Read all!'
  217. cost: 0
  218. delaytimer: 5
  219. '17':
  220. command: /mycmd-help 1
  221. type: text
  222. text:
  223. - '$brightgreen ---- MyCommand Help Page One ---'
  224. - '$gold Test Help 1'
  225. runcmd:
  226. - '/sample'
  227. cost: 0
  228. delaytimer: 5
  229. '18':
  230. command: /mycmd-help
  231. type: text
  232. text:
  233. - '$brightgreen ---- MyCommand Help Main Page---'
  234. - '$gold Test Help '
  235. runcmd:
  236. - '/sample'
  237. cost: 0
  238. delaytimer: 5
  239. '19':
  240. command: /scriptexample
  241. type: text
  242. text:
  243. - 'Example'
  244. runcmd:
  245. - '$Script$HasPermission==custompermission.test'
  246. - '$Script$SetInteger=1'
  247. - '$Script$Integer==1'
  248. - '$Script$SetString=ciao'
  249. - '$Script$String!=lol'
  250. - '$Script$Integer>10'
  251. - '/dosomething'
  252. cost: 0
  253. delaytimer: 5
  254. '20':
  255. command: /itemcostexample
  256. type: text
  257. text:
  258. - 'This command cost 5 cobblestone. 4=ID 5 = AMOUNT'
  259. runcmd:
  260. - '/sample'
  261. cost: 0
  262. itemcost: '4:5'
  263. delaytimer: 5
  264. '21':
  265. command: /sbtest
  266. type: scoreboard
  267. text:
  268. - 'Remove scoreboard after DelayTimer(sec) - 0 = never'
  269. scoreboard_name: '&bTest'
  270. scoreboard_text:
  271. - '$randomnumber%1000%:Lucky'
  272. - '$exp:Exp'
  273. - '$level:Level'
  274. cost: 0
  275. delaytimer: 5
Advertisement
Add Comment
Please, Sign In to add comment