Advertisement
Guest User

Untitled

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