Jump to content

Recommended Posts

Posted

Don't rage if i posted in the wrong forum but i need help to ban items on my tekkit server. Ive tried world guard blacklist but no results. Anyone have a sure way of banning IC2 items such as dynamite? Thanks in advance.

Posted

I do use pex and I've tried using those commands but to no success. Do you know a reason why this could be happening?

Are they parenthesis supposed to be there along with the (place|interact|destroy) or do i just choose one?

Posted

Could you post your PermissionsEx permissions.yml to pastebin and post that here so I can get a better look?

And to answer your question, the line "(place|interact|destroy)" will initiate all three...if you wanted just one you would just put this, for example:

    - -modifyworld.blocks.place.(26522)

Posted

I use WorldGuard or WorldEdit to block the use of items and notify me when they are trying to be used, but this should stop most situations with those three items:

    - -modifyworld.items.(craft|drop|have|pickup).(30214|30215|26522)

    - -modifyworld.blocks.(place|interact|destroy).(30214|30215|26522)

    - modifyworld.*

Posted

This denies the use of the Philosopher Stone on my server:

#Philosopher Stone

[27526]

ignore-groups=owner

on-use=notify,deny,log,tell

Put it inside the blacklist.txt in the WorldGuard/world folder.

Posted

Thanks a ton! Ive actually disabled ee on my server now :D to make the gameplay more challenging. The blacklist is working nicely now, only problem is, i have dynamite in there so players can't pick it up, throw it down (Q), or use it but players can still right click to throw it and explode(But throwing it with Q or trying to pick it up seem to be disabled which means its working). How did you combat this?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...