DressBeast Posted August 13, 2012 Posted August 13, 2012 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. Quote
KJSniper Posted August 13, 2012 Posted August 13, 2012 If you use PermissionsEx, try this: - -modifyworld.blocks.(place|interact|destroy).(26522) Quote
DressBeast Posted August 14, 2012 Author Posted August 14, 2012 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? Quote
KJSniper Posted August 15, 2012 Posted August 15, 2012 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) Quote
DressBeast Posted August 15, 2012 Author Posted August 15, 2012 Heres my per perms folder: http://pastebin.com/pFU5ySsv i had changed it to x because i read that made it work . . . Quote
KJSniper Posted August 15, 2012 Posted August 15, 2012 Ah, try taking the line 8: - modifyworld.* And put it below this on line 17: - -modifyworld.items.pickup.x26522 Quote
DressBeast Posted August 15, 2012 Author Posted August 15, 2012 just move the perms above modify world.*? and the x's and parenthesis don't matter do they? Quote
KJSniper Posted August 15, 2012 Posted August 15, 2012 Try this: - -modifyworld.items.(have|pickup).(30214|30215|26522) - -modifyworld.items.use.30214 - -modifyworld.items.use.30215 - -modifyworld.items.use.26522 - modifyworld.* Read this if you haven't, it helped me a lot when I was first trying to ban items. https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld Quote
DressBeast Posted August 15, 2012 Author Posted August 15, 2012 alright i added those and in the right order but players can still make/use them. Quote
KJSniper Posted August 15, 2012 Posted August 15, 2012 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.* Quote
DressBeast Posted August 16, 2012 Author Posted August 16, 2012 Alright, so far it only says "You can't place #26522!" but players can still use it/make it. I really appreciate you help. Quote
KJSniper Posted August 17, 2012 Posted August 17, 2012 Yeah, I use WorldGuard to block players from using items. Quote
DressBeast Posted August 17, 2012 Author Posted August 17, 2012 haha you wouldn't mind giving me something i could put in the config for wg? i also use it on my server. Quote
KJSniper Posted August 17, 2012 Posted August 17, 2012 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. Quote
DressBeast Posted August 18, 2012 Author Posted August 18, 2012 Thanks a ton! Ive actually disabled ee on my server now 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? Quote
KJSniper Posted August 18, 2012 Posted August 18, 2012 I believe the ModifyWorld "interact" permission would block it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.