I've been trying to figure out how to ban items in Tekkit. I heard PEX does it well, only I can't get it to work properly.
Something simple like this:
- -modifyworld.items.drop.27594
works fine. But I need to ban several items for each interaction (craft, drop, pickup), and I saw on the wiki there is a shorthand way of doing so.
I tried doing this:
- -modifyworld.items.(craft|drop|have|pickup).x(27594|27556|27583|27533|27533)
But that failed.
Anyone know how to properly condense nodes that include items with colons?
Thanks.