Advertisement
Guest User

Untitled

a guest
Mar 1st, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. # ###################
  2. # Jail v3.0.0-SNAPSHOT-b182 config file
  3. # Note: You -must- use spaces instead of tabs!
  4. # ###################
  5. system:
  6. version: 3
  7. debug: false
  8. language: en
  9. updates:
  10. channel: bukkit
  11. notification: true
  12. time: 1h
  13. useBukkitTimer: true
  14. storage:
  15. type: flatfile
  16. mysql:
  17. host: localhost
  18. port: 3306
  19. username: root
  20. password: password
  21. database: jailDatabase
  22. prefix: j3_
  23. jailing:
  24. during:
  25. blockBreakPenalty: 0m
  26. blockBreakProtection: true
  27. blockBreakWhiteList:
  28. - '1'
  29. - '16'
  30. blockPlacePenalty: 0m
  31. blockPlaceProtection: true
  32. blockPlaceWhiteList:
  33. cellsign:
  34. - '%player%'
  35. - '%timeinminutes% mins'
  36. - for
  37. - '%reason%'
  38. commandPenalty: 0m
  39. commandProtection: true
  40. commandWhitelist:
  41. - /ping
  42. - /list
  43. - /jail status
  44. countDownTimeWhileOffline: false
  45. cropTramplingPenalty: 0m
  46. cropTramplingProtection: true
  47. foodControl:
  48. enabled: true
  49. max: 20
  50. min: 10
  51. ignoreSleeping: true
  52. maxAFKTime: 10m
  53. movePenalty: 0m
  54. moveProtection: false
  55. openChest: false
  56. preventInteractionBlocks:
  57. - wooden_door
  58. - iron_door_block
  59. preventInteractionBlocksPenalty: 0m
  60. preventInteractionItems: []
  61. preventInteractionItemsPenalty: 0m
  62. recieveMessages: true
  63. scoreboard:
  64. enabled: false
  65. title: Jail Info
  66. time: '&aTime:'
  67. jail:
  68. automaticCell: true
  69. automaticMute: true
  70. broadcastJailing: false
  71. clothing:
  72. enabled: false
  73. helmet: leather_helmet~175,105,33
  74. chest: leather_chestplate~175,105,33
  75. legs: leather_leggings~175,105,33
  76. boots: leather_boots~175,105,33
  77. commands: []
  78. default:
  79. jail: nearest
  80. time: 15m
  81. gameMode: survival
  82. inventory:
  83. blacklist: []
  84. store: true
  85. log:
  86. console: true
  87. profile: true
  88. release:
  89. backToPreviousPosition: false
  90. commands: []
  91. restorePreviousGameMode: false
  92. teleport: true
  93. jails:
  94. endermenProtection: true
  95. explosionProtection: true
  96. jailpay:
  97. enabled: false
  98. item: air
  99. pricePerMinute: 1.5
  100. priceInfinite: 10000
  101. jailstick:
  102. enabled: false
  103. sticks:
  104. - stick,30m,,Running away,-1
  105. - blaze_rod,15m,,Having too much fun,6
  106. jailvote:
  107. enabled: false
  108. voteTimer: 60s
  109. minimumYes: 5
  110. reason: Jailed by players via Jail Vote
  111. time: 5m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement