Advertisement
alex3025

BungeeHelp Config v1.1.0

Feb 28th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.82 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # #
  2. #                                               #
  3. # BungeeHelp by alex3025 | Plugin Configuration #
  4. #                                               #
  5. #             Config Version: 1.1.0             #
  6. #                                               #
  7. # # # # # # # # # # # # # # # # # # # # # # # # #
  8.  
  9. # Commands that will show your help messages.
  10. # THIS COMMMANDS WILL WORK IN ALL THE SERVERS (except these are in the blacklist).
  11. defaultCommands:
  12.  - 'help'
  13.   - 'about'
  14.   - '?'
  15.  
  16. # The "defaultHelp" message is used on the servers that aren't in the "servers" section.
  17. defaultHelp:
  18.  - '&8&m+------------------------------+'
  19.   - '&7Example global help'
  20.   - '&8&m+------------------------------+'
  21.  
  22. servers:
  23.  # You can have a custom help message for a specific server.
  24.   lobby:
  25.     help:
  26.      - '&8&m+------------------------------+'
  27.       - '&7Example lobby help'
  28.       - '&8&m+------------------------------+'
  29.     aliases:
  30.      - 'helpme'
  31.  
  32. # These servers will not affect from the plugin.
  33. serversBlacklist:
  34.  - 'survival'
  35.  
  36. # Show a message if a new version is avaiable when a player with the "bungeehelp.updatenotify" permission join the server
  37. # (the message will show one time per server startup)
  38. update-notifier: true
  39.  
  40. # Customize plugin's messages.
  41. messages:
  42.  # Base messages:
  43.   prefix: '&e&lBungeeHelp &8&l>&r '
  44.   no-permissions: '&cYou don''t have permission to use this command!'
  45.   unknown-command: '&cUnknown command!'
  46.   update-notification: '&aNew version avaiable!'
  47.  
  48.   # Commands messages:
  49.   commands:
  50.     self:
  51.       description: '&7Shows info about the plugin.'
  52.     help:
  53.       description: '&7Shows this message.'
  54.     reload:
  55.       success: '&aSuccefully reloaded all configuration files.'
  56.       description: '&7Reloads the configuration.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement