Advertisement
Guest User

Untitled

a guest
May 5th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.99 KB | None | 0 0
  1. settings:
  2.   controlWorldAccess: false
  3.   loadChunks: false
  4.   warpEffect: true
  5. dynamics:
  6.   suggestWarps: true
  7. mysql:
  8.   enabled: true
  9.   host: 151.80.47.116
  10.   port: 3306
  11.   database: petricraft_site
  12.   table: warpTable
  13.   username: petricraft_site
  14.   password: M2qieNtNnR
  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. limits:
  29.   enabled: true
  30.   configured-limits:
  31.     default:
  32.       totalLimit: 15
  33.       publicLimit: 5
  34.       privateLimit: 10
  35.     user:
  36.       totalLimit: 8
  37.       publicLimit: 4
  38.       privateLimit: 4
  39.       affectedWorlds:
  40.      - test-world
  41. timers:
  42.   enabled: false
  43.   coolDownNotify: false
  44.   warmUpNotify: true
  45.   abortOnMove: false
  46.   abortOnDamage: false
  47.   cooldowns:
  48.     default: 15
  49.     user: 30
  50.   warmups:
  51.     default: 15
  52.     user: 30
  53. economy:
  54.   enabled: false
  55.   informAfterTransaction: true
  56.   fees:
  57.     default:
  58.       assets: 0
  59.       accept: 0
  60.       create: 25
  61.       create-private: 25
  62.       delete: 25
  63.       give: 25
  64.       help: 0
  65.       info: 0
  66.       invite: 25
  67.       list: 0
  68.       point: 25
  69.       private: 25
  70.       public: 25
  71.       search: 0
  72.       uninvite: 25
  73.       update: 25
  74.       warp-player: 25
  75.       warp-sign-create: 25
  76.       warp-sign-use: 25
  77.       warp-to: 25
  78.       welcome: 25
  79.     user:
  80.       assets: 0
  81.       accept: 25
  82.       create: 50
  83.       create-private: 50
  84.       delete: 50
  85.       give: 25
  86.       help: 0
  87.       info: 0
  88.       invite: 25
  89.       list: 0
  90.       point: 25
  91.       private: 25
  92.       public: 25
  93.       search: 0
  94.       uninvite: 25
  95.       update: 50
  96.       warp-player: 50
  97.       warp-sign-create: 25
  98.       warp-sign-use: 25
  99.       warp-to: 50
  100.       welcome: 25
  101. dynmap:
  102.   enabled: false
  103.   layer:
  104.     displayName: MyWarp
  105.     hideByDefault: false
  106.     priority: 10
  107.   marker:
  108.     showLabel: false
  109.     iconID: mywarp_warp-32
  110.     minZoom: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement