Advertisement
Guest User

Djdjdjjfc

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