Hotelmariofan Posted February 6, 2013 Posted February 6, 2013 What is the most effective way to block a set of of items (use, and crafting, and have), server wide without adding it to each PEX group? I especially need to get rid of the watch of flowing time. Quote
colcrunch Posted February 6, 2013 Posted February 6, 2013 If you use essentials you can ban items in the config.yml under Essentials Protect. make sure you enter all variations of the item... if there is 64 and 64:32 add both to prevent usage of both... Quote
Taco628 Posted February 6, 2013 Posted February 6, 2013 If you use essentials you can ban items in the config.yml under Essentials Protect. make sure you enter all variations of the item... if there is 64 and 64:32 add both to prevent usage of both... Exactly what ColCrunch said, there's also a mod called Tekkit Customizer ( http://dev.bukkit.org/server-mods/tekkitcustomizer/ ). I used this on my old Tekkit server to block a lot of the UE stuff and 'power flowers' which were super overpowered. Quote
Hotelmariofan Posted February 7, 2013 Author Posted February 7, 2013 Hm, well this is what I have currently, but for some reason people can still use the watch of flowing time. Have I made a mistake here somewhere? I would really like to just use modifyworld to block items, but it doesn't seem to work. Also, I did set item-restriction to true in the modifyworld config. Member: prefix: '&9(Member)&f' permissions: - -modifyworld.items.have.27538:* - -modifyworld.items.craft.27538:* - -modifyworld.items.hold.27538:* - -modifyworld.items.pickup.27538:* - modifyworld.* - deathchest.signchest.use - deathchest.spawnchest.spawn - PrivateWarp.pw - choptree.chop - essentials.back - essentials.back.ondeath - essentials.me - essentials.rules - essentials.help - essentials.help.privatewarp - essentials.motd - essentials.msg options: rank: '900' Quote
colcrunch Posted February 7, 2013 Posted February 7, 2013 well, you are using essentials... so I would just block it there, rather in the pEX group... Quote
EyeintheSky Posted February 7, 2013 Posted February 7, 2013 I use disablecraft to ban crafting of items. It also runs a contraband scan at whatever time interval you set in the config. If players somehow get a banned item the contraband scan will take them. Quote
Hotelmariofan Posted February 9, 2013 Author Posted February 9, 2013 I use disablecraft to ban crafting of items. It also runs a contraband scan at whatever time interval you set in the config. If players somehow get a banned item the contraband scan will take them. Well, I installed that, and it works like a charm. I guess I'll just use that. Thanks for the recommendation! Quote
EyeintheSky Posted February 9, 2013 Posted February 9, 2013 No problem let me know If I can be of any help. Starting out with it I had a rough time but have pretty much mastered it now. :P 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.