Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand Commands config file (last update v5.1.2) #
  3. # #
  4. # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/pages/configuration-and-example #
  5. # #
  6. # How to make a command : (See an example command below) #
  7. # For first,put you command number on first line #
  8. # Now put your command name on "command:" line. Don't forget the '/' before you command. #
  9. # So,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 , RUNCOMMAND_PERM_BROADCAST_TEXT , SPOUT_TEXT #
  13. # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
  14. # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , RUN_CONSOLE_RANDOM , CALL_URL #
  15. # #
  16. # Now,if you command it's "TEXT" type,you can put multiple line of text below text list #
  17. # Same thing,if your command it's "RUNCOMMAND" type,but put you commands below runcmd list. #
  18. # For Delayed command add $delay$ before the command in runcmd Example : - $delay$/list #
  19. # Set delay time with delaytimer: 5 (5 = seconds) | Use the dot . for decimal cost Example = cost : 5.5 #
  20. # You can customize your permission node by placing "permission-node:" field in a command #
  21. # Also,you can change the permission error message with "permission-error:" #
  22. # Custom error-message for invalid args ,put "error-message:" line in a command. #
  23. # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
  24. # Register REAL commands putting "register: true" below the command. #
  25. # With register commands you can use the "tab_completer: - Hi - Hello!" #
  26. #-----------------------------------------------------------------------------------------------------------#
  27. 'gamemode_alias':
  28. command: /gm
  29. type: ALIAS
  30. alias: /gamemode
  31. permission-required: true
  32. clearchat:
  33. command: /clearchat
  34. type: BROADCAST-TEXT
  35. text:
  36. - '%Repeat%30% '
  37. 'help':
  38. command: /help
  39. type: ICON_MENU
  40. text:
  41. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  42. iconmenu_title: '&bKrypticPrisonMc &cHelp Menu'
  43. iconmenu_size: 9
  44. iconmenu_commands:
  45. - '0:DIAMOND_SWORD:0:/pvphelp:&aPvP Info:&5Get info about PvP on KrypticPrisonMc!'
  46. - '1:EYE_OF_ENDER:0:/staff:&aView Staff:&5Get info about staff on KrypticPrisonMc!'
  47. - '2:EMERALD:0:/ranks:&aRanks:&aShow all ranks.'
  48. - '3:WATCH:0:/time set 0:Day:Turn day'
  49. 'pvphelp':
  50. command: /pvphelp
  51. type: TEXT
  52. text:
  53. - '&b&n PvP Info'
  54. - ' '
  55. - '&c1. &dPvP logging is disabled. If you PvP log, the player can still kill you.'
  56. - ' '
  57. - '&c2. &dPvP is enabled in areas marked by red carpet, and disabled where marked with green.'
  58. - ' '
  59. - '&c3. &dWe have a PvP mine at /warp pvpmine! Be careful, pvp is enabled everywhere!
  60. - ' '
  61. - '&b&lTip:&r &dOnly carry the essentials while going through PvP areas. If you get killed, you will lose everything. Make sure not to carry your good items on you if you know people are waiting for you to enter a pvp area. Come back another time!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement