[TUTORIAL]Banning items you CAN'T ban

mantux5

New Member
Jul 29, 2019
6
0
0
Hello everyone :)
I had one problem on my FTB Ultimate server. I had to ban Mining Lasers and all other stuff, which can pass throught region protections. I used a lot of different plugins, and guess what? Nothing helped. But after a day of intensive thinking I found out one thing, how to ban thos nasty items.
So this is kind of tutorial :)
STEP 1. Enable command block on your server :) You can do it by opening server.properties file and changing this line:
Code:
enable-command-block=false
to this one:
Code:
enable-command-block=true
If this line doesn't exists just paste this one above :)

STEP 2. Launch your server
STEP 3. Make a room somewhere below spawn and put there Timer (Item/Block from RedPower) put some command blocks, and type text like this in them:
Code:
clear @a ITEMID
Lay down some redstone to connect timer with command blocks.
And players can get that item, but they will loose it after seconds...

I set timer to 5 seconds. You can make less or more ;)

I hope, I helped someone :)
 
  • Like
Reactions: Tro11C1ient

dc0110

New Member
Jul 29, 2019
123
0
0
Having the item they crafted removed will teach them a lesson.
Don't craft banned items, you'll lose your resources :)
 
  • Like
Reactions: Dingham

heggico

New Member
Jul 29, 2019
65
0
0
Yeah losing the resources does sound quite good, but they can still inflict 5 seconds of carnage.
Probably not with a mining laser, as you need to charge it first, but still.

I would probably still use a recipe remover, just to be safe.
 

dc0110

New Member
Jul 29, 2019
123
0
0
Yeah losing the resources does sound quite good, but they can still inflict 5 seconds of carnage.
Probably not with a mining laser, as you need to charge it first, but still.
and figure our how to use it :)
just turn the timer down
 

mantux5

New Member
Jul 29, 2019
6
0
0
Recipe Remover would work on items crafting, but players can find some items in chests generated in the world. And as I heard, recipe remover works not for all items :/
 

Tro11C1ient

New Member
Jul 29, 2019
27
0
0
recipe remover is great, but some items are still craftable (gravigun mining lazer) this is very usfull A+