Advertisement
Blockhead7360

XPCommands - Blockhead7360's Plugin Shop

Jul 31st, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.50 KB | None | 0 0
  1. # XPCommands by Blockhead7360 (http://blockhead7360.com)
  2. # (a.k.a. LCCommandsForXP, as said in /plugins)
  3. # Configuration guide: http://bit.ly/XPCommands
  4.  
  5. # Notice: Even though the plugin jar file is XPCommands.jar, it is listed as "LCCommandsForXP" under /plugins (/pl)
  6.  
  7. # IF ANY PART OF THE PLUGIN IS NOT WORKING OR NEEDS AN UPDATE, CONTACT ME FOR HELP
  8. # Email (recommended): plugins@blockhead7360.com
  9. # Spigot Forums: Send a PM to ComputerDust
  10. # Bukkit Forums: Send a PM to Blockhead7360
  11. # Any of these are recommended and allow me to easily respond.
  12.  
  13. # YouTube: http://j.mp/bh7360yt
  14.  
  15. # If the plugin is not working, this plugin has full error coverage for 1 month. Once this time runs out, you will need to pay $20 USD to purchase another 2 weeks of error coverage. However, this plugin has been tested and should be bug free.
  16.  
  17. # If the plugin needs an update, pricing depends on the size of the update. Small updates are FREE!
  18. # For a ton of information on all of this, visit: http://ps.blockhead7360.com
  19. # Alternative: https://www.spigotmc.org/threads/blockhead7360s-plugin-shop-high-quality-plugins-open.103453/
  20. # Alternative: http://blockhead7360.com/plugin-dev
  21. # On that page, all this information, plus a section for update pricing, is listed!
  22.  
  23. # THIS PLUGIN FALLS INTO THE "SMALL" SIZE CATEGORY (on the plugin shop page above).
  24.  
  25.  
  26. # Hello! This is a guide for the configuration file (config.yml) of LCCommandsForXP (XPCommands) by Blockhead7360 (made for LanderMC)
  27. # This plugin will not be sold to anyone other than LanderMC (technically, except me) unless LanderMC provides permission to do so.
  28.  
  29. # For a Bukkit/Spigot color code guide: http://ccg.blockhead7360.com
  30.  
  31. commands:
  32. # In this section, all the commands are listed
  33.  
  34.   Example:
  35.  # This is the name of the section. This can be whatever you want as long as it is not duplicate.
  36.   # This really means nothing other than to identify this section.
  37.  
  38.     command: "/example"
  39.     # This is the command name that would need to be run in order to trigger the events below.
  40.     # This must have a "/"
  41.  
  42.     level-cost: 6
  43.     # This is how many XP levels that the command requires to be run successfully.
  44.  
  45.     success-command: "/give %player% apple 5"
  46.     # If the command is run successfully, this command is run from the console.
  47.     # Either %player% or %PLAYER% can be used in place of the player name.
  48.  
  49.     success-message: "&aYou ran the example command and lost 6 levels!"
  50.     # This is the message that is sent if the command is successful. Color codes are supported.
  51.  
  52.     fail-message: "&cYou do not have enough levels for this command!"
  53.     # This is the message that is sent if you do not have enough XP levels. Color codes are supported.
  54.  
  55.     permission: random.example
  56.     # This is the permission node that is required for this command to be run in general. Operators bypass this.
  57.  
  58.     fail-permission: "&cYou do not have permission for this command!"
  59.     # This is the message that is sent if you do not have the permission above. Color codes are supported.
  60.  
  61.  
  62. # It is recommended that you copy and paste this example with the SAME ALIGNMENT (indentation).
  63. # Then you should probably delete the example so people don't get free apples.
  64. # You could also edit the example to your first command thing, but I don't even care anyways :)
  65.    
  66. optional-reload-config-command: "/lccfxp-reload"
  67. # This is the command that can reload the configuration file in-game without having to restart the server.
  68. # If you want to disable this command, set to "NONE"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement