GriefPrevention Official Thread [1.10/1.11/1.12] TOWN/WECUI Support

Topic has a brief explanation of most permissions. However you can easily identify what perms are being used by using the respective plugin’s debug command.

PEX - /pex debug filter
ex. /pex debug griefprevention.claim.flag
This would show you all permission checks for flags

LuckPerms - /lp verbose [true|false] query
ex. /lp verbose true griefprevention.claim.flag
This would do the same thing as example above except it would also send the output to the player via chat.

So for what you requested, assuming you want EXACTLY those specific permissions at the claim level, you would type the following while standing inside the claim

  1. for right-click sign in ALL admin claims
    /cf interact-block-secondary minecraft:sign true override

Notice the override argument at end which signifies that you want it as a default for all claims of the type you are standing in.

  1. For left-click sign in ALL admin claims
    /cf interact-block-primary minecraft:sign true override

Now if you want it to affect ONLY the claim you are standing in, remove the override argument at end.
Hope this helps.

1 Like

Howto disable claiming in the nether/end ? Permission context or dimension/world config GP ?

How would you be able to make a simple 3d claim? Like for say I want to make a subdivision underground but not affect any people above.

Either way should work.

Use the /cuboid command to toggle between 2D/3D claims.

I have found that claims don’t protect from WorldEdit even if they have the no break/place flag on them. Is there a setting that protects claims form external world changing mods/plugins by default?

WorldEdit for Forge bypasses the world method and sets the block directly in the Chunk. The only way around this is to use the Sponge version of WorldEdit which fires events (not sure if it works fully).

Also, why would you give WE permissions to someone you do not trust? If you screw up with WE, use the undo command.

We have a server that focuses mainly on building and using WorldEdit is a big part of that. While we do trust our players with the mod, there could always be a few that could potentially abuse it so it’s good to be on the safe side. I’ll try the sponge version and see if that helps. Thanks for the quick reply.

Edit: After extensive testing I have found that claims are not protected from the Sponge version of WorldEdit either.

im using pixelmon on my server, and people dont have access to use pc’s/pokehealers in the spawn, what is the flag to fix this? i tried a couple and couldnt get it working

interact-block-secondary for right-clicking blocks
interact-entity-secondary for right-clicking entities

/cf interact-block-secondary pixelmon:pc true
/cf interact-entity-secondary pixelmon:pokehealer true

ok thanks, i was trying to do it for the rank and not the items.

you can do it based on group as well, read the topic.

/cfg admin interact-block-secondary pixelmon:pc true

This would assign the flag permission to group named “admin” only.

If I do “/cf interact-entity-secondary pixelmon true” will that allow the use of all pixelmon items ?
Because at the moment all my players are unable to do anything at spawn,
It keeps saying:
“You don’t have an administrator’s permission to use that.”
for everything even after doing the “cf interact-entity-secondary {item} true” and “/cf interact-block-secondary {item} true”,
if you have any idea why it is not working that would be grate thanks,
Javcov

the commands did not help the problem

its pixlemon:any true

thank you for your help.

Hello I am new to sponge because I like everyone wants mods

my setup: forge-1.10.2-12.18.2.2107, spongeforge-1.10.2-2107-6.0.0-BETA-1873
LuckPermsSponge-02/13/56, griefprevention-1.10.2-2.1.0.118

my project is already a village with public use: trunk, door, nospawn monster, ect.
Secure the houses on request mp

griefprevention I find exelents because more posibility for the player, (I test the other)

my problem is simple:

  • I created admin 3d town with permissions and prohibitions
  • Followed by my 3d subdivision with the player’s trust laurent
  • I claiminfo inheritance path is “on”, so I wrote inherit and control it is “off”
  • I undoes my rights “admin” and “deop”, the village I can all use, and the house I can do anything
  • It’s great that’s what I want so I definitely adopts griefprevention
  • I restart the server and the player always easy, and I can enter the house
  • I handed me “admin”, and the inheritance returned to “on”

I noticed after several test, and I think that’s the problem:
he has no memory condition written in file type inheritance = true
as for cuboid = true

sorry for my english I’m french with google translation
thank you in advance for helping me to solve the problem

Please try GriefPrevention build 126, the problem should be fixed.

beautiful thank blood.
be as fast in your troubleshooting is very professional.
Now I can work on all the village interrieur protect the houses,
to the safety of exterrieur residences for each player,
Return the rank admin, moderator and default.
bukkit then my server will be transformed into sponge forge
All the best

How do you get it to react to the words in the bannedwords.txt file?