Jump to content

Recommended Posts

Posted

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.

Posted

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.

Posted

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?

Posted

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] '

Posted

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.

Posted

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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...