Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. settings:
  2. controlWorldAccess: false
  3. loadChunks: false
  4. warpEffect: false
  5. dynamics:
  6. suggestWarps: true
  7. mysql:
  8. enabled: false
  9. host: localhost
  10. port: 3306
  11. database: ms
  12. table: envandoom_warps
  13. username: root
  14. password: password
  15. localization:
  16. defaultLocale: ru_RU
  17. perPlayer: true
  18. warpSafety:
  19. enabled: true
  20. searchRadius: 5
  21. teleportHorses: true
  22. teleportLeashed: false
  23. warpSigns:
  24. enabled: true
  25. identifiers:
  26. - MyWarp
  27. - Warp
  28. - Teleport
  29. limits:
  30. enabled: true
  31. configured-limits:
  32. default:
  33. totalLimit: 1
  34. publicLimit: 1
  35. privateLimit: 0
  36. user:
  37. totalLimit: 8
  38. publicLimit: 4
  39. privateLimit: 4
  40. vip:
  41. totalLimit: 3
  42. publicLimit: 2
  43. privateLimit: 1
  44. premium:
  45. totalLimit: 5
  46. publicLimit: 3
  47. privateLimit: 2
  48. grand:
  49. totalLimit: 10
  50. publicLimit: 6
  51. privateLimit: 4
  52. timers:
  53. enabled: false
  54. coolDownNotify: false
  55. warmUpNotify: true
  56. abortOnMove: false
  57. abortOnDamage: false
  58. cooldowns:
  59. default: 15
  60. user: 30
  61. warmups:
  62. default: 15
  63. user: 30
  64. economy:
  65. enabled: false
  66. informAfterTransaction: true
  67. fees:
  68. default:
  69. assets: 0
  70. accept: 0
  71. create: 25
  72. create-private: 25
  73. delete: 25
  74. give: 25
  75. help: 0
  76. info: 0
  77. invite: 25
  78. list: 0
  79. point: 25
  80. private: 25
  81. public: 25
  82. search: 0
  83. uninvite: 25
  84. update: 25
  85. warp-player: 25
  86. warp-sign-create: 25
  87. warp-sign-use: 25
  88. warp-to: 25
  89. welcome: 25
  90. user:
  91. assets: 0
  92. accept: 25
  93. create: 50
  94. create-private: 50
  95. delete: 50
  96. give: 25
  97. help: 0
  98. info: 0
  99. invite: 25
  100. list: 0
  101. point: 25
  102. private: 25
  103. public: 25
  104. search: 0
  105. uninvite: 25
  106. update: 50
  107. warp-player: 50
  108. warp-sign-create: 25
  109. warp-sign-use: 25
  110. warp-to: 50
  111. welcome: 25
  112. dynmap:
  113. enabled: false
  114. layer:
  115. displayName: MyWarp
  116. hideByDefault: false
  117. priority: 10
  118. marker:
  119. showLabel: false
  120. iconID: mywarp_warp-32
  121. minZoom: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement