Advertisement
penguin_GANA

Untitled

Dec 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. #-------------------------------------------------------------------------------------------------------------------#
  2. # MyCommand Commands config file (last update v5.5.2) #
  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. # First, decide your command name placing it in the first row (no duplicates!) "mycommand:" #
  8. # Now set the "command:" field. This will trigger the command. 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 , BROADCAST_TEXT, RAW_TEXT , BROADCAST_RAW_TEXT, ALIAS , RUN_COMMAND , RUN_CONSOLE , RUN_COMMAND_TASK #
  12. # RUN_COMMAND_RANDOM , RUN_CONSOLE_RANDOM , RUN_AS_OPERATOR , ADD_PERMISSION , ADD_COST , WARMUP , COOLDOWN #
  13. # WARMUP_AND_COOLDOWN , BLOCK_PATTERN , BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL , EXP_BAR #
  14. # ICON_MENU , MERCHANT , SCOREBOARD , BUNGEE_TP , TITLE, BROADCAST_TITLE , ACTION_BAR , BROADCAST_ACTION_BAR #
  15. # HOLOGRAPHIC_TEXT , BROADCAST_HOLOGRAPHIC_TEXT , LIVE_CHAT #
  16. # #
  17. # If your command is "TEXT" type, you can put multiple line of text below this parameter #
  18. # You can do the same thing with the "RUN_COMMAND" type, but instead of text, puts commands in this list #
  19. # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #
  20. # Set delay time with delaytimer: 5 (5 = seconds) | #
  21. # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #
  22. # You can customize your permission node by placing "permission-node:" field in a command #
  23. # Change the permission error message with "permission-error:" or create a command without permission required #
  24. # with "permission-required: false". Custom error-message for invalid args, use "error-message:" #
  25. # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
  26. # Register REAL commands putting "register: true" below the command. Those are recognized from other plugins. #
  27. # With register commands you can use the "tab_completer: - Hi - Hello!" #
  28. # For Scripts and more features, find more on the bukkitdev page #
  29. #-------------------------------------------------------------------------------------------------------------------#
  30. gamemode_alias:
  31. command: /gm
  32. type: ALIAS
  33. alias: /gamemode
  34. permission-required: true
  35. spawn:
  36. command: /spwan
  37. type: ALIAS
  38. alias: /kill @p
  39. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement