Open Parties and Claims

Open Parties and Claims

39M Downloads

ShopShelves

Closed this issue ยท 4 comments

commented

Currently i can not find the setting for the ShelfBlock protection in my player config for my claims
This is an issue for a mod i use called ShopShelves https://modrinth.com/mod/shopshelves

when i create a player or adminshop with the shelves other players cant use it and i cant find the setting for the shelf protection and players cant use the shops...

commented
  • we need this!
commented

You would need to add the shelves to the "forcedBlockProtectionExceptionList" if you want it to always be useable without an option, OR add it to the "blockProtectionOptionalExceptionGroups" for the option to enable or disable access.
Both are in the "openpartiesandclaims-server.toml" file, it will be in your server "world\serverconfig" folder. Make sure server is stopped first.
If you add it to the optional one, and want players to have access, you also need to add the permission to "playerConfigurablePlayerConfigOptions" in the same file.

commented

You would need to add the shelves to the "forcedBlockProtectionExceptionList" if you want it to always be useable without an option, OR add it to the "blockProtectionOptionalExceptionGroups" for the option to enable or disable access. Both are in the "openpartiesandclaims-server.toml" file, it will be in your server "world\serverconfig" folder. Make sure server is stopped first. If you add it to the optional one, and want players to have access, you also need to add the permission to "playerConfigurablePlayerConfigOptions" in the same file.

This is all super helpfull thank you, would be nice to get future support on the shopshelves mod inside this mod, shopshelves is not big but i would love to see actuall support we would not want regular shelves to be unuseable

commented

@Himeki Appreciate you helping them out.

@0fficialAndy Create a sub-config specifically for chunks that have shop shelves and only enable the exception there. You can get very specific with exceptions through building in a certain way without requiring this mod to "support" it.