Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. # ________ .__ __________ _____ __ .__
  2. # \______ \ ___.__. ____ _____ _____ |__| ____\______ \__ __ ____ ____ ____ ____ / _ \ __ ___/ |_| |__
  3. # | | < | |/ \\__ \ / \| |/ ___\| | _/ | \/ \ / ___\_/ __ \_/ __ \ / /_\ \| | \ __\ | \
  4. # | ` \___ | | \/ __ \| Y Y \ \ \___| | \ | / | \/ /_/ > ___/\ ___// | \ | /| | | Y \
  5. # /_______ / ____|___| (____ /__|_| /__|\___ >______ /____/|___| /\___ / \___ >\___ >____|__ /____/ |__| |___| /
  6. # \/\/ \/ \/ \/ \/ \/ \//_____/ \/ \/ \/ \/
  7. MySQL:
  8. ip: xxxxx
  9. port: xxxxxx
  10. database: xxx
  11. user: xxxx
  12. password: xxxxx
  13. SetupMode: false
  14. Location:
  15. Enable: false
  16. Loc:
  17. ==: org.bukkit.Location
  18. world: world
  19. x: 7.521007895982427
  20. y: 200.0
  21. z: -0.4967638834326509
  22. pitch: 1.3500054
  23. yaw: 90.000885
  24.  
  25. # Additions // true or false
  26. # Player Methods // false = Block that action.
  27. # Only wil block on Login - Register time. After start session the restrictions are canceled.
  28. Additions:
  29. DisableJoinMSG: true
  30. DisableLeaveMSG: true
  31. Effects:
  32. EnableBlind: true
  33. Invisible: true
  34. Player:
  35. Interact: false
  36. Drop: false
  37. Pickup: false
  38. Damage: false
  39. Place: false
  40. Break: false
  41. Command: false
  42.  
  43. # Titles
  44. # Time are in Ticks 20 = 1 sec
  45. Titles:
  46. Enable: true
  47. Times:
  48. FadeIn: 20
  49. Stay: 20
  50. FadeOut: 20
  51. Register:
  52. Title: '&aRegister your account'
  53. SubTitle: '&7Please use &e/register (password) (password)'
  54. Login:
  55. Title: 'Enter your password to login'
  56. SubTitle: '&7Please use &e/l (password)'
  57. Auto:
  58. Title: '&aAuthentication Successful'
  59. SubTitle: '&7Auto logged as premium user'
  60. Session:
  61. Title: '&aSession Continued'
  62. SubTitle: '&7auto-logged from last time'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement