Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1.  
  2. ##### MySQL
  3. mysql:
  4. enabled: false
  5. host: localhost
  6. port: '3306'
  7. database: database
  8. username: root
  9. password: password
  10.  
  11. ##### Chat Handeling
  12. chat:
  13. enabled: true
  14. format: '{Prefix} &7{Player}&b: &r'
  15.  
  16. customGroupFormats:
  17. exampleGroupName: '&3{Prefix} &e{Player}&c: &r'
  18.  
  19. ## Tablist
  20. tablist:
  21. enabled: true
  22. format: '{Prefix} &7{Player}'
  23.  
  24. customGroupFormats:
  25. exampleGroupName: '{Prefix} &c{Player}'
  26.  
  27. ## Nametags
  28. nametag:
  29. enabled: true
  30. prefix: '{Group} &7'
  31.  
  32. ## Op Blocker
  33. opblocker:
  34. ## This blocks the commands /op and /deop
  35. # AND WIPES THE OPERATORS LIST
  36. enabled: false
  37.  
  38. # Inject Method
  39. #
  40. # true = default injector
  41. # false = bukkit injector
  42. #
  43. # Default Injector
  44. # Will overwrite Bukkits internal code to allow features like wildcard permissions
  45. #
  46. # Bukkit Injector
  47. # Should be used when certain plugins are promptly not working
  48. # In the end this is the boring injector that just works :)
  49. injectMethod: true
  50.  
  51. ## Faster GUI Opening
  52. # Will skip syncing process when opening gui!
  53. fasterGUIOpening: false
  54.  
  55. # Messages
  56.  
  57. # If they are mepty the message will not be replaced
  58.  
  59. # Placeholders:
  60. # {Prefix} + {Player}
  61. joinMessage: ''
  62. leaveMessage: ''
  63.  
  64.  
  65. # Commands available for users
  66. # Note that the command itself can be configured in the Commands.yml
  67. commands:
  68. commandsCommand:
  69. title: '§7Commands available for §eyou§7:'
  70. commandEntry: '§7- §b{Cmds}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement