Jump to content

Recommended Posts

Posted

I run a Tekkit 3.1.3 server and use MultiVerse/Portals/NetherPortals/inventories - I have multiple working worlds already, i want to add two more worlds, a NO EMC world and a NO EMC/PVP world, for these to be made i need to ban EMC items and overpowered PVP items in the seperate worlds, how could i ban them ONLY on that world?

example:

Energy Condensor:

Unbanned on Main world

Banned on NO EMC

Banned on PVP

Posted

Get PEX, enable ModifyWorld, disable all the EE items in the world specific perms, then copy that in to your No PvP world and add all the PvP stuff as well

I recommend disabling Craft and Use but not hold, this way if Inventories bugs and lets someone carry items over they won't be stripped off

Posted

Install tekkitcustomizer, add everything to the banned items in it, than edit your permissions file to have separate permissions per world. You would then need to add the tekkitcustomizer permission to each world for the items you want to allow in that world

-On a side note, no matter how you do this, Alchemical bags are your enemy. They allow transfer of items between the worlds because Multiverse-Inventories does not regulate it.

Posted

Get PEX, enable ModifyWorld, disable all the EE items in the world specific perms, then copy that in to your No PvP world and add all the PvP stuff as well

I recommend disabling Craft and Use but not hold, this way if Inventories bugs and lets someone carry items over they won't be stripped off

I've got PEX already, where do I edit the world specific perms? could you give me an example and what file to edit? :)

Install tekkitcustomizer, add everything to the banned items in it, than edit your permissions file to have separate permissions per world. You would then need to add the tekkitcustomizer permission to each world for the items you want to allow in that world

-On a side note, no matter how you do this, Alchemical bags are your enemy. They allow transfer of items between the worlds because Multiverse-Inventories does not regulate it.

Could you also give me an example of a PEX group file with per-world permissions with an example of a TekkitCustomizer item node?

Yeah i intend on banning bags in all worlds besides the default :)

thank you so much for your response guys! you don't know how grateful i am :D

Posted

I'm not running a PEX server so I can't, sorry

The PEX wiki

https://github.com/PEXPlugins/PermissionsEx/wiki

Has an example on how to do it via commands

I found this example, seems legit ^^

groups:

example:

default: true

prefix: '(Example)'

permissions:

worlds:

WORLDNAME:

permissions:

- tekkitcustomizer.27526.0.use

Gonna test it out soon, my assumption is that i ban everything i want banned, then add this with the items i want per world, going to do some testing now and ill get back to you guys :)

Posted

Another feature of PEX is that you can assign global permissions alongside world permissions. So the example would be:

groups:

example:

default: true

prefix: '(Example)'

permissions:

- tekkitcustomizer.27526.0.use

worlds:

WORLDNAME:

permissions:

- tekkitcustomizer.27526.0.use

It could save you some work if you want an item banned on all worlds, or wanted to configure the permissions for other plugins.

Posted

Moved to a more helpful place. If you're running a server and want to give or receive help with it, Tekkit Classic Discussion isn't for you.

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