GriefAlert.

Discussion in 'Archived: Plugin Requests' started by osterbro2100, Jan 18, 2011.

  1. Offline

    osterbro2100

    A plugin like GriefAlert.
    I loved so much and i cant see any plugins like this.

    I hope some1 can make this plugin!

    Osterbro2100
     
  2. WorldGuard can do it, don't know about the logging side
     
  3. Offline

    TomTish

  4. Offline

    osterbro2100

  5. Offline

    TomTish

    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.
     
  6. Offline

    osterbro2100

  7. Offline

    TomTish

    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
     
  8. Offline

    osterbro2100

    I now that :)
    But what i dont now is in what order to do it?
    An example would be great :)
     
  9. Offline

    TomTish

    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
     
  10. Offline

    sk89q

  11. Offline

    osterbro2100

    I understand :)
    Thx :)
    --- merged: Jan 19, 2011 3:15 PM ---
    It does make mo sence now :)
    Thx!
     

Share This Page