Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. settings:
  2. controlWorldAccess: false
  3. caseSensitiveWarpNames: true
  4. teleportHorses: true
  5. showTeleportEffect: true
  6. informPlayersOnInvitation: true
  7. storage:
  8. url: 'jdbc:mysql://localhost'
  9. schema: 'mywarpDB'
  10. user: 'mywarpDB'
  11. password: 'warpspassword'
  12. properties: []
  13. localization:
  14. defaultLocale: en_US
  15. perPlayer: true
  16. teleportSafety:
  17. enabled: true
  18. searchRadius: 5
  19. warpSigns:
  20. enabled: true
  21. identifiers:
  22. - MyWarp
  23. - Warp
  24. limits:
  25. enabled: true
  26. defaultLimit:
  27. totalLimit: 15
  28. publicLimit: 5
  29. privateLimit: 10
  30. configuredLimits: []
  31. timers:
  32. enabled: false
  33. warpCooldown:
  34. notifyOnFinish: false
  35. warpWarmup:
  36. abortOnDamage: false
  37. abortOnMove: false
  38. notifyOnStart: true
  39. defaultTimer:
  40. warpCooldown: 15
  41. warpWarmup: 15
  42. configuredTimers: []
  43. economy:
  44. enabled: false
  45. informAfterTransaction: true
  46. defaultFee:
  47. assets: 0
  48. create: 25
  49. createPrivate: 25
  50. delete: 25
  51. give: 25
  52. help: 0
  53. info: 0
  54. invite: 25
  55. list: 0
  56. point: 25
  57. private: 25
  58. public: 25
  59. uninvite: 25
  60. update: 25
  61. warpPlayer: 25
  62. warpSignCreate: 25
  63. warpSignUse: 25
  64. warpTo: 25
  65. welcome: 25
  66. configuredFees: []
  67. dynmap:
  68. enabled: false
  69. layer:
  70. displayName: 'MyWarp'
  71. hiddenByDefault: false
  72. priority: 10
  73. marker:
  74. iconID: 'mywarp_warp-32'
  75. minZoom: 0
  76. showLabel: false
  77. slf4j:
  78. showShortLogName: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement