Advertisement
Guest User

BungeeCord Config

a guest
Dec 1st, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ###################################################################
  2. # #
  3. # Negativity #
  4. # AntiCheat by Elikill58 #
  5. # #
  6. # If you have a problem or a suggestion, #
  7. # You can contact me on: #
  8. # - Discord: @Elikill58#0743 #
  9. # - my Discord server: https://discord.gg/KHRVTX2 #
  10. # - Mail: arpetzouille@gmail.com #
  11. # - SpigotMC: Elikill58 #
  12. # - Minecraft.fr: Elikill #
  13. # #
  14. ###################################################################
  15.  
  16. #
  17. # Configuration about the permissions (basic and custom)
  18. #
  19. Permissions:
  20. defaultActive: true
  21. customActive: false
  22. #
  23. # Only if it's an integer.
  24. # It's if your rank system work with power.
  25. # For example: If a player have 50, and you write 40, he would can use it
  26. #
  27. canBeHigher: false
  28. localDatabase:
  29. # To get the information. We use the player uuid to get the information.
  30. # We get only what you write. We never add or remove something.
  31. # We don't save your private information about your database
  32. url: "127.0.0.1/myDatabase"
  33. user: root
  34. password: "myPassword"
  35. table_perm: "myTable"
  36. table_leng: "myTable"
  37. column_perm: "rank"
  38. column_lang: "lang"
  39. saveInCache: false # To do less request to your database
  40.  
  41. # Use "," to split all possibilites of custom permission
  42. showAlert:
  43. default: "negativity.alert"
  44. custom: "MOD,ADMIN"
  45. showReport:
  46. default: "negativity.report"
  47. custom: "MOD,ADMIN"
  48.  
  49.  
  50. Translation:
  51. active: false # enable or disable the translation
  52. lang_available:
  53. - en_US
  54. - fr_FR
  55. use_db: true # to get the lang
  56. default: en_US
  57.  
  58. no_active_file_name: "messages.yml" # where are the messages if the translation are not active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement