Advertisement
Guest User

config.yml

a guest
Apr 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. settings:
  2. controlWorldAccess: false
  3. preloadChunks: false
  4. teleportHorses: true
  5. showTeleportEffect: true
  6. storage:
  7. schema: mywarp
  8. user: mywarp
  9. password: mywarp
  10. url: jdbc:h2:/home/root/multicraft/servers/server528062/plugins/MyWarp/warps
  11. localization:
  12. defaultLocale: en_US
  13. perPlayer: true
  14. teleportSafety:
  15. enabled: true
  16. searchRadius: 5
  17. warpSigns:
  18. enabled: true
  19. identifiers:
  20. - MyWarp
  21. - Warp
  22. limits:
  23. enabled: true
  24. defaultLimit:
  25. totalLimit: 0
  26. publicLimit: 0
  27. privateLimit: 0
  28. configuredLimits:
  29. memberplus:
  30. totalLimit: 1
  31. publicLimit: 1
  32. privateLimit: 1
  33. veteran:
  34. totalLimit: 2
  35. publicLimit: 2
  36. privateLimit: 2
  37. elite:
  38. totalLimit: 3
  39. publicLimit: 3
  40. privateLimit: 3
  41. havenking:
  42. totalLimit: 5
  43. publicLimit: 5
  44. privateLimit: 5
  45. donor:
  46. totalLimit: 10
  47. publicLimit: 10
  48. privateLimit: 10
  49. staff:
  50. totalLimit: 20
  51. publiclimit: 10
  52. privateLimit: 20
  53. timers:
  54. enabled: false
  55. warpCooldown:
  56. notifyOnFinish: false
  57. warpWarmup:
  58. abortOnDamage: false
  59. abortOnMove: false
  60. notifyOnStart: true
  61. defaultTimer:
  62. warpCooldown: 15
  63. warpWarmup: 15
  64. configuredTimers: []
  65. economy:
  66. enabled: false
  67. informAfterTransaction: true
  68. defaultFee:
  69. assets: 0
  70. create: 25
  71. createPrivate: 25
  72. delete: 25
  73. give: 25
  74. help: 0
  75. info: 0
  76. invite: 25
  77. list: 0
  78. point: 25
  79. private: 25
  80. public: 25
  81. uninvite: 25
  82. update: 25
  83. warpPlayer: 25
  84. warpSignCreate: 25
  85. warpSignUse: 25
  86. warpTo: 25
  87. welcome: 25
  88. configuredFees: []
  89. dynmap:
  90. enabled: false
  91. layer:
  92. displayName: MyWarp
  93. hiddenByDefault: false
  94. priority: 10
  95. marker:
  96. iconID: mywarp_warp-32
  97. showLabel: false
  98. enabled: true
  99. totalLimit: 20
  100. publicLimit: 10
  101. privateLimit: 20
  102. publiclimit: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement