Advertisement
Guest User

Untitled

a guest
Mar 8th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. settings:
  2. controlWorldAccess: false
  3. teleportHorses: false
  4. showTeleportEffect: true
  5. informPlayersOnInvitation: true
  6. storage:
  7. schema: mywarp
  8. user: mywarp
  9. password: mywarp
  10. url: jdbc:h2:/home/minecraft/multicraft/servers/server21/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: 1
  26. publicLimit: 0
  27. privateLimit: 1
  28. configuredLimits:
  29. obrero:
  30. defaultLimit:
  31. totalLimit: 1
  32. publicLimit: 0
  33. privateLimit: 1
  34. artesano:
  35. defaultLimit:
  36. totalLimit: 2
  37. publicLimit: 0
  38. privateLimit: 2
  39. soldado:
  40. defaultLimit:
  41. totalLimit: 3
  42. publicLimit: 0
  43. privateLimit: 3
  44. mercader:
  45. defaultLimit:
  46. totalLimit: 4
  47. publicLimit: 0
  48. privateLimit: 4
  49. burgues:
  50. defaultLimit:
  51. totalLimit: 5
  52. publicLimit: 0
  53. privateLimit: 5
  54. hidalgo:
  55. defaultLimit:
  56. totalLimit: 6
  57. publicLimit: 0
  58. privateLimit: 6
  59. conde:
  60. defaultLimit:
  61. totalLimit: 8
  62. publicLimit: 0
  63. privateLimit: 8
  64. duque:
  65. defaultLimit:
  66. totalLimit: 10
  67. publicLimit: 0
  68. privateLimit: 10
  69. administrador:
  70. defaultLimit:
  71. totalLimit: 20
  72. publicLimit: 10
  73. privateLimit: 10
  74. timers:
  75. enabled: false
  76. warpCooldown:
  77. notifyOnFinish: false
  78. warpWarmup:
  79. abortOnDamage: false
  80. abortOnMove: false
  81. notifyOnStart: true
  82. defaultTimer:
  83. warpCooldown: 15
  84. warpWarmup: 15
  85. configuredTimers: []
  86. economy:
  87. enabled: false
  88. informAfterTransaction: true
  89. defaultFee:
  90. assets: 0
  91. create: 25
  92. createPrivate: 0
  93. delete: 25
  94. give: 25
  95. help: 0
  96. info: 0
  97. invite: 25
  98. list: 0
  99. point: 25
  100. private: 25
  101. public: 25
  102. uninvite: 25
  103. update: 25
  104. warpPlayer: 25
  105. warpSignCreate: 25
  106. warpSignUse: 25
  107. warpTo: 25
  108. welcome: 25
  109. configuredFees: []
  110. dynmap:
  111. enabled: false
  112. layer:
  113. displayName: MyWarp
  114. hiddenByDefault: false
  115. priority: 10
  116. marker:
  117. iconID: mywarp_warp-32
  118. minZoom: 0
  119. showLabel: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement