Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. #
  8. # Author: UraharaNZ Version: 9.25B
  9. #
  10. # MySQL Setup "Make sure your server have the less ping as possible between this server and mysql server for a better performance!".
  11. MySQL:
  12. ip: 'localhost'
  13. port: 3306
  14. database: 'DynamicBungeeAuth'
  15. user: ***************
  16. password: **************
  17. UseSSL: true
  18.  
  19. # Setup Mode // Enable when you need to setup the Lobby Location or test.
  20. # Default true for setup.
  21. SetupMode: false
  22.  
  23. # If player get damage "void" or jump out the world the plugin will teleport to the location setted.
  24. VoidFallTP: true
  25.  
  26. # Disable Rain
  27. DisableRain: true
  28.  
  29. # Disable Hunger
  30. DisableHunger: true
  31.  
  32. # Enable BStats or disable // this is optional is only to get stats of my plugin :P
  33. BStats: false
  34.  
  35. # Spigot Kick and Check Time Limit is 60 - Is recommended to set it < 60.
  36. MaxTime: 60
  37.  
  38. # Use Offline UUID FOR PLUGIN CHECKS.
  39. OfflineUUID: true
  40.  
  41. # Location = spawn area // enable = tp player to the spawn on join.
  42. Location:
  43. Enable: true
  44. Loc:
  45. ==: org.bukkit.Location
  46. world: LobbyPrincipal
  47. x: 0.5
  48. y: 65.0
  49. z: 0.5
  50. pitch: 0.0
  51. yaw: 0.0
  52.  
  53. # Additions // true or false
  54. # Player Methods // false = Block that action.
  55. # Only wil block on Login - Register time. After start session the restrictions are canceled.
  56. Additions:
  57. DisableJoinMSG: true
  58. DisableLeaveMSG: true
  59. Effects:
  60. EnableBlind: true
  61. Invisible: true
  62. Player:
  63. Interact: false
  64. Drop: false
  65. Pickup: false
  66. Damage: false
  67. Place: false
  68. Break: false
  69. Command: false
  70.  
  71. # Titles
  72. # Time are in Ticks 20 = 1 sec
  73. Titles:
  74. Enable: true
  75. Times:
  76. FadeIn: 20
  77. Stay: 20
  78. FadeOut: 20
  79. Title: '&aBienvenido al server'
  80. SubTitle: '&7Usa &e/register contra contra'
  81. Login:
  82. Title: '&aBienvenido al server'
  83. SubTitle: '&7Usa &e/login contra'
  84. Auto:
  85. Title: '&aBienvenido al server'
  86. SubTitle: '&7Premium Auto-Loggin'
  87. Session:
  88. Title: '&aBienvenido al server'
  89. SubTitle: '&7Sesion continuada.'
  90.  
  91. Messages:
  92. MaxTimeKick: '&cHas exedido el maximo de veces para registrarte/logearte.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement