Jump to content

ModifyWorld Like Plugin For Tekkit


Recommended Posts

I am looking for a plugin similar to ModifyWorld that is compatible with tekkit. Here is my pex:

groups:

default:

default: true

permissions:

- -modifyworld.items.place.(128|126:3|126:4)

- modifyworld.*

users: {}

The file loads perfectly, I can not place 128, but I can place 126:3 and 126:4. What is wrong? Is there another plugin that is more Tekkit friendly? Thanks!

http://pastebin.com/CaqM90H5

Thank you so much for the help :)

Link to comment
Share on other sites

Replacing with blocks.place worked. My last question is why doesn't craft or have work properly? Players can still craft the items, and have the items. Here is my pex again:

groups:

Default:

default: true

permissions:

- -modifyworld.blocks.place.(126:3|126:4|126:10|127|179|208|223|237|239|214|128|4095|6361|7303|26522|27527|27529|27530|27532|27531|27533|27534|27535|27536|27537|27538|27574|27583|27584|30208|30214|30215|6361|7303|27573)

- -modifyworld.blocks.interact.(126:3|126:4|126:10|127|179|208|223|237|239|214|128|4095|6361|7303|26522|27527|27529|27530|27532|27531|27533|27534|27535|27536|27537|27538|27574|27583|27584|30208|30214|30215|6361|7303|27573)

- -modifyworld.blocks.craft.(126:3|126:4|126:10|127|179|208|223|237|239|214|4095|6361|7303|26522|27527|27529|27530|27532|27531|27533|27534|27535|27536|27537|27538|27574|27583|27584|30208|30214|30215|6361|7303|27573)

- -modifyworld.items.have.(126:3|126:4|126:10|127|179|208|223|237|239|214|4095|6361|7303|26522|27527|27529|27530|27532|27531|27533|27534|27535|27536|27537|27538|27574|27583|27584|30208|30214|30215|6361|7303|27573)

-modifyworld.*

Link to comment
Share on other sites

Replacing with blocks.place worked. My last question is why doesn't craft or have work properly? Players can still craft the items, and have the items. Here is my pex again:

To get that to work I had to put an x infront of the itemid of the mod items:

- -modifyworld.blocks.craft.(126:3|126:4|126:10...

becomes

- -modifyworld.items.craft.(x126:3|x126:4|x126:10...

Also should be items.craft I beleive

EDIT: One last thing about the - -modifyworld.items.have.()

You need to edit the modifyworld config file in your plugins folder:

item-restrictions: true

will cause modifyworld to check if a player is trying to make a banned item and I think

item-use-check: true

might also be needed.

Hope this helps.

Link to comment
Share on other sites

Thanks for your help! I have switched to a new plugin called NoItem that works much better than ModifyWorld. You should try it out if you are having issues with ModifyWorld C:

I actually use this plugin along modifyworld, I prefer modifyworld for blocking items and then NoItem to prevent people from holding certain items I want to let them craft, like the philosophers stone.

Link to comment
Share on other sites

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...