Jump to content

Recommended Posts

Posted

Hi I was wondering if there was anyway to stop some players using like pipes and allowing others...

It would be like donator ranks and perks are more items/accessibility to the tekkit pack.

Posted

In ModifyWorld config, change what you have to this instead

n enable: true

informPlayers: true

itemRestrictions: true

whitelist: false

messages:

  prohibitedItem: You have prohibited item "%s".

  whitelist: You are not allowed to join this server. Goodbye!

  permissionDenied: Sorry, you don't have enough permissions

use-material-names: false

drop-restricted-item: false

item-use-check: false

check-metadata: true



 

Then once that is done, go to PermissionsEX and start filling it out like you would with GroupManager, but you HAVE to have this otherwise the group cannot talk 


    - modifyworld.chat


 

Okay to black list items use you'll need to use this.

 


    - -modifyworld.blocks.place.(ItemID'sHere.)

    - -modifyworld.items.have.(ItemsID'sHere.)


 

With this you can use wild cards, this means that all items in the sub set of the meta tag will be removed as well, so for an example, like this.

 


    - -modifyworld.blocks.place.(30208:?*|27589:?*|30174:?*|27575|27584:?*|27574:?*|27533:?*|137:3|150:1|27579:?*|27580:?*|27581:?*|27582:?*|27570:?*|27538:?*|27573:?*|27530:?*27532:?*|27593:?*|126:4|126:10|126:11|126:3|27531:?*|27583:?*|27530:?*|27570:?*|27527:?*|27556:?*|27555:?*|27532:?*|27534:?*|127|169|6361|7303|237|155|26522|4304|179|214|30214|30215|27594|26524|4095|26525)

    - -modifyworld.items.have.(30208:?*|27589:?*|30174:?*|27575|27584:?*|27574:?*|27533:?*|137:3|150:1|27579:?*|27580:?*|27581:?*|27582:?*|27570:?*|27538:?*|27573:?*|27530:?*27532:?*|27593:?*|126:4|126:10|126:11|126:3|27531:?*|27583:?*|27530:?*|27570:?*|27527:?*|27556:?*|27555:?*|27532:?*|27534:?*|127|169|6361|7303|237|155|4304|26522|179|214|30214|30215|27594|26524|4095|26525)

This should be all you need to get you started, but other than that, all permissions work the same way as GroupManager, apart from PermissionsEX reads from top to bottom.

Posted

In ModifyWorld config, change what you have to this instead

n enable: true

informPlayers: true

itemRestrictions: true

whitelist: false

messages:

  prohibitedItem: You have prohibited item "%s".

  whitelist: You are not allowed to join this server. Goodbye!

  permissionDenied: Sorry, you don't have enough permissions

use-material-names: false

drop-restricted-item: false

item-use-check: false

check-metadata: true



 

Then once that is done, go to PermissionsEX and start filling it out like you would with GroupManager, but you HAVE to have this otherwise the group cannot talk


    - modifyworld.chat


 

Okay to black list items use you'll need to use this.

 


    - -modifyworld.blocks.place.(ItemID'sHere.)

    - -modifyworld.items.have.(ItemsID'sHere.)


 

With this you can use wild cards, this means that all items in the sub set of the meta tag will be removed as well, so for an example, like this.

 


    - -modifyworld.blocks.place.(30208:?*|27589:?*|30174:?*|27575|27584:?*|27574:?*|27533:?*|137:3|150:1|27579:?*|27580:?*|27581:?*|27582:?*|27570:?*|27538:?*|27573:?*|27530:?*27532:?*|27593:?*|126:4|126:10|126:11|126:3|27531:?*|27583:?*|27530:?*|27570:?*|27527:?*|27556:?*|27555:?*|27532:?*|27534:?*|127|169|6361|7303|237|155|26522|4304|179|214|30214|30215|27594|26524|4095|26525)

    - -modifyworld.items.have.(30208:?*|27589:?*|30174:?*|27575|27584:?*|27574:?*|27533:?*|137:3|150:1|27579:?*|27580:?*|27581:?*|27582:?*|27570:?*|27538:?*|27573:?*|27530:?*27532:?*|27593:?*|126:4|126:10|126:11|126:3|27531:?*|27583:?*|27530:?*|27570:?*|27527:?*|27556:?*|27555:?*|27532:?*|27534:?*|127|169|6361|7303|237|155|4304|26522|179|214|30214|30215|27594|26524|4095|26525)

This should be all you need to get you started, but other than that, all permissions work the same way as GroupManager, apart from PermissionsEX reads from top to bottom.

Im so lost but ok :D

Posted

So it would be like modifyworld.blocks.place.{item ids here}???

Yes, that would stop people placing the blocks.

If you do Modifyworld.items.have(Item ID's here) then it'll take the items from them

You need the brackets though.

Posted

Well if you want to make money off your players its going to take work, don't expect everything to be given to you. You are obviously required to do the work as a server owner.

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