Advertisement
Eins_Bonbon

Untitled

Aug 25th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.11 KB | None | 0 0
  1. gamemode_alias:
  2. command: /gm
  3. type: ALIAS
  4. alias: /gamemode
  5. permission-required: true
  6. simple_dice:
  7. command: /mycmd-dice
  8. type: TEXT
  9. text:
  10. - '&0[&6Dice&0] &eYou got &6$rnd6 !'
  11. permission-required: true
  12. permission-node: mycommand.cmd.dice
  13. permission-error: "&a$player! , &2You can't use this command!"
  14. tab_completer:
  15. command: /greets
  16. type: RUN_COMMAND
  17. runcmd:
  18. - '$broadcasttext$&0[&e$player&0]&r $multiargs'
  19. required_args: 1
  20. register: true
  21. tab_completer:
  22. - Hi
  23. - Hello!
  24. - Well Met!
  25. shortcut:
  26. command: /l
  27. type: RUN_COMMAND
  28. runcmd:
  29. - '/list'
  30. cost: 0
  31. mycmd_colors:
  32. command: /mycmd-colors
  33. type: TEXT
  34. text:
  35. - "&11 &22 &33 &44 &55 &66 &77 &88 &99 &00 &aa &bb &cc &dd &ee &ff"
  36. - "&nn&r &mm&r &ll&r &oo&r $random_color :D"
  37. permission-required: false
  38. shortcut_with_arguments:
  39. command: /t
  40. type: RUN_COMMAND
  41. runcmd:
  42. - '/time $arg1 $arg2'
  43. cost: 0
  44. error-message: '&cType &e/t set day'
  45. require_all_arguments: true
  46. delay_example:
  47. command: /mycmd-countdown
  48. type: RUN_COMMAND
  49. runcmd:
  50. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color3..'
  51. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color2..'
  52. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color1..'
  53. - '$delay$$broadcasttext$&0[&eCountdown&0] &eGO!!'
  54. cost: 0
  55. delaytimer: 1
  56. delaytimer_format: SECONDS
  57. broadcast_example:
  58. command: /mycmd-broadcast
  59. type: BROADCAST_TEXT
  60. text:
  61. - '&0[&e$player&0]&r $multiargs'
  62. required_args: 1
  63. run_by_console:
  64. command: /mycmd-runconsole
  65. type: RUN_CONSOLE
  66. runcmd:
  67. - /say This message is getting performed by the console.
  68. cost: 0
  69. warmups_cooldowns_info:
  70. command: /warmupsandcooldowns
  71. type: TEXT
  72. text:
  73. - 'Put your command over /warmupsandcooldowns'
  74. - 'And change type : from text to WARMUP for Warmups and COOLDOWN for Cooldowns'
  75. - 'adjust the warmup and cooldowns time with delaytimer'
  76. delaytimer: 5
  77. add_permission:
  78. command: /command-to-override
  79. type: ADD_PERMISSION
  80. text:
  81. - '$6Add an extra permission to another existing command'
  82. permission-node: permission.name
  83. cost: 0
  84. some_placeholders:
  85. command: /mycmd-playerinfo
  86. type: TEXT
  87. text:
  88. - '&2Player name : &a$player'
  89. - '&2World : &a$world'
  90. - '&2Health : &a$health &2Food : &a$food'
  91. - '&2Exp : &a$exp &2Level : &a$level'
  92. - '&2Gamemode : &a$gamemode'
  93. - '&2LastDamage : &a$lastdamage'
  94. mycmd_list_command:
  95. command: /mycmd-online
  96. type: TEXT
  97. text:
  98. - '&2There are &a$online &2players online.'
  99. - '&a $ponline'
  100. clear_chat:
  101. command: /clearchat
  102. type: BROADCAST_TEXT
  103. text:
  104. - '%Repeat%100% '
  105. - '&0[&eMyCommand&0]&b Chat clared :D'
  106. shortcut_with_multiargs:
  107. command: /mycmd-shortcut
  108. type: RUN_COMMAND
  109. runcmd:
  110. - '/say $multiargs'
  111. random_example:
  112. command: /rockpaperscissors
  113. type: RUN_COMMAND_RANDOM
  114. runcmd:
  115. - '/me Rock!'
  116. - '/me Paper!'
  117. - '/me Scissors!'
  118. iconmenu_page1:
  119. command: /iconmenu
  120. type: ICON_MENU
  121. text:
  122. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  123. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  124. iconmenu_title: '&cMyCommand &4ItemMenu'
  125. iconmenu_size: 27
  126. iconmenu_commands:
  127. - 0:GOLDEN_APPLE:0:/help:&2Help:&aOpen the help menu
  128. - 1:COMPASS;DAMAGE_ALL;1:0:/mycmd:Menu:MyCommand menu
  129. - 9:EMERALD:0:/list:Player List:&bShow online players
  130. - 10:LEGACY_WATCH:0:/time set 0:Day:Turn day
  131. - 11:PLAYER_HEAD%$player:0:/command:Title:Description
  132. - 26:LEGACY_WOOL:11:%openiconmenu%/iconmenu2:Next Page:&cChange IconMenu Page;&a--------->
  133. cost: 0
  134. delaytimer: 5
  135. iconmenu_page2:
  136. command: /iconmenu2
  137. type: ICON_MENU
  138. iconmenu_title: 'Page 2'
  139. iconmenu_size: 9
  140. iconmenu_commands:
  141. - '0:LEGACY_GOLDEN_APPLE:0:Do something:Hello!:=)'
  142. - '8:LEGACY_WOOL:13:%openiconmenu%/iconmenu:Return Back:&cChange IconMenu Page;&a<---------'
  143. cost: 0
  144. delaytimer: 5
  145. help_page_0:
  146. command: /mycmd-help
  147. type: TEXT
  148. text:
  149. - '&a ---- &6MyCommand Help &eMain Page &a----'
  150. - '&e This is the Main page of the help '
  151. - '&e Type &6/mycmd-help 2 &efor see the second page'
  152. help_page_1:
  153. command: /mycmd-help 2
  154. type: TEXT
  155. text:
  156. - '&a ---- &6MyCommand Help &ePage two &a----'
  157. - '&e And this is the page two of the help'
  158. itemcost_example:
  159. command: /itemcostexample
  160. type: TEXT
  161. text:
  162. - '$random_colorYou have spent 5 Cobblestone for see this message.'
  163. itemcost: 'COBBLESTONE:5'
  164. scoreboard_example:
  165. command: /sbexample
  166. type: SCOREBOARD
  167. text:
  168. - The Scoreboard will get removed after DelayTimer(sec). If 0 don't remove
  169. - Use $marquee$ as a prefix of the scoreboard name for scroll the text.
  170. - Use scoreboard_refresh_ticks, for determinate how frequent the plugin have to update the scoreboard.
  171. scoreboard_name: "$marquee$&1M&2y&3C&4o&5m&6m&7a&8n&9d &aS&bc&co&dr&ee&fb&0o&1a&2r&3d &nExample&r "
  172. scoreboard_text:
  173. - "4;&c&lCoordinates:"
  174. - "3;&6X:&e $locX &6Y:&e $locY &6Z:&e $locZ "
  175. - "2;&c&lPlayer Info:"
  176. - "1;&6Health: &e$health"
  177. - "0;&6Food: &e$food"
  178. scoreboard_refresh_ticks: 5
  179. delaytimer: 10
  180. bungeecord_example:
  181. command: /bungeetest
  182. type: BUNGEE_TP
  183. server_name: hub
  184. allowed_worlds_example:
  185. command: /onlynether
  186. type: TEXT
  187. text:
  188. - "&cYea,The Nether!"
  189. allowed_worlds:
  190. - world_nether
  191. per_world_commands:
  192. command: /perworldcommand
  193. type: RUN_COMMAND
  194. runcmd:
  195. - "$world=%world%/me This command will be performed only if you are in the world"
  196. - "$world=%world_nether%/me And this only if you are in the nether"
  197. permission-required: false
  198. executefor_example:
  199. command: /executeforall
  200. type: RUN_CONSOLE
  201. executefor: ONLINE_PLAYERS
  202. runcmd:
  203. - "/tp $player 0 64 0"
  204. permission-required: false
  205. ouch:
  206. command: /ouch
  207. type: RUN_COMMAND
  208. runcmd:
  209. - '%PlayerOptions%damage: 1'
  210. - '$text$&c<3'
  211. permission-required: false
  212. heal_me:
  213. command: /mycmd-heal
  214. type: RUN_COMMAND
  215. runcmd:
  216. - '%PlayerOptions%setHealth: 20'
  217. - '%PlayerOptions%setFoodLevel: 20'
  218. - '%PlayerOptions%sendMessage: &aHealed!'
  219. permission-required: false
  220. world_guard_example:
  221. command: /checkregion
  222. type: TEXT
  223. text:
  224. - 'You are in $wgregionname region!'
  225. allowed_wg_region:
  226. - 'region_name_here'
  227. custom_cmd_cooldown:
  228. command: /cooldown-example
  229. type: TEXT
  230. text:
  231. - '&aBla bla bla, type the command again for see the cooldown effect.'
  232. cooldown: 5
  233. custom_cmd_warmup:
  234. command: /warmup-example
  235. type: TEXT
  236. text:
  237. - '&aYou have waited 5 second for see this command performed'
  238. warmup: 5
  239. call_url:
  240. command: /call-url
  241. type: CALL_URL
  242. url: 'http://localhost/yourscript.php?variable=$arg1&player=$player'
  243. get_output : true
  244. show_output_ingame : true
  245. save_output_as : httpResponse
  246. script_example_420:
  247. command: /example420
  248. type: RUN_COMMAND
  249. runcmd:
  250. - $Script$%if%$arg1==password
  251. - $text$&eRight!
  252. - $Script$%if%$arg1==420
  253. - $text$&aBLAZE IT
  254. - $Script$%else%
  255. - $text$Password not correct
  256. bar_text:
  257. command: /bar_example
  258. type: BAR_API_TEXT
  259. text:
  260. - '&aHello $random_color$player'
  261. bar_seconds: 5
  262. bar_percentage: 8
  263. bar_style: SEGMENTED_20
  264. bar_flag: DARKEN_SKY
  265. bar_color: PINK
  266. rawmessage_example:
  267. command: /raw-example
  268. type: RAW_TEXT
  269. text:
  270. - '&aHello &b$player! &aHover your mouse over me!; &dMAGIC'
  271. - '&0[&d*&0]&e Click me; &eClick Here for suggest the command &d/mycmd;/mycmd'
  272. - '$RUN_COMMAND$&0[&e*&0]&c Set the time to day; &eClick for Execute;/time set day'
  273. - '$OPEN_URL$&0[&e*&0]$random_color Open Google.com; &eClick for open;http://www.google.com'
  274. lottery_example:
  275. command: /lottery_example
  276. type: RUN_COMMAND
  277. runcmd:
  278. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  279. - '$text$&6Welcome to &eMyCommand &6Lottery!'
  280. - '$delay$'
  281. - '$text$&b+------------------------------------'
  282. - '$text$&b| &2Prize of today :'
  283. - '$text$&b| &aCOBBLESTONE, BREAD, APPLE, GOLD_INGOT or DIAMOND! '
  284. - '$text$&b+------------------------------------'
  285. - '$text$&ePlease wait for the results!'
  286. - '$delay$$delay$$delay$'
  287. - '$delay$$text$&0[$random_colorLottery&0] &65...'
  288. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  289. - '$delay$$text$&0[$random_colorLottery&0] &64...'
  290. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  291. - '$delay$$text$&0[$random_colorLottery&0] &63...'
  292. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  293. - '$delay$$text$&0[$random_colorLottery&0] &62...'
  294. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  295. - '$delay$$text$&0[$random_colorLottery&0] &61...'
  296. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  297. - '$delay$'
  298. - '%PlayerOptions%playSound: ENTITY_EXPERIENCE_ORB_PICKUP:1.0F:1'
  299. - '$Script$%PlayerData%lotteryprize=$GetRandomStringFromList%COBBLESTONE;DIAMOND;LEGACY_GOLD_INGOT;BREAD;APPLE%'
  300. - '$Script$%PlayerData%amount_lotteryprize=$randomnumber%3%'
  301. - '$delay$'
  302. - '$text$&b+------------------------------------'
  303. - '$text$&b| &6Congratulation! You won : &e $PlayerData%amount_lotteryprize% $PlayerData%lotteryprize%! '
  304. - '$text$&b+------------------------------------'
  305. - '%PlayerOptions%addItem: $PlayerData%lotteryprize%:$PlayerData%amount_lotteryprize%'
  306. delaytimer: 1
  307. dailybonus:
  308. command: /dailybonus
  309. type: RUN_COMMAND
  310. runcmd:
  311. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  312. - "$text$&0[&6Daily&eBonus&0]&b Hello $player! Here, your daily reward!"
  313. - "$text$&0[&6Daily&eBonus&0]&b Received &a1 DIAMOND!"
  314. - "%PlayerOptions%addItem: DIAMOND:1"
  315. - "$Script$%PlayerData%DailyBonus=$todaydate"
  316. - "$text$&0[&6Daily&eBonus&0]&b Come back tomorrow!"
  317. - "$Script$%else%"
  318. - "$text$&0[&6Daily&eBonus&0]&b That's enough for today! Come back tomorrow!"
  319. permission-required: false
  320. broadcast_message_with_perm:
  321. command: /brmsgwithperm
  322. type: BROADCAST_TEXT
  323. text:
  324. - "Only the player with the correct permission can see this message"
  325. broadcast_message_permission_node: permission.for.see.this.message
  326. holographic_example:
  327. command: /holoexample
  328. type: HOLOGRAPHIC_TEXT
  329. text:
  330. - "&eHello $player, how are you?"
  331. - "$random_coloryeah, i'm fineeeee thanks!"
  332. - "&dCurrent time &5$time"
  333. delaytimer: 3
  334. merchant_example:
  335. command: /mymerchant
  336. type: MERCHANT
  337. merchant_title: '&3Hello &b$player'
  338. merchant_items:
  339. - STONE_SWORD:1:0:DAMAGE_ALL;1;FIRE_ASPECT;1:&3Old Sword:&bA very old sword<cost>GOLD_INGOT:20<max_uses>2
  340. - STONE_SWORD:1<cost>EMERALD:5<max_uses>4
  341. - IRON_BLOCK:1<cost>EMERALD:1<cost>GOLD_INGOT:1
  342. - GOLD_BLOCK:1<cost>IRON_INGOT:10
  343. - EMERALD_BLOCK:1<cost>GOLD_INGOT:50
  344. - DIAMOND_BLOCK:1<cost>GOLD_INGOT:50<cost>EMERALD:50
  345. - LEVER:1
  346. - COBBLESTONE:1
  347. dynamicmenu100:
  348. command: /Server-Menu
  349. type: ICON_MENU
  350. iconmenu_size: 27
  351. iconmenu_title: '&8» §cMenu '
  352. iconmenu_mode: ICON_MENU
  353. permission-required: false
  354. iconmenu_commands:
  355. - "0:STAINED_GLASS_PANE:15:%stayopen%: : "
  356. - "1:ENTCHANTING_TABEL:0:/ewarp Verzaubern:&7&kk&5Verzaubern&7&kk: "
  357. - "2:STAINED_GLASS_PANE:15:%stayopen%: : "
  358. - "3:STAINED_GLASS_PANE:15:%stayopen%: : "
  359. - "4:STAINED_GLASS_PANE:15:%stayopen%: : "
  360. - "5:STAINED_GLASS_PANE:15:%stayopen%: : "
  361. - "6:STAINED_GLASS_PANE:15:%stayopen%: : "
  362. - "7:STAINED_GLASS_PANE:15:%stayopen%: : "
  363. - "8:STAINED_GLASS_PANE:15:%stayopen%: : "
  364. - "9:STAINED_GLASS_PANE:15:%stayopen%: : "
  365. - "10:STAINED_GLASS_PANE:15:%stayopen%: : "
  366. - "11:STAINED_GLASS_PANE:15:%stayopen%: : "
  367. - "12:STAINED_GLASS_PANE:15:%stayopen%: : "
  368. - "13:STAINED_GLASS_PANE:15:%stayopen%: : "
  369. - "14:STAINED_GLASS_PANE:15:%stayopen%: : "
  370. - "15:STAINED_GLASS_PANE:15:%stayopen%: : "
  371. - "16:STAINED_GLASS_PANE:15:%stayopen%: : "
  372. - "17:STAINED_GLASS_PANE:15:%stayopen%: : "
  373. - "18:STAINED_GLASS_PANE:15:%stayopen%: : "
  374. - "19:STAINED_GLASS_PANE:15:%stayopen%: : "
  375. - "20:STAINED_GLASS_PANE:15:%stayopen%: : "
  376. - "21:STAINED_GLASS_PANE:15:%stayopen%: : "
  377. - "22:STAINED_GLASS_PANE:15:%stayopen%: : "
  378. - "23:STAINED_GLASS_PANE:15:%stayopen%: : "
  379. - "24:STAINED_GLASS_PANE:15:%stayopen%: : "
  380. - "25:STAINED_GLASS_PANE:15:%stayopen%: : "
  381. - "26:STAINED_GLASS_PANE:15:%stayopen%: : "
  382. - "27:STAINED_GLASS_PANE:15:%stayopen%: : "
  383. permission-required: false
  384. delaytimer: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement