Advertisement
JediLuke_HD

Untitled

Sep 27th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand Commands config file (last update v5.5.0) #
  3. # #
  4. # BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted #
  5. # #
  6. # How to make a command : (See an example command below) #
  7. # For first, put your command name on first line #
  8. # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. #
  9. # So, now select your command type from a predefined list putting it after "type" line #
  10. # COMMAND TYPE LIST : #
  11. # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #
  12. # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT #
  13. # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
  14. # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR #
  15. # #
  16. # If your command is "TEXT" type, you can put multiple line of text below this parameter #
  17. # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list #
  18. # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #
  19. # Set delay time with delaytimer: 5 (5 = seconds) | #
  20. # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #
  21. # You can customize your permission node by placing "permission-node:" field in a command #
  22. # Also,you can change the permission error message with "permission-error:" #
  23. # Custom error-message for invalid args ,put "error-message:" line in a command. #
  24. # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
  25. # Register REAL commands putting "register: true" below the command. #
  26. # With register commands you can use the "tab_completer: - Hi - Hello!" #
  27. # For Scripts and more features, find more on the bukkitdev page #
  28. #-----------------------------------------------------------------------------------------------------------#
  29. kick:
  30. command: /rkick
  31. type: ALIAS
  32. alias: /minecraft:kick
  33. permission-required: true
  34. permission-node: kick.cmd
  35. permission-error: "&a$player! , &2Der Command ist für dich verboten"
  36. gm:
  37. command: /gm
  38. type: ALIAS
  39. alias: /gamemode
  40. permission-required: true
  41. permission-node: mute.cmd
  42. permission-error: "&a$player! , &2Der command ist für dich verboten"
  43. regel:
  44. command: /regel
  45. type: TEXT
  46. text:
  47. - '&3*&6------&3*&9Regeln&3*&6------&§*'
  48. - '&5* &cKein Rolenplay &6= &cKick '
  49. - '&5* &chacken &6= &cBan '
  50. - '&5* &cum Op bitten &6= &cMute 2 h'
  51. - '&5* &cBeleidigen &6= &cMute 1 Tag'
  52. - '&5* &cSpamen &6= &cMute 4h'
  53. - '&3*&6------&3*&9Regeln&3*&6------&§*'
  54. permission-required: false
  55. permission-node: regeln.cmd
  56. permission-error: "&a$player! , &2Der command ist für dich verboten"
  57. chatclear:
  58. command: /cc
  59. type: BROADCAST_TEXT
  60. text:
  61. - '&0'
  62. - '&0'
  63. - '&0'
  64. - '&0'
  65. - '&0'
  66. - '&0'
  67. - '&0'
  68. - '&0'
  69. - '&0'
  70. - '&0'
  71. - '&0'
  72. - '&0'
  73. - '&0'
  74. - '&0'
  75. - '&0'
  76. - '&0'
  77. - '&0'
  78. - '&0'
  79. - '&0'
  80. - '&0'
  81. - '&0'
  82. - '&0'
  83. - '&0'
  84. - '&0'
  85. - '&0'
  86. - '&0'
  87. - '&0'
  88. - '&0'
  89. - '&0'
  90. - '&0'
  91. - '&0'
  92. - '&0'
  93. - '&0'
  94. - '&0'
  95. - '&0'
  96. - '&0'
  97. - '&0'
  98. - '&0'
  99. - '&0'
  100. - '&0'
  101. - '&0'
  102. - '&0'
  103. - '&0'
  104. - '&0'
  105. - '&0'
  106. - '&0'
  107. - '&0'
  108. - '&0'
  109. - '&0'
  110. - '&0'
  111. - '&0'
  112. - '&0'
  113. - '&0'
  114. - '&0'
  115. - '&0'
  116. - '&0'
  117. - '&0'
  118. - '&0'
  119. - '&0'
  120. - '&0'
  121. - '&0'
  122. - '&0'
  123. - '&0'
  124. - '&0'
  125. - '&0'
  126. - '&0'
  127. - '&0'
  128. - '&0'
  129. - '&0'
  130. - '&0'
  131. - '&0'
  132. - '&0'
  133. - '&0'
  134. - '&0'
  135. - '&0'
  136. - '&0'
  137. - '&0'
  138. - '&0'
  139. - '&0'
  140. - '&0'
  141. - '&0'
  142. - '&0'
  143. - '&0'
  144. - '&0'
  145. - '&0'
  146. - '&0'
  147. - '&0'
  148. - '&0'
  149. - '&0'
  150. - '&0'
  151. - '&0'
  152. - '&0'
  153. - '&0'
  154. - '&0'
  155. - '&0'
  156. - '&0'
  157. - '&0'
  158. - '&0'
  159. - '&0'
  160. - '&0'
  161. - '&0'
  162. - '&0'
  163. - '&0'
  164. - '&0'
  165. - '&0'
  166. - '&0'
  167. - '&0'
  168. - '&0'
  169. - '&0'
  170. - '&0'
  171. - '&0'
  172. - '&0'
  173. - '&0'
  174. - '&0'
  175. - '&0'
  176. - '&0'
  177. - '&0'
  178. - '&0'
  179. - '&0'
  180. - '&0'
  181. - '&0'
  182. - '&0'
  183. - '&0'
  184. - '&0'
  185. - '&0'
  186. - '&0'
  187. - '&0'
  188. - '&0'
  189. - '&0'
  190. - '&0'
  191. - '&0'
  192. - '&0'
  193. - '&0'
  194. - '&0'
  195. - '&0'
  196. - '&0'
  197. - '&0'
  198. - '&0'
  199. - '&0'
  200. - '&0&kM&ccreate by &bJediLuke007&0&kM'
  201. - '&0'
  202. - '&0'
  203. - '&0'
  204. - '&0'
  205. - '&0'
  206. - '&0'
  207. - '&0'
  208. - '&0'
  209. - '&0'
  210. - '&0'
  211. - '&0'
  212. - '&0'
  213. - '&0'
  214. - '&0'
  215. - '&0'
  216. - '&0'
  217. - '&0'
  218. - '&0'
  219. - '&0'
  220. - '&0'
  221. - '&0'
  222. - '&0'
  223. - '&0'
  224. - '&0'
  225. - '&0'
  226. - '&cServer &8? &7Der &bChat &7Wurde von &c$player &7geleert&8.'
  227. - '&0'
  228. permission-required: true
  229. permission-node: cc.cmd
  230. permission-error: "&a$player! , &2Der command ist für dich verboten"
  231. strich:
  232. command: /cut
  233. type: BROADCAST_TEXT
  234. text:
  235. - '&0'
  236. - '&e-------------------------------------'
  237. - '&0'
  238. permission-required: true
  239. permission-node: cc.cmd
  240. permission-error: "&a$player! , &2Der command ist für dich verboten"
  241. eat:
  242. command: /essen
  243. type: ICON_MENU
  244. iconmenu_size: 27
  245. iconmenu_title: '&cEssen&e➽&cMenü'
  246. iconmenu_mode: ICON_MENU
  247. iconmenu_commands:
  248. - '0:EMERALD_BLOCK:0:/tp $player -337 35 338:&aInfos: '
  249. - '1:EMERALD_BLOCK:0:/warp $player:&aInfos: '
  250. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  251. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  252. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  253. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  254. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  255. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  256. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  257. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  258. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  259. - '11:APPLE:0:/give $player apple 1:&capple: '
  260. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  261. - '13:COOKED_BEEF:0:/give $player cooked_beef 1:&6Steak: '
  262. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  263. - '15:compass:0:/give $player potato 1:&eSCP-Info/Start: '
  264. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  265. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  266. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  267. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  268. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  269. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  270. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  271. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  272. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  273. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  274. - '26:BARRIER:15:%close%:&cSchließen: '
  275. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  276. permission-required: true
  277. permission-node: essen.cmd
  278. permission-error: "&a$player! , &2Der command ist für dich verboten"
  279. warp:
  280. command: /warp
  281. type: ICON_MENU
  282. iconmenu_size: 27
  283. iconmenu_title: '&cINFO&e➽&cWarps'
  284. iconmenu_mode: ICON_MENU
  285. iconmenu_commands:
  286. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  287. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  288. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  289. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  290. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  291. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  292. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  293. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  294. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  295. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  296. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  297. - '11:QUARTZ_BLOCK:0:/ewarp SCP-RP $player:&cSCP&e-&bRP: '
  298. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  299. - '13:BEACON:0:/espawn $player:&a&lSpawn: '
  300. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  301. - '15:EMERALD_BLOCK:0:/ewarp RP $player:&c&lRP&e&llife:&0&kM&cIn bau&0&kM '
  302. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  303. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  304. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  305. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  306. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  307. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  308. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  309. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  310. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  311. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  312. - '26:BARRIER:15:%close%:&cSchließen: '
  313. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  314. permission-required: false
  315. rolle1:
  316. command: /rolle
  317. type: TEXT
  318. text:
  319. - '&0'
  320. - '&e/rolle &b{player}'
  321. - '&0'
  322. permission-required: true
  323. permission-node: rolle.cmd
  324. permission-error: "&a$player! , &2Der command ist für dich verboten"
  325. rolle2:
  326. command: /rolle
  327. type: ICON_MENU
  328. iconmenu_size: 27
  329. iconmenu_title: '&cRollen&7-&bMENÜ'
  330. iconmenu_mode: ICON_MENU
  331. iconmenu_commands:
  332. - '0:QUARTZ_BLOCK:0:/pex user $arg1 group set Koch:&7&lKoch: '
  333. - '1:GOLD_BLOCK:0:/pex user $arg1 group set default:&6Class-D rolle: '
  334. - '2:QUARTZ_BLOCK:0:/pex user $arg1 group set Koch:&7Koch rolle:&eKoche für die Leute in SCP: '
  335. - '3:DIAMOND_SWORD:0:/pex user $arg1 group set Wärter:&9Wärter rolle:&bSchlägt Class-D und macht das was ST will: '
  336. - '4:WOOL:0:/pex user $arg1 group set ST:&2ST rolle:&fST Ist ein Wissenschaftler die machen tests: '
  337. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  338. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  339. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  340. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  341. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  342. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  343. - '11:STAINED_GLASS_PANE:15:%stayopen%: : '
  344. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  345. - '13:STAINED_GLASS_PANE:15:%stayopen%: : '
  346. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  347. - '15:STAINED_GLASS_PANE:15:%stayopen%: : '
  348. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  349. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  350. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  351. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  352. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  353. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  354. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  355. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  356. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  357. - '25:EMERALD_BLOCK:0:%openiconmenu%/warp:&b&lWARPS: '
  358. - '26:BARRIER:15:%close%:&cSchließen: '
  359. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  360. permission-required: true
  361. permission-node: rolle.cmd
  362. permission-error: "&a$player! , &2Der command ist für dich verboten"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement