Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #############################################
  2. # NCL Configurations. Lock and change names #
  3. #############################################
  4.  
  5. # Debugging for the plugin.
  6. debug: false
  7.  
  8. # Secret feature for later..
  9. # Get yours from https://profiles.ac3-servers.eu/
  10. key: '{Insert Key}'
  11.  
  12. # This makes bungeecord's ProxiedPlayer.getName() return the new name.
  13. # This may interfere with existing bungeecord plugins.
  14. hardSetName: false
  15.  
  16. # Locking the names to the first seen one.
  17. lock:
  18. enabled: false
  19. #Saving mode. Either 'mysql', 'custom' or 'yml'
  20. mode: yml
  21. #Only used if mode: 'mysql'
  22. mysql:
  23. URL: 'jdbc:mysql://<host>:<port>/<database_name>'
  24. user: 'minecraft_user'
  25. pass: 'VeryStrongP4ssword'
  26.  
  27. # Gbounce has bounce alias.
  28. gbounce-bounce-alias: true
  29.  
  30. # Disable these names with /namechange UPPERCASE.
  31. dissallowedChangeToNames:
  32. - LICKME
  33.  
  34. fix-offline-bungee-skins: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement