alex3025

BungeeHelp Config v1.2.0

Feb 29th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.24 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # #
  2. #                                               #
  3. # BungeeHelp by alex3025 | Plugin Configuration #
  4. #                                               #
  5. #             Config Version: 1.2.0             #
  6. #                                               #
  7. # # # # # # # # # # # # # # # # # # # # # # # # #
  8.  
  9. # THESE COMMMANDS WILL WORK IN ALL THE SERVERS (except these are in the blacklist) ALSO IF THE SERVER HAS CUSTOM ALIASES.
  10. # So you can put here a command that you want to use in all the servers.
  11. globalAliases:
  12.  - 'help'
  13.   - 'about'
  14.   - '?'
  15.  
  16. # The "globalHelp" message is used on the servers that aren't in the "servers" section.
  17. globalHelp:
  18.   help:
  19.    - '&8&m+------------------------------+'
  20.     - '&7Example global help'
  21.     - '&8&m+------------------------------+'
  22.   cooldown: 5
  23.  
  24. servers:
  25.  # You can have a custom help message for a specific server.
  26.   lobby:
  27.     help:
  28.      - '&8&m+------------------------------+'
  29.       - '&7Example lobby help'
  30.       - '&8&m+------------------------------+'
  31.     cooldown: 5 # Here you can set a commands cooldown only for this server (in seconds).
  32.     aliases:
  33.      - 'helpme'
  34.  
  35. # These servers will not affect from the plugin.
  36. serversBlacklist:
  37.  - 'survival'
  38.  
  39. # Show a message if a new version is avaiable when a player with the "bungeehelp.updatenotify" permission join the server
  40. # (the message will show one time per server startup)
  41. update-notifier: true
  42.  
  43. # Customize plugin messages.
  44. messages:
  45.  # Base messages:
  46.   prefix: '&e&lBungeeHelp &8&l>&r '
  47.   update-notification: '&aNew version avaiable!'
  48.   console-check-version-error: '&cCannot fetch latest version!'
  49.   unknown-command: '&cUnknown command!'
  50.  
  51.   # Messages without plugin prefix
  52.   on-cooldown: '&cYou need to wait &7%seconds%&c seconds before using the command again!' # Use %seconds% to show cooldown remaining seconds.
  53.   no-permissions: '&cYou don''t have permission to use this command!'
  54.  
  55.   # Commands messages:
  56.   commands:
  57.     self:
  58.       description: '&7Shows info about the plugin.'
  59.     help:
  60.       description: '&7Shows this message.'
  61.     reload:
  62.       success: '&aSuccefully reloaded all configuration files.'
  63.       description: '&7Reloads the configuration.'
Advertisement
Add Comment
Please, Sign In to add comment