Advertisement
Davis0110

Untitled

Sep 10th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 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. mutelist:
  39. command: /mlist
  40. type: TEXT
  41. text:
  42. - '&7[&c&lGam&b&lble&7] &c> &4Mute-List'
  43. - '&7[&c&lGam&b&lble&7] &c> &a Beleidigen &7= &c5 stunden!'
  44. - '&7[&c&lGam&b&lble&7] &c> &a Betteln &7= &c1 stunde!'
  45. permission-required: true
  46. regeln:
  47. command: /regeln
  48. type: TEXT
  49. text:
  50. - '&7[&c&lGam&b&lble&7] &c> &aHacking &7= &cVerboten'
  51. - '&7[&c&lGam&b&lble&7] &c> &aBeleidigen &7= &cVerboten'
  52. - '&7[&c&lGam&b&lble&7] &c> &aBugusen &7= &cVerboten'
  53. - '&7[&c&lGam&b&lble&7] &c> &aBetteln &7= &cVerboten'
  54. - '&7[&c&lGam&b&lble&7] &c> &aRang ausnutzen &7= &cVerboten'
  55. permission-required: false
  56. willkommen:
  57. command: /nhi
  58. type: BROADCAST_TEXT
  59. text:
  60. - '&cHerzlich &cWillkommen &a$player &cauf &c&lGam&b&lble!'
  61. permission-required: true
  62. broadcast:
  63. command: /nbc
  64. type: BROADCAST_TEXT
  65. text:
  66. - '$broadcasttext$&7[&c&lGam&b&lble&7]&r $multiargs'
  67. permission-required: true
  68. countdown:
  69. command: /ncd
  70. type: RUN_COMMAND
  71. runcmd:
  72. - '$delay$$broadcasttext$&7[&cEvent&7] &c3...'
  73. - '$delay$$broadcasttext$&7[&cEvent&7] &62...'
  74. - '$delay$$broadcasttext$&7[&cEvent&7] &61...'
  75. - '$delay$$broadcasttext$&7[&cEvent&7] &aLOS!!!'
  76. permission-required: true
  77. iconmenu_page1:
  78. command: /rang
  79. type: ICON_MENU
  80. text:
  81. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  82. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  83. iconmenu_title: '&cRänge &4Menu'
  84. iconmenu_size: 27
  85. iconmenu_commands:
  86. - 11:coal:/pex user $player$ group set Kohle
  87. cost: 0
  88. delaytimer: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement