A plugin like GriefAlert. I loved so much and i cant see any plugins like this. I hope some1 can make this plugin! Osterbro2100
Well you can use these 2. WorldGuard: http://forums.bukkit.org/threads/wo...cklist-groupusers-compat.790/page-6#post-9196 Guardian: http://forums.bukkit.org/threads/guardian-protecting-your-bukkit-server.269/page-4#post-6848
Thx! for telling me about Guardian! Im running this now! I already got WorldGuard but i dont now how to make it work in the blacklist.txt can u make a fast example?
Im not using WorldGuard on my server so i dont know how it works, sowweh x] If i find out, i will post it if no one else have already told you.
Not sure if this is what you meant but this is how you blacklist something: Code: [lavabucket] ignore-groups=admins,mods on-use=deny,tell Ignore-groups means it will let that group use the item (i think...) so you need GroupUsers. on-use=deny,tell means that when someone uses that item it will remove(deny) and tell the user that it is not allowed... atleast that is what i think it means... And this is how you blacklist item(s): Code: **This is how it looks** [item1,item2] option1=options event1=whatToDo1,whatToDo2,whatToDo3 event2=whatToDo1,whatToDo2 Options: ignore-groups (comma-separated list of groups to not affect) comment (message for yourself that is printed with 'log' and 'notify') message (optional message to show the user instead; %s is the item name) Events: on-break (when a block of this type is about to be broken) on-destroy-with (the item/block held by the user while destroying) on-place (a block is being placed) on-use (an item like flint and steel or a bucket is being used) on-interact (when a block in used (doors, chests, etc.)) on-drop (an item is being dropped from the player's inventory) on-acquire (an item enters a player's inventory via some method) Actions (for events): deny (deny completely) notify (notify admins) log (log to console/file/database) tell (tell a player that that's not allowed) kick (kick player) ban (ban player) I Hope this helped :3
as i said in the code thing:ยด first on the first line you type the item which in this case is a lavabucket. [lavabucket] Then on the second line you type the option like ignore-groups. ignore-groups=admins,mods then on the 3rd, 4th and etc, line you type the event which is what it will do when that item is used/placed and etc. on-use=deny,tell I hope you understand, im sorry if you dont. My english sucks, Im a swede xD