Advertisement
Art_NRG

Untitled

May 22nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 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/art/server/slimeside/plugins/MyWarp/slime_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. #- MyWarp
  22. - Warp
  23. - Варп
  24. limits:
  25. enabled: true
  26. defaultLimit:
  27. totalLimit: 10
  28. publicLimit: 10
  29. privateLimit: 10
  30. configuredLimits:
  31. vip:
  32. totalLimit: 3
  33. publicLimit: 3
  34. privateLimit: 3
  35. affectedWorlds: []
  36. pro:
  37. totalLimit: 5
  38. publicLimit: 5
  39. privateLimit: 5
  40. affectedWorlds: []
  41. god:
  42. totalLimit: 7
  43. publicLimit: 7
  44. privateLimit: 7
  45. affectedWorlds: []
  46. dog:
  47. totalLimit: 10
  48. publicLimit: 10
  49. privateLimit: 10
  50. affectedWorlds: []
  51. timers:
  52. enabled: false
  53. warpCooldown:
  54. notifyOnFinish: false
  55. warpWarmup:
  56. abortOnDamage: false
  57. abortOnMove: false
  58. notifyOnStart: true
  59. defaultTimer:
  60. warpCooldown: 15
  61. warpWarmup: 15
  62. configuredTimers: []
  63. economy:
  64. enabled: false
  65. informAfterTransaction: true
  66. defaultFee:
  67. assets: 0
  68. create: 25
  69. createPrivate: 25
  70. delete: 25
  71. give: 25
  72. help: 0
  73. info: 0
  74. invite: 25
  75. list: 0
  76. point: 25
  77. private: 25
  78. public: 25
  79. uninvite: 25
  80. update: 25
  81. warpPlayer: 25
  82. warpSignCreate: 25
  83. warpSignUse: 25
  84. warpTo: 25
  85. welcome: 25
  86. configuredFees: []
  87. dynmap:
  88. enabled: false
  89. layer:
  90. displayName: MyWarp
  91. hiddenByDefault: false
  92. priority: 10
  93. marker:
  94. iconID: mywarp_warp-32
  95. minZoom: 0
  96. showLabel: false
  97. slf4j:
  98. showShortLogName: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement