Advertisement
Davis0110

Untitled

Sep 10th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 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. banlist:
  30. command: /blist
  31. type: TEXT
  32. text:
  33. - '&7[&c&lGam&b&lble&7] &c> &4Ban-List'
  34. - '&7[&c&lGam&b&lble&7] &c> &aHacking &7= &cPermanent!'
  35. - '&7[&c&lGam&b&lble&7] &c> &aBugusen &7= &c1 Tag!'
  36. - '&7[&c&lGam&b&lble&7] &c> &aRang ausnutzen &7= &c5 Tage!'
  37. permission-required: true
  38. permission-node: mycmd.blist
  39. mutelist:
  40. command: /mlist
  41. type: TEXT
  42. text:
  43. - '&7[&c&lGam&b&lble&7] &c> &4Mute-List'
  44. - '&7[&c&lGam&b&lble&7] &c> &a Beleidigen &7= &c5 stunden!'
  45. - '&7[&c&lGam&b&lble&7] &c> &a Betteln &7= &c1 stunde!'
  46. permission-required: true
  47. permission-node: mycmd.mlist
  48. regeln:
  49. command: /regeln
  50. type: TEXT
  51. text:
  52. - '&7[&c&lGam&b&lble&7] &c> &aHacking &7= &cVerboten'
  53. - '&7[&c&lGam&b&lble&7] &c> &aBeleidigen &7= &cVerboten'
  54. - '&7[&c&lGam&b&lble&7] &c> &aBugusen &7= &cVerboten'
  55. - '&7[&c&lGam&b&lble&7] &c> &aBetteln &7= &cVerboten'
  56. - '&7[&c&lGam&b&lble&7] &c> &aRang ausnutzen &7= &cVerboten'
  57. permission-required: false
  58. broadcast:
  59. command: /nbc
  60. type: BROADCAST_TEXT
  61. text:
  62. - '&7[&c&lGam&b&lble&7]&7 $multiargs'
  63. permission-required: true
  64. permission-node: mycmd.broadcast
  65. countdown:
  66. command: /event
  67. type: RUN_COMMAND
  68. runcmd:
  69. - '$delay$$broadcasttext$&7[&cEvent&7] &c3...'
  70. - '$delay$$broadcasttext$&7[&cEvent&7] &62...'
  71. - '$delay$$broadcasttext$&7[&cEvent&7] &61...'
  72. - '$delay$$broadcasttext$&7[&cEvent&7] &aLOS!!!'
  73. permission-required: true
  74. permission-node: mycmd.cd
  75. clearchat:
  76. command: /cc
  77. type: BROADCAST_TEXT
  78. text:
  79. - '%Repeat%100% '
  80. - '&7[&c&lGam&b&lble&7] &cder Chat wurde von &a$player &cgeleert!'
  81. permission-required: true
  82. permission-node: mycmd.clearchat
  83. Plugins:
  84. command: /pl
  85. type: TEXT
  86. text:
  87. - '&fModule (1): &cSystem'
  88. permission-required: false
  89. Plugins2:
  90. command: /module
  91. type: TEXT
  92. text:
  93. - '&fModule (1): &cSystem'
  94. permission-required: false
  95. Plugins3:
  96. command: /plugins
  97. type: TEXT
  98. text:
  99. - '&fModule (1): &cSystem'
  100. permission-required: false
  101. OP:
  102. command: /op
  103. type: TEXT
  104. text:
  105. - '&cDas darfst du nicht!'
  106. permission-required: false
  107. Deop:
  108. command: /deop
  109. type: TEXT
  110. text:
  111. - '&cDas darfst du nicht!'
  112. permission-required: false
  113. Ban:
  114. command: /eban
  115. type: TEXT
  116. text:
  117. - '&cDas darfst du nicht!'
  118. permission-required: false
  119. tempBan:
  120. command: /etempban
  121. type: TEXT
  122. text:
  123. - '&cDas darfst du nicht!'
  124. permission-required: false
  125. Help:
  126. command: /ehelp
  127. type: TEXT
  128. text:
  129. - '&cDu brauchst hilfe wende dich an die &1Supporter &c/ &2Moderator&c!'
  130. - '&cOder benutze "&7/regeln"&c!'
  131. permission-required: false
  132. unBan:
  133. command: /unban
  134. type: TEXT
  135. text:
  136. - '&cDas darfst du nicht!'
  137. permission-required: false
  138. Plugins4:
  139. command: /modul
  140. type: TEXT
  141. text:
  142. - '&fModule (1): &cSystem'
  143. permission-required: false
  144. Configeditor:
  145. command: /ce
  146. Type: ALIAS
  147. alias: /configeditor
  148. permission-required: true
  149. dailybonus:
  150. command: /tb
  151. type: RUN_COMMAND
  152. runcmd:
  153. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  154. - "$text$&7[&eTäglich-Belohnung&7]&e Hallo &a$player&e! Hier, deine Tägliche-Belohnung!"
  155. - "$text$&7[&eTäglich-Belohnung&7]&e Du hast ein &bSpithacken-Gutschein &eerhalten!!"
  156. - "%PlayerOptions%addItem: PAPER:1 enchantment:protection:1 name:Diamantspitzhacke"
  157. - "$Script$%PlayerData%DailyBonus=$todaydate"
  158. - "$text$&7[&eTäglich-Belohnung&7] &akomm morgen wieder!"
  159. - "$Script$%else%"
  160. - "$text$&7[&eTäglich-Belohnung&7]&c Du hast bereits deine Belohnung abgeholt! &akomm morgen wieder!"
  161. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement