Guest User

MyWarp Config

a guest
Jun 14th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. settings:
  2. controlWorldAccess: false
  3. preloadChunks: true
  4. teleportHorses: false
  5. showTeleportEffect: true
  6. localization:
  7. defaultLocale: en_US
  8. perPlayer: true
  9. teleportSafety:
  10. enabled: true
  11. searchRadius: 5
  12. warpSigns:
  13. enabled: true
  14. identifiers:
  15. - MyWarp
  16. - Warp
  17. mysql:
  18. enabled: true
  19. dsn: jdbc:mysql://localhost/mywarp
  20. username: someusernamegoeshere
  21. password: somepasswordgoeshere
  22. limits:
  23. enabled: false
  24. defaultLimit:
  25. totalLimit: 15
  26. publicLimit: 5
  27. privateLimit: 10
  28. configuredLimits: []
  29. timers:
  30. enabled: true
  31. warpCooldown:
  32. notifyOnFinish: true
  33. warpWarmup:
  34. abortOnDamage: true
  35. abortOnMove: true
  36. notifyOnStart: true
  37. defaultTimer:
  38. warpCooldown: 2
  39. warpWarmup: 2
  40. configuredTimers: []
  41. economy:
  42. enabled: true
  43. informAfterTransaction: true
  44. defaultFee:
  45. assets: 0
  46. create: 100000
  47. createPrivate: 100000
  48. delete: 0
  49. give: 0
  50. help: 0
  51. info: 0
  52. invite: 0
  53. list: 0
  54. point: 0
  55. private: 5000
  56. public: 5000
  57. uninvite: 25
  58. update: 5000
  59. warpPlayer: 0
  60. warpSignCreate: 0
  61. warpSignUse: 0
  62. warpTo: 0
  63. welcome: 5000
  64. configuredFees:
  65. standard:
  66. create: 100000
  67. createPrivate: 100000
  68. private: 5000
  69. public: 5000
  70. update: 5000
  71. welcome: 5000
  72. dynmap:
  73. enabled: false
  74. layer:
  75. displayName: MyWarp
  76. hiddenByDefault: false
  77. priority: 10
  78. marker:
  79. iconID: mywarp_warp-32
  80. showLabel: false
Advertisement
Add Comment
Please, Sign In to add comment