Unknown Log

#1FQEvjF
464 lines
Raw
1[playerConfig]
2
3 [playerConfig.claims]
4 #The current sub-config ID used for new chunk claims.
5 usedSub = "main"
6 #The current sub-config ID used for new server chunk claims.
7 usedServerSub = "main"
8 #When not empty, used as the name for your claimed chunks.
9 name = ""
10 #Used as the color for your claims. Set to 0 to use the default automatic color.
11 color = 0
12 #When enabled, the mod tries to protect your claimed chunks from other players. Workarounds are possible, especially with mods.
13 protectClaimedChunks = true
14 #The number of additional chunk claims that you can make on top of the normal limit.
15 bonusChunkClaims = 0
16 #The number of additional chunk claim forceloads that you can make on top of the normal limit.
17 bonusChunkForceloads = 0
18
19 [playerConfig.claims.protection]
20 #When enabled, claimed chunk protection includes protection against players from the same party as you.
21 fromParty = false
22 #When enabled, claimed chunk protection includes protection against players from parties who are allied by the party that you are in.
23 fromAllyParties = false
24 #When enabled, claimed chunk protection includes basic protection against players breaking or otherwise interacting with blocks if they don't have access to the chunks. Block placing is usually additionally controlled by the item use protection.
25 #
26 #1) Every - protected from all players that don't have chunk access.
27 #2) Not Party - only players not in the same party as you.
28 #3) Not Ally - only players not in any party allied by yours.
29 blocksFromPlayers = 1
30 #When enabled, claimed chunk protection includes protection against mobs, who don't have access to the chunks, breaking/placing blocks (e.g. endermen). Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check. Should work for vanilla mob behavior. Modded mob behavior is likely not to be included. Feel free to set the vanilla game rule for mob griefing for extra safety. Keep in mind that creeper explosions are also affected by the explosion-related options.
31 #
32 #1) Every - protected from all entities not owned by a player that has chunk access.
33 #2) Not Party - all entities, except owned by a player in the same party as you.
34 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
35 blocksFromMobs = 0
36 #When enabled, claimed chunk protection includes protection against non-living entities, who don't have access to the chunks, breaking/placing blocks. Should work for vanilla entity behavior, unless another mod breaks it. Modded entity behavior is likely not to be included. Keep in mind that explosions are also affected by the explosion-related options.
37 #
38 #1) Every - protected from all entities not owned by a player that has chunk access.
39 #2) Not Party - all entities, except owned by a player in the same party as you.
40 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
41 blocksFromOther = 1
42 #When enabled, instead of always simply using the direct "Protect Blocks From Mobs/Other" option for block interactions coming from non-player entities, if the entity (e.g. an arrow) has an owner (e.g. a player), then the block protection option corresponding to the owner is used (e.g. "Protect Blocks From Players").
43 #Chunk access is always tested against the owner, whether this is enabled or not.
44 blocksRedirect = true
45 #When enabled, claimed chunk protection includes block protection against explosions. Keep in mind that creeper explosions are also affected by the block mob protection option.
46 blocksFromExplosions = true
47 #When enabled, claimed chunk protection includes protection against fire spread.
48 fromFireSpread = true
49 #When enabled, claimed chunk protection includes protection against frost walking by players/entities who don't have access to the chunks.
50 #
51 #1) Every - protected from all players/entities that don't have chunk access.
52 #2) Not Party - only players/entities not in the same party as you.
53 #3) Not Ally - only players/entities not in any party allied by yours.
54 fromFrostWalking = 1
55 #When enabled, claimed chunk protection includes protection against crop trample (falling on crops destroys them) for entities that don't have access to the chunks.
56 cropTrample = true
57 #When enabled, claimed chunk protection includes protection against fluids (e.g. lava) flowing into the protected chunks from outside. This does not protect wilderness.
58 fluidBarrier = true
59 #When enabled, claimed chunk protection includes protection against being affected by pistons outside of the protected chunks. This does not protect wilderness.
60 pistonBarrier = true
61 #When enabled, claimed chunk protection includes buttons being protected against projectiles not owned by any player who has access to the chunks.
62 #
63 #1) Every - protected from all entities not owned by a player that has chunk access.
64 #2) Not Party - all entities, except owned by a player in the same party as you.
65 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
66 buttonsFromProjectiles = 1
67 #When enabled, claimed chunk protection includes target blocks being protected against projectiles not owned by any player who has access to the chunks.
68 #
69 #1) Every - protected from all entities not owned by a player that has chunk access.
70 #2) Not Party - all entities, except owned by a player in the same party as you.
71 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
72 targetsFromProjectiles = 1
73 #When enabled, claimed chunk protection includes pressure plates being protected against players who don't have access to the chunks.
74 #
75 #1) Every - protected from all players that don't have chunk access.
76 #2) Not Party - only players not in the same party as you.
77 #3) Not Ally - only players not in any party allied by yours.
78 platesFromPlayers = 1
79 #When enabled, claimed chunk protection includes pressure plates being protected against mobs who don't have access to the chunks.
80 #
81 #1) Every - protected from all entities not owned by a player that has chunk access.
82 #2) Not Party - all entities, except owned by a player in the same party as you.
83 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
84 platesFromMobs = 1
85 #When enabled, claimed chunk protection includes pressure plates being protected against non-living entities who don't have access to the chunks.
86 #
87 #1) Every - protected from all entities not owned by a player that has chunk access.
88 #2) Not Party - all entities, except owned by a player in the same party as you.
89 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
90 platesFromOther = 1
91 #When enabled, claimed chunk protection includes tripwires being protected against players who don't have access to the chunks.
92 #
93 #1) Every - protected from all players that don't have chunk access.
94 #2) Not Party - only players not in the same party as you.
95 #3) Not Ally - only players not in any party allied by yours.
96 tripwireFromPlayers = 1
97 #When enabled, claimed chunk protection includes tripwires being protected against mobs who don't have access to the chunks.
98 #
99 #1) Every - protected from all entities not owned by a player that has chunk access.
100 #2) Not Party - all entities, except owned by a player in the same party as you.
101 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
102 tripwireFromMobs = 1
103 #When enabled, claimed chunk protection includes tripwires being protected against non-living entities who don't have access to the chunks.
104 #
105 #1) Every - protected from all entities not owned by a player that has chunk access.
106 #2) Not Party - all entities, except owned by a player in the same party as you.
107 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
108 tripwireFromOther = 1
109 #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against players who don't have access to the chunks.
110 #
111 #1) Every - protected from all players that don't have chunk access.
112 #2) Not Party - only players not in the same party as you.
113 #3) Not Ally - only players not in any party allied by yours.
114 entitiesFromPlayers = 1
115 #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against mobs. Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check.
116 #
117 #1) Every - protected from all entities not owned by a player that has chunk access.
118 #2) Not Party - all entities, except owned by a player in the same party as you.
119 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
120 entitiesFromMobs = 1
121 #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against non-living entities (e.g. arrows, falling anvils, activated TNT).
122 #
123 #1) Every - protected from all entities not owned by a player that has chunk access.
124 #2) Not Party - all entities, except owned by a player in the same party as you.
125 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
126 entitiesFromOther = 1
127 #When enabled, instead of always simply using the direct "Protect Entities From Mobs/Other" option for entity attacks/interactions coming from non-player entities, if the attacking entity (e.g. an arrow) has an owner (e.g. a player), then the entity protection option corresponding to the owner is used (e.g. "Protect Entities From Players").
128 #Chunk access is always tested against the owner, whether this is enabled or not.
129 entitiesRedirect = true
130 #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against all explosions not directly activated by the chunk owner.
131 entitiesFromExplosions = true
132 #When enabled, claimed chunk protection includes friendly (+ server configured) entities in the chunks being protected against fire.
133 entitiesFromFire = false
134 #When enabled, claimed chunk protection includes protection from village raids. It stops raiders from spawning inside the protected chunks, from entering them and from hurting protectable entities, even if entity protection is turned off.
135 raids = false
136 #When enabled, claimed chunk protection includes players being protected from player attacks.
137 playersFromPlayers = true
138 #When enabled, claimed chunk protection includes players being protected from mob attacks.
139 playersFromMobs = false
140 #When enabled, claimed chunk protection includes players being protected against non-living entities.
141 playersFromOther = false
142 #When enabled, instead of always simply using the direct "Protect Players From Mobs/Other" option for entity attacks/iteractions coming from non-player entities, if the attacking entity (e.g. an arrow) has an owner (e.g. a player), then the entity protection option corresponding to the owner is used (e.g. "Protect Players From Players").
143 playersRedirect = true
144 #When enabled, claimed chunk protection includes blocks and entities being protected against lightning directly caused by players who don't have access to the chunks (e.g. with the trident). Chunks directly next to the protected chunks are also partially protected.
145 #
146 #1) Every - protected from all players that don't have chunk access.
147 #2) Not Party - only players not in the same party as you.
148 #3) Not Ally - only players not in any party allied by yours.
149 playerLightning = 1
150 #When enabled, claimed chunk protection includes chorus fruit teleportation prevention for entities/players who don't have access to the chunks.
151 #
152 #1) Every - protected from all players/entities that don't have chunk access.
153 #2) Not Party - only players/entities not in the same party as you.
154 #3) Not Ally - only players/entities not in any party allied by yours.
155 chorusFruitTeleport = 0
156 #When enabled, claimed chunk protection includes nether portal usage prevention for players who don't have access to the chunks.
157 #
158 #1) Every - protected from all players that don't have chunk access.
159 #2) Not Party - only players not in the same party as you.
160 #3) Not Ally - only players not in any party allied by yours.
161 netherPortalsPlayers = 0
162 #When enabled, claimed chunk protection includes nether portal usage prevention for mobs who don't have access to the chunks. Even after the protection is turned off, a recently stopped entity is still on a short cooldown. You must let it finish without constantly retrying to push it through the portal, which restarts the cooldown.
163 #
164 #1) Every - protected from all entities not owned by a player that has chunk access.
165 #2) Not Party - all entities, except owned by a player in the same party as you.
166 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
167 netherPortalsMobs = 0
168 #When enabled, claimed chunk protection includes nether portal usage prevention for non-living entities who don't have access to the chunks. Even after the protection is turned off, a recently stopped entity is still on a short cooldown. You must let it finish without constantly retrying to push it through the portal, which restarts the cooldown.
169 #
170 #1) Every - protected from all entities not owned by a player that has chunk access.
171 #2) Not Party - all entities, except owned by a player in the same party as you.
172 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
173 netherPortalsOther = 1
174 #When enabled, claimed chunk protection includes protection from right-click held item use. On Fabric, allowed item use means being able to place blocks on blocks that you can interact with, e.g. exception blocks, even if block protection is enabled! Right-click item use can also break blocks, if that is the item's right-click mechanic. Some item use in a chunk might also be prevented by neighbor item use protection in neighbor chunks.
175 #
176 #1) Every - protected from all players that don't have chunk access.
177 #2) Not Party - only players not in the same party as you.
178 #3) Not Ally - only players not in any party allied by yours.
179 itemUse = 1
180 #When enabled, the item use protection is extended to some right-click held item use in chunks directly next to the claimed ones. Item use affected by this is usually things that still work while looking at the sky (not block or entity) or item use with custom ray-tracing for blocks/fluids/entities (e.g. placing things on water), but also any item use of "additional banned items" configured on the server. Item use protection exceptions (e.g. food, potions etc) still apply.
181 neighborChunksItemUse = false
182 #When enabled, claimed chunk protection includes protection against dispensers that are "touching" and facing the protected chunks from outside. This does not protect wilderness.
183 dispenserBarrier = true
184 #When enabled, claimed chunk protection includes prevention of item tossing by players that don't have access to the chunks.
185 #Dying can be used to circumvent this, so it is recommended to enable keepInventory or use a gravestone mod.
186 #
187 #1) Every - protected from all players that don't have chunk access.
188 #2) Not Party - only players not in the same party as you.
189 #3) Not Ally - only players not in any party allied by yours.
190 itemTossPlayers = 0
191 #When enabled, claimed chunk protection includes prevention of item tossing by some mobs that don't have access to the chunks. Requires the tossing mob to be set as the item's thrower.
192 #Modded mobs are pretty likely to do it themselves or have it done by this mod. Otherwise, the toss won't be prevented.
193 #
194 #1) Every - protected from all entities not owned by a player that has chunk access.
195 #2) Not Party - all entities, except owned by a player in the same party as you.
196 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
197 itemTossMobs = 0
198 #When enabled, claimed chunk protection includes prevention of item tossing by non-living entities that don't have access to the chunks. Requires the tossing mob to be set as the item's thrower. Some entities might not that.
199 #
200 #1) Every - protected from all entities not owned by a player that has chunk access.
201 #2) Not Party - all entities, except owned by a player in the same party as you.
202 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
203 itemTossOther = 0
204 #When enabled, instead of always simply using the direct "Protect Mob/Other Item Toss" option for item tosses coming from non-player entities, if the tossing entity (e.g. a special arrow) has an owner (e.g. a player), then the item toss protection option corresponding to the owner is used (e.g. "Protect Player Item Toss").
205 itemTossRedirect = true
206 #When enabled, claimed chunk protection includes protection from loot being dropped when mobs die unless they are killed by players who have access to the chunks. Any non-living entity spawned on a mob's death is considered loot.
207 #
208 #1) Every - protected from all players that don't have chunk access.
209 #2) Not Party - only players not in the same party as you.
210 #3) Not Ally - only players not in any party allied by yours.
211 mobLoot = 0
212 #When enabled, claimed chunk protection includes protection for items and experience that have been dropped on a player death, even if the standard item pickup protection is disabled. The protected items are only accessible to the player that dropped them and the entity/player that killed the player.
213 #
214 #1) Party - players in the same party as you.
215 #2) Allies - players in parties that are allied by yours.
216 #3) Every - all players.
217 playerDeathLoot = 0
218 #When enabled, claimed chunk protection includes protection from players picking up items, unless they have access to the chunks or own the items.
219 #
220 #1) Every - protected from all players that don't have chunk access.
221 #2) Not Party - only players not in the same party as you.
222 #3) Not Ally - only players not in any party allied by yours.
223 itemPickupPlayers = 0
224 #When enabled, claimed chunk protection includes protection from mobs picking up items, unless they have access to the chunks or own the items. Might not work for some mobs. Chunks directly next to the protected chunks are also partially protected when protection is based on the mob griefing rule check.
225 #
226 #1) Every - protected from all entities not owned by a player that has chunk access.
227 #2) Not Party - all entities, except owned by a player in the same party as you.
228 #3) Not Ally - all entities, except owned by a player in any party allied by yours.
229 itemPickupMobs = 0
230 #When enabled, instead of always simply using the direct "Protect Items From Mobs" option for item pickups coming from mobs, if the mob (e.g. an allay) has an owner (e.g. a player), then the item protection option corresponding to the owner is used (e.g. "Protect Items From Players").
231 itemPickupRedirect = false
232 #When enabled, claimed chunk protection includes protection from players picking up experience orbs, unless they have access to the chunks or own the orbs.
233 #
234 #1) Every - protected from all players that don't have chunk access.
235 #2) Not Party - only players not in the same party as you.
236 #3) Not Ally - only players not in any party allied by yours.
237 xpPickup = 0
238 #Override the value of the vanilla "mob griefing" game rule with either block, entity or dropped item protection in the protected chunks and their neighbors.
239 #By default, all "mob griefing" game rule checks, except for evokers (sheep conversion spell) and for most item pickups, are overridden with the block protection option. By default, the game rule is not overridden for item pickups (e.g. piglins picking up gold) because the basic item protection is already enough for most cases. When using the Forge version of the mod, this can be used for modded mobs. The main server config can be used to change which options are checked (even all 3) for specific mobs. Fabric/Quilt does not fire an event for all mob griefing rule checks. Fabric/Quilt modded mobs would simply check the game rule directly, which cannot be overridden by this mod.
240 overrideMobGriefingRule = true
241 #When enabled, claimed chunk protection disables the natural spawning of hostile mobs.
242 naturalSpawnHostile = false
243 #When enabled, claimed chunk protection disables the natural spawning of friendly mobs.
244 naturalSpawnFriendly = false
245 #When enabled, claimed chunk protection disables hostile mob spawners.
246 spawnersHostile = false
247 #When enabled, claimed chunk protection disables friendly mob spawners.
248 spawnersFriendly = false
249 #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API.
250 #
251 #1) Every - protected from all projectiles not owned by a player that has chunk access.
252 #2) Not Party - all projectiles, except owned by a player in the same party as you.
253 #3) Not Ally - all projectiles, except owned by a player in any party allied by yours.
254 projectileHitHostileSpawn = 1
255 #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API.
256 #
257 #1) Every - protected from all projectiles not owned by a player that has chunk access.
258 #2) Not Party - all projectiles, except owned by a player in the same party as you.
259 #3) Not Ally - all projectiles, except owned by a player in any party allied by yours.
260 projectileHitFriendlySpawn = 1
261
262 [playerConfig.claims.protection.exceptionGroups]
263
264 [playerConfig.claims.protection.exceptionGroups.entity]
265
266 [playerConfig.claims.protection.exceptionGroups.entity.barrier]
267 #When enabled, claimed chunk protection prevents the following additional entities from entering the claim (except wilderness): minecraft:player.
268 #
269 #1) Every - protected from all players/entities that don't have chunk access.
270 #2) Not Party - only players/entities not in the same party as you.
271 #3) Not Ally - only players/entities not in any party allied by yours.
272 Players = 0
273 #When enabled, claimed chunk protection prevents the following additional entities from entering the claim (except wilderness): minecraft:ender_pearl.
274 #
275 #1) Every - protected from all players/entities that don't have chunk access.
276 #2) Not Party - only players/entities not in the same party as you.
277 #3) Not Ally - only players/entities not in any party allied by yours.
278 Ender_Pearls = 0
279
280 [playerConfig.claims.protection.exceptionGroups.entity.interact]
281 #When enabled, claimed chunk protection makes an exception for interaction with the following entities: minecraft:villager, minecraft:wandering_trader.
282 #
283 #1) Party - players or entities owned by players in the same party as you.
284 #2) Allies - players or entities owned by players in parties that are allied by yours.
285 #3) Every - all players/entities.
286 Traders = 0
287 #When enabled, claimed chunk protection makes an exception for interaction with the following entities: minecraft:armor_stand.
288 #
289 #1) Party - players or entities owned by players in the same party as you.
290 #2) Allies - players or entities owned by players in parties that are allied by yours.
291 #3) Every - all players/entities.
292 Armor_Stands = 0
293
294 [playerConfig.claims.protection.exceptionGroups.entity.handInteract]
295 #When enabled, claimed chunk protection makes an exception for interaction with an empty hand with the following entities: minecraft:item_frame.
296 #
297 #1) Party - players or entities owned by players in the same party as you.
298 #2) Allies - players or entities owned by players in parties that are allied by yours.
299 #3) Every - all players/entities.
300 Item_Frames = 0
301
302 [playerConfig.claims.protection.exceptionGroups.entity.break]
303 #When enabled, claimed chunk protection makes an exception for destruction of the following entities: minecraft:cow, minecraft:mooshroom, minecraft:sheep, minecraft:chicken, minecraft:pig, minecraft:rabbit, minecraft:goat.
304 #
305 #1) Party - players or entities owned by players in the same party as you.
306 #2) Allies - players or entities owned by players in parties that are allied by yours.
307 #3) Every - all players/entities.
308 Livestock = 0
309
310 [playerConfig.claims.protection.exceptionGroups.entity.blockAccess]
311 #When enabled, claimed chunk protection makes an exception for block access by the following entities: minecraft:villager. If the block protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the block access.
312 #
313 #1) Party - players or entities owned by players in the same party as you.
314 #2) Allies - players or entities owned by players in parties that are allied by yours.
315 #3) Every - all players/entities.
316 Villagers = 0
317
318 [playerConfig.claims.protection.exceptionGroups.entity.entityAccess]
319 #When enabled, claimed chunk protection makes an exception for entity access BY the following entities: minecraft:zombie, minecraft:zombie_villager, minecraft:husk, minecraft:drowned. If the entity protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the entity access.
320 #
321 #1) Party - players or entities owned by players in the same party as you.
322 #2) Allies - players or entities owned by players in parties that are allied by yours.
323 #3) Every - all players/entities.
324 Zombies = 0
325
326 [playerConfig.claims.protection.exceptionGroups.entity.droppedItemAccess]
327 #When enabled, claimed chunk protection makes an exception for dropped item access by the following entities: minecraft:villager. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the item access.
328 #
329 #1) Party - players or entities owned by players in the same party as you.
330 #2) Allies - players or entities owned by players in parties that are allied by yours.
331 #3) Every - all players/entities.
332 Villagers = 0
333 #When enabled, claimed chunk protection makes an exception for dropped item access by the following entities: minecraft:piglin. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the item access.
334 #
335 #1) Party - players or entities owned by players in the same party as you.
336 #2) Allies - players or entities owned by players in parties that are allied by yours.
337 #3) Every - all players/entities.
338 Piglins = 0
339 #When enabled, claimed chunk protection makes an exception for dropped item access by the following entities: minecraft:fox. If the dropped item protection is based on the mob griefing rule check, then the claimed neighbor chunks must also allow the item access.
340 #
341 #1) Party - players or entities owned by players in the same party as you.
342 #2) Allies - players or entities owned by players in parties that are allied by yours.
343 #3) Every - all players/entities.
344 Foxes = 0
345
346 [playerConfig.claims.protection.exceptionGroups.block]
347
348 [playerConfig.claims.protection.exceptionGroups.block.interact]
349 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:lever, #minecraft:buttons.
350 #
351 #1) Party - players or entities owned by players in the same party as you.
352 #2) Allies - players or entities owned by players in parties that are allied by yours.
353 #3) Every - all players/entities.
354 Controls = 0
355 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:doors, #minecraft:fence_gates, #forge:fence_gates, #minecraft:trapdoors.
356 #
357 #1) Party - players or entities owned by players in the same party as you.
358 #2) Allies - players or entities owned by players in parties that are allied by yours.
359 #3) Every - all players/entities.
360 Doors = 0
361 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:chest, minecraft:trapped_chest, #forge:chests/wooden.
362 #
363 #1) Party - players or entities owned by players in the same party as you.
364 #2) Allies - players or entities owned by players in parties that are allied by yours.
365 #3) Every - all players/entities.
366 Chests = 0
367 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:barrel, #forge:barrels.
368 #
369 #1) Party - players or entities owned by players in the same party as you.
370 #2) Allies - players or entities owned by players in parties that are allied by yours.
371 #3) Every - all players/entities.
372 Barrels = 0
373 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:ender_chest, #forge:chests/ender.
374 #
375 #1) Party - players or entities owned by players in the same party as you.
376 #2) Allies - players or entities owned by players in parties that are allied by yours.
377 #3) Every - all players/entities.
378 Ender_Chests = 0
379 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:shulker_boxes.
380 #
381 #1) Party - players or entities owned by players in the same party as you.
382 #2) Allies - players or entities owned by players in parties that are allied by yours.
383 #3) Every - all players/entities.
384 Shulker_Boxes = 0
385 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:furnace, minecraft:blast_furnace, minecraft:smoker.
386 #
387 #1) Party - players or entities owned by players in the same party as you.
388 #2) Allies - players or entities owned by players in parties that are allied by yours.
389 #3) Every - all players/entities.
390 Furnaces = 0
391 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:hopper.
392 #
393 #1) Party - players or entities owned by players in the same party as you.
394 #2) Allies - players or entities owned by players in parties that are allied by yours.
395 #3) Every - all players/entities.
396 Hoppers = 0
397 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:dispenser, minecraft:dropper.
398 #
399 #1) Party - players or entities owned by players in the same party as you.
400 #2) Allies - players or entities owned by players in parties that are allied by yours.
401 #3) Every - all players/entities.
402 Dispenser-like = 0
403 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:anvil.
404 #
405 #1) Party - players or entities owned by players in the same party as you.
406 #2) Allies - players or entities owned by players in parties that are allied by yours.
407 #3) Every - all players/entities.
408 Anvils = 0
409 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: #minecraft:beds.
410 #
411 #1) Party - players or entities owned by players in the same party as you.
412 #2) Allies - players or entities owned by players in parties that are allied by yours.
413 #3) Every - all players/entities.
414 Beds = 0
415 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:beacon.
416 #
417 #1) Party - players or entities owned by players in the same party as you.
418 #2) Allies - players or entities owned by players in parties that are allied by yours.
419 #3) Every - all players/entities.
420 Beacons = 0
421 #When enabled, claimed chunk protection makes an exception for interaction with the following blocks: minecraft:enchanting_table.
422 #
423 #1) Party - players or entities owned by players in the same party as you.
424 #2) Allies - players or entities owned by players in parties that are allied by yours.
425 #3) Every - all players/entities.
426 Enchanting_Tables = 0
427
428 [playerConfig.claims.protection.exceptionGroups.block.break]
429 #When enabled, claimed chunk protection makes an exception for destruction of the following blocks: #minecraft:crops.
430 #
431 #1) Party - players or entities owned by players in the same party as you.
432 #2) Allies - players or entities owned by players in parties that are allied by yours.
433 #3) Every - all players/entities.
434 Crops = 0
435
436 [playerConfig.claims.protection.exceptionGroups.item]
437
438 [playerConfig.claims.protection.exceptionGroups.item.interact]
439 #When enabled, claimed chunk protection makes an exception for interaction with the following items: minecraft:written_book, minecraft:writable_book.
440 #
441 #1) Party - players or entities owned by players in the same party as you.
442 #2) Allies - players or entities owned by players in parties that are allied by yours.
443 #3) Every - all players/entities.
444 Books = 0
445
446 [playerConfig.claims.forceload]
447 #When enabled, the chunks you have marked for forceloading are forceloaded.
448 #If the forceload limit has changed and you have more chunks marked than the new limit, then some of the chunks won't be forceloaded. Unmark any chunks until you are within the limit to ensure that all marked chunks are forceloaded.
449 enabled = false
450 #When enabled, the chunks you have marked for forceloading stay loaded even when you are offline (can significantly affect server performance!).
451 #If your forceload limit is affected by your FTB Ranks rank/permissions, then you need to login at least once after a server (re)launch for it to take effect while you are offline.
452 offlineForceload = false
453
454 [playerConfig.parties]
455 #When not empty, used in some places as the name for the parties that you create.
456 name = ""
457 #When enabled, your position in the game is shared with players from the same party as you, which can be used by other mods, e.g. to display party members on a map.
458 shareLocationWithParty = true
459 #When enabled, your position in the game is shared with the mutual ally parties of the party that you are in, which can be used by other mods, e.g. to display party members on a map.
460 shareLocationWithMutualAllyParties = false
461 #When enabled, the sharable positions of players from the same party as you are shared with your game client, which can be used by other mods, e.g. to display party members on a map.
462 receiveLocationsFromParty = true
463 #When enabled, the sharable positions of players from the mutual ally parties of the party that you are in are shared with your game client, which can be used by other mods, e.g. to display allies on a map.
464 receiveLocationsFromMutualAllyParties = false
This log will be saved for 90 days from their last view.
Report abuse