Advertisement
UraharaNZ

DBA | Spigot Config

Mar 25th, 2019
6,870
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. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 10.14B
  9. #
  10. #
  11. SetupMode: true
  12.  
  13. # Enable MySQL if you will use the API of the plugin
  14. MySQL:
  15. UseSQL: false
  16. ip: 'localhost'
  17. port: '3306'
  18. database: 'DynamicBungeeAuth'
  19. user: 'DynamicBungeeAuth'
  20. password: 'yourpasswordhere'
  21. ssl: false
  22.  
  23. Options:
  24. # MaxTime = Once th player has reached the max time they will be kicked with a message (60 is recommended)
  25. MaxTime: 60
  26. # Disable the join messages of spigot
  27. DisableJoinMSG: true
  28. DisableLeaveMSG: true
  29. # BlindnessD = Set this to true to disable blindness on join
  30. BlindnessD: false
  31. # Enable AntiStuck if a server goes down and the player has been redirected to an AuthServer
  32. # The plugin will send the player if he is still a valid player "Logged in" to the Specified Server
  33. # Delay is on seconds recommended to be higher than 2
  34. AntiStuck:
  35. Enable: true
  36. Delay: 3
  37. Server: 'Lobby01'
  38.  
  39. # Player options for when the player joins pre login or register.
  40. PlayerOptions:
  41. BlockMovement: true
  42. BlockInteract: true
  43. BlockDrop: true
  44. BlockPickup: true
  45. BlockInventoryOpen: true
  46. BlockItemHeld: true
  47.  
  48. # Disable Weather and Rain on the Spigot Server.
  49. WorldOptions:
  50. DisableRain: true
  51. DisableFood: true
  52.  
  53. # The message to be displayed when the player reaches MaxTime without logging in or registering successfully
  54. Messages:
  55. MaxTimeKick: '&cYou reach the max time to login or register.'
  56.  
  57. # Set the spawn location of the server, Enable or Disable the Force Spawn Location on join!
  58. Location:
  59. Disable: false
  60. Cords:
  61. world: ''
  62. yaw: ''
  63. pitch: ''
  64. x: ''
  65. y: ''
  66. z: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement