Protein Posted June 6, 2012 Posted June 6, 2012 How do I disable EE for perse "member" but allow it for "Engineer"?
AlienX Posted June 6, 2012 Posted June 6, 2012 As far as i am aware EE is not ported over to bukkit in the way you are wanting to be. What i mean by this is EE just works or does not work - you cannot stop people from using it. However, you might be able to use some 3rd party bukkit plugins to disallow/allow players of certain ranks to craft/place/use/carry EE items, however im unsure of what plugin could do this, but im sure there would be one there somewhere.
Nentify Posted June 6, 2012 Posted June 6, 2012 The answer you're looking for is PermissionsEx which can be found here. You will need to open the modifyworld config and allow item restrictions and then you can use nodes like this: - -modifyworld.blocks.place.237 Stops users from placing the block stated or - -modifyworld.items.have.237 If a user has this item in their inventory, it will be removed There are other nodes that can be used and are listed here, but I'm not 100% sure if they're all compatible with Tekkit items.
AlienX Posted June 6, 2012 Posted June 6, 2012 Oh thats neat! Nice to know Nentify. However, some mods require you to put an X before the item ID, such as: -modifyworld.items.have.X100 (where 100 is the item ID), is this the case?
Nentify Posted June 6, 2012 Posted June 6, 2012 ModifyWorld doesn't require you to put an X before the ID. Tested and working on my server currently.
Protein Posted June 6, 2012 Author Posted June 6, 2012 I tried doing that Nentify but it still won't work, this is the pex I have for the group and here is the config from the modify world enable: true itemRestrictions: true informPlayers: false whitelist: false messages: whitelistMessage: You are not allowed to join this server. Goodbye! prohibitedItem: You have prohibited item "%s". permissionDenied: Sorry, you don't have enough permissions Member: default: false permissions: - serversigns.use.* - essentials.sethome - essentials.sethome.multiple - essentials.tpa - essentials.tpaccept - essentials.tpdeny - essentials.home - essentials.spawn - essentials.nick - essentials.afk - essentials.helpop - ultimatearena.player - sortal.warp - factions.kit.halfplayer - iConomy.access - iConomy.payment - iConomy.list - sb.use.money - sb.use.xp - sb.use.atm - modifyworld.* - modifyworld.blocks.interact.* - modifyworld.blocks.destroy.* - modifyworld.blocks.place.* - -modifyworld.blocks.place.x126 - -modifyworld.blocks.destroy.x126 - -modifyworld.blocks.interact.x126 - -modifyworld.blocks.place.x130 - -modifyworld.blocks.destroy.x130 - -modifyworld.blocks.interact.x130 prefix: '&f[&2Member&f] '
Protein Posted June 6, 2012 Author Posted June 6, 2012 I also tried the negating blocks WITHOUT the x infront as well and it still didn't work.
Nentify Posted June 6, 2012 Posted June 6, 2012 Have you de-opped yourself, given yourself member, removed the x's and tried destroying block ID 130? Also, just noticed. You need to remove the negated permissions ABOVE the modifyworld.*, it reads from the top, so it reads modifyworld.* first and allows members to do anything within Modifyworld. If you put the negated permissions above, it should work.
kaz Posted June 7, 2012 Posted June 7, 2012 Hey there for help paste this into the bottom of your config file in modify world use-material-names: false drop-restricted-item: false item-use-check: false Then is will work if you have done the permission nodes right on tekkit and made sure you have used ID: number ID not names. If you used names then set use material names to true Simples :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now