Advertisement
Guest User

Untitled

a guest
May 25th, 2016
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. # 12.1.7
  2.  
  3. GriefPrevention {
  4. claim {
  5. # The portion of claim blocks returned to a player when a claim is abandoned.
  6. #
  7. abandon-return-ratio=1.0
  8. # The list of slashcommands requiring access trust when in a claim.
  9. #
  10. accesstrust-commands=[]
  11. # List of player uuid's which ALWAYS ignore claims.
  12. #
  13. always-ignore-claims=[]
  14. # Radius used for auto-created claims
  15. #
  16. auto-claim-radius=-1
  17. # Whether survival claims will be automatically restored to nature when auto-deleted.
  18. #
  19. auto-nature-restore=true
  20. # Contains list of banned item ids on server.
  21. #
  22. banned-item-ids=[]
  23. # Blocks earned per hour.
  24. #
  25. blocks-accrued-per-hour=75
  26. # Number of days of inactivity before an automatic chest claim will be deleted.
  27. #
  28. chest-claim-days=7
  29. # Limit on how deep claims can go.
  30. #
  31. claim-max-depth=0
  32. # The mode used when creating claims. (0 = Disabled, 1 = Survival, 2 = SurvivalRequiringClaims, 3 = Creative)
  33. #
  34. claims-mode=1
  35. # Send players manuals on claim creation.
  36. #
  37. deliver-manuals=true
  38. # Allows claims to be used.
  39. #
  40. enable-claims=true
  41. # How many days of inactivity before a player loses his claims.
  42. #
  43. expiration-all-claim-days=60
  44. # How far below the shoveled block a new claim will reach.
  45. #
  46. extend-into-ground-distance=5
  47. # Whether fire spreads outside of claims.
  48. #
  49. fire-spreads-outside=false
  50. # List of entity id's that ignore protection. Format should be modid:name. For example, if you want creepers to ignore protection you would add minecraft:creeper.
  51. #
  52. ignored-entity-ids=[]
  53. # The item used to investigate claims with a right-click.
  54. #
  55. investigation-tool="minecraft:stick"
  56. # The limit on accrued blocks (over time). doesn't limit purchased or admin-gifted blocks.
  57. #
  58. max-accrued-blocks=100000
  59. # Maximum number of claims per player.
  60. #
  61. max-claims-per-player=0
  62. # Minimum area for non-admin claims.
  63. #
  64. minimum-area=100
  65. # Minimum width for non-admin claims.
  66. #
  67. minimum-width=5
  68. # The item used to create/resize claims with a right click.
  69. #
  70. modification-tool="minecraft:golden_shovel"
  71. # Number of days of inactivity before an unused claim will be deleted.
  72. #
  73. unused-claim-days=14
  74. }
  75. database {
  76. # password
  77. #
  78. password=""
  79. # url
  80. #
  81. url=""
  82. # username
  83. #
  84. username=""
  85. }
  86. economy {
  87. # Cost to purchase a claim block. set to zero to disable purchase.
  88. #
  89. claim-block-cost=0.0
  90. # Return on a sold claim block. set to zero to disable sale.
  91. #
  92. claim-block-sell=0.0
  93. }
  94. flags {
  95. # Allow/deny breaking blocks.
  96. #
  97. block-break=false
  98. # Blocked commands.
  99. #
  100. block-commands=[]
  101. # Allow/deny placing blocks.
  102. #
  103. block-place=false
  104. # Allow/deny explosions.
  105. #
  106. explosions=false
  107. # Allow/deny farewell message.
  108. #
  109. farewell-message=true
  110. # Allow/deny fire spread.
  111. #
  112. fire-spread=false
  113. # Only intended if you want to explicitly ignore all checking for player permissions.
  114. #
  115. force-deny-all=false
  116. # Allow/deny greeting message.
  117. #
  118. greeting-message=true
  119. # Allow/deny blocks with inventories.
  120. #
  121. interact-inventory=false
  122. # Allow/deny left-clicking.
  123. #
  124. interact-primary=false
  125. # Allow/deny right-clicking.
  126. #
  127. interact-secondary=false
  128. # Allow/deny item drops.
  129. #
  130. item-drop=true
  131. # Allow/deny picking up items.
  132. #
  133. item-pickup=true
  134. # Allow/deny item use.
  135. #
  136. item-use=false
  137. # Allow/deny lava flow.
  138. #
  139. lava-flow=true
  140. # Allow/deny mob block damage.
  141. #
  142. mob-block-damage=false
  143. # Allow/deny mob player damage.
  144. #
  145. mob-player-damage=true
  146. # Allow/deny mob riding.
  147. #
  148. mob-riding=false
  149. # Allow/deny portal use.
  150. #
  151. portal-use=true
  152. # Allow/deny any projectiles.
  153. #
  154. projectiles-any=true
  155. # Allow/deny monster projectiles.
  156. #
  157. projectiles-monster=true
  158. # Allow/deny player projectiles.
  159. #
  160. projectiles-player=false
  161. # Allow/deny pvp.
  162. #
  163. pvp=false
  164. # Allow/deny sleep.
  165. #
  166. sleep=true
  167. # Allow/deny the spawning of ambient mobs.
  168. #
  169. spawn-ambient=true
  170. # Allow/deny the spawning of any mobs.
  171. #
  172. spawn-any=true
  173. # Allow/deny the spawning of aquatic mobs.
  174. #
  175. spawn-aquatic=true
  176. # Allow/deny the spawning of monsters.
  177. #
  178. spawn-monsters=true
  179. # Allow/deny the spawning of passive mobs.
  180. #
  181. spawn-passives=true
  182. # Allow/deny villager trading.
  183. #
  184. villager-trading=false
  185. # Allow/deny water flow.
  186. #
  187. water-flow=true
  188. }
  189. general {
  190. # Enable sign notifications for admins.
  191. #
  192. admin-sign-notifications=true
  193. # List of whisper commands to eavesdrop on.
  194. #
  195. admin-whisper-commands=[]
  196. # Enable whisper notifications for admins.
  197. #
  198. admin-whisper-notifications=true
  199. # Whether whispered messages will broadcast to administrators in game.
  200. #
  201. admin-whispers=true
  202. # List of item id's banned on server.
  203. #
  204. banned-items=[]
  205. # The number of claim blocks a new player starts with.
  206. #
  207. initial-claim-blocks=250
  208. # Whether pistons are limited to only move blocks located within the piston's land claim.
  209. #
  210. limit-pistons-to-claims=true
  211. # Whether players can build trees on platforms in the sky.
  212. #
  213. limit-sky-trees=true
  214. # Whether trees should be prevented from growing into a claim from outside.
  215. #
  216. limit-tree-growth=true
  217. # Whether player item drops are locked.
  218. #
  219. lock-item-drops=false
  220. # How many players can share an IP address.
  221. #
  222. max-players-per-ip=3
  223. # Whether to ban accounts which very likely owned by a banned player.
  224. #
  225. smart-ban=false
  226. # Whether players can detonate explosives above sea level.
  227. #
  228. surface-explosions=false
  229. }
  230. logging {
  231. # Log admin activity.
  232. #
  233. admin-activity=false
  234. # How many days to keep logs in storage.
  235. #
  236. days-stored=7
  237. # Enable debug logging.
  238. #
  239. debug=false
  240. # Log social activity.
  241. #
  242. social-acitivity=false
  243. # Log suspicious activity.
  244. #
  245. suspicious-activity=true
  246. }
  247. playerdata {
  248. # Whether player data should be stored per world. True will store all data in the default world.
  249. use-global-storage=false
  250. }
  251. pvp {
  252. # Whether a player can drop items during combat to hide them.
  253. #
  254. allow-combat-item-drops=false
  255. # Commands blocks from being used during PvP combat.
  256. #
  257. blocked-commands=[]
  258. # How long combat is considered to continue after the most recent damage.
  259. #
  260. combat-timeout=15
  261. # Whether to make newly spawned players immune until they pick up an item.
  262. #
  263. protect-fresh-spawns=true
  264. # Whether player's dropped on death items are protected in pvp worlds.
  265. #
  266. protect-item-drops-death=true
  267. # Whether players' dropped on death items are protected in non-pvp worlds.
  268. #
  269. protect-item-drops-death-non-pvp=true
  270. # Whether players may fight in admin-owned land claims.
  271. #
  272. protect-players-in-adminclaims=false
  273. # Whether players may fight in player-owned land claims.
  274. #
  275. protect-players-in-claims=false
  276. # Whether players may fight in subdivisions of admin-owned land claims.
  277. #
  278. protect-players-in-subdivisions=false
  279. # Whether to kill players who log out during PvP combat.
  280. #
  281. punish-logout=false
  282. # Whether or not pvp anti-grief rules apply.
  283. #
  284. rules-enabled=false
  285. }
  286. siege {
  287. # which blocks will be breakable in siege mode.
  288. #
  289. breakable-blocks=[
  290. "minecraft:sand",
  291. "minecraft:gravel",
  292. "minecraft:grass",
  293. "minecraft:tallgrass",
  294. "minecraft:glass",
  295. "minecraft:dye",
  296. "minecraft:snow",
  297. "minecraft:stained_glass",
  298. "minecraft:cobblestone"
  299. ]
  300. # Whether sieges are allowed or not.
  301. #
  302. enable-sieges=false
  303. # which blocks the siege winner can access in the loser's claim.
  304. #
  305. winner-accessible-blocks=[]
  306. }
  307. spam {
  308. # IP addresses which will not be censored.
  309. #
  310. allowed-ips=[]
  311. # Whether or not to ban spammers automatically.
  312. #
  313. autoban-offenders=false
  314. # Message to show an automatically banned player.
  315. #
  316. ban-message="Banned for spam."
  317. # Cooldown period for death messages (per player) in seconds.
  318. #
  319. death-message-cooldown=60
  320. # Whether or not to monitor for spam.
  321. #
  322. enable-spam-monitor=false
  323. # How long players must wait between logins. combats login spam.
  324. #
  325. login-cooldown=60
  326. # the list of slash commands monitored for spam,
  327. #
  328. monitor-commands=[]
  329. }
  330. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement