Epicninjalizard Posted August 20, 2014 Posted August 20, 2014 (edited) Hello i have a attack of the b team server and i dont know how to ban items? like most server's they ban the dubstep gun item mover etc, and i was wondering how do i ban items? please help Edited August 20, 2014 by Epicninjalizard
Loader Posted August 20, 2014 Posted August 20, 2014 Typically people install something like MCPC+/Cauldron and a plugin like Worldguard, then it's a matter of entering the itemIDs into the Worldguard config (log item use or stop item from being usable).
Epicninjalizard Posted August 20, 2014 Author Posted August 20, 2014 (edited) Um im sorry but what do u mean by (log item use or stop item from being usable)? and were in the world edit config would i put it? Edited August 20, 2014 by Epicninjalizard
Loader Posted August 20, 2014 Posted August 20, 2014 I'm actually using essentials for this, here's an example from the Essentials YAML; alert: on-placement: 10,11,46,327 on-use: 327,13167,13168,13169,13170 on-break: blacklist: # Which blocks should people be prevented from placing? placement: # Which items should people be prevented from using? usage: 13168,13167,13070,13168,13169 # Which blocks should people be prevented from breaking? break: # Which blocks should not be pushed by pistons? piston: # Which blocks should not be dispensed by dispensers dispenser: Note that it's far from complete, but it's fine for a whitelist server. I would strongly recommend a lot more logging or outright banned items on a public server. The alert: section simply puts a note in the logs that a player used an item at a position in the world at a time, so that's all the info you usually need to confirm griefing after the fact (I prefer to do it that way round as people can usually find a way to be disruptive if they so desire, this just gives them some easy ropes to hang themselves with so I can fix up their damage, identify them and warn/ban them later). The blacklist: section actually disables those items from being usable. (again, this is 'banned items', usually preferable on a public server where you can't take the time to talk to everyone who acts like a dick) Worldguard's version is pretty similar to this, I think it calls it "Log" rather than "Alert" though. None of this is built into the B-Team, though, you'll need to start with what I suggested; Install Cauldron on your server. Problems/difficulties with that should probably go to their forums/tracker. Install some plugin to Cauldron that'll do what you want - Essentials, WorldGuard, Towny? (does towny do items? I know it can handle restricting them in certain areas so it probably can do 'worldwide' versions). Problems/difficulties with those typically go on their forums. Configure the plugin with what items you'd like to log or Ban (slightly different depending on what you got in the previous step, though it's always pretty similar, some kind of XML file somewhere). This part you might want to be back on these forums for advice on what items cause problems commonly, and why people ban/log their use.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now