Problem Mindcrack: Blacklisting/Banning of items

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

"Morgan"

New Member
Jul 29, 2019
42
0
1
I've recently found some dupe bugs (wich i will not be naming) in the FTB - Mindcrack pack, and i've tried to do so using pex (modifyworld), plugins like reciepe remove & disablecraft, but none seems to work. I really would like to ban the items with PermissionEx (modifyworld), since its an easy setup and maintaince, so hopefully someone can help with this problem.

Im pretty sure my item-bans in the permission is correct setup, since i've owned several servers in the past and had no problem banning items there.

Before you ask, the modifyworld.* permission is at the bottom of the permissions. (last)
 

cjm721

New Member
Jul 29, 2019
734
0
1
Tekkit customizer I have heard is a good one for restricting it.

I personally like fixing the bugs instead of banning the item (no clue if I would even be allowed to give out my fixes as not all the mods are open source)
 

powergitt

New Member
Jul 29, 2019
28
0
0
This config works for me:

Code:
    - -modifyworld.items.(have|pickup|hold).(123:*|123:*|123:*|123:*|123|123)
    - modifyworld.*
Just note that id:sub does not "ban" the item without the sub in this case. so you have to specify: .(123|123:*) to ban all items with the id 123