simplemuter [formated]

Discussion in 'Archived: Plugin Requests' started by kamakarzy, Feb 18, 2012.

  1. Offline

    kamakarzy

    Plugin category: [ADMN]

    Suggested name: simplemuter

    A bit about me: I'm a owner of a server I'm trying to get into plugin Dev but i just can't seem to get my head round it so ill leave it to the pro's

    What I want: A plugin that mutes a person for custom amount of time. during the time of the player being muted if he/she tries to type they will just get the rules in there chat boxes well as the reason they were muted

    Ideas for commands:
    /smute <player name> <time in minutes> <reason>
    /sm <player name> <time in minutes> <reason>

    Ideas for permissions:
    simplemuter.mute = ability to mute players


    Willing to pay up to: $0 - but hopefully with it being a simple plugin someone may do it for me

    When I'd like it by: as soon as possible but i know it can take time

    Similar plugin requests: None.
     
  2. Offline

    Sexyperson99

    There are many mute plugins out there. They have simple commands to. Such as /mute <player> <time> time is in minutes. To unmute you do /mute <player> then they are unmuted.
     
  3. Offline

    kamakarzy

    yes but the main feature of this is that the rules show up every time they attempt to talk
     
  4. Offline

    kamakarzy

  5. Offline

    dillyg10

    Ok, I can do 99% of this, the thing is that the rules aren't a standard thing, meaning that bukkit doesn't come with a rules.txt so I have no way of knowing what rules are on the server! If you want, I can just put a rules thing in the config, and you can type in the rules there...
     
  6. Offline

    JJJollyjim

    You could use the Player object's method:
    Code:
    public boolean performCommand(String command);
    with "/rules" (or something defined in the config) as the command.

    EDIT: The advantage of this method is that the owner could change the command to, for example, something that warps them to some sort of jail, or over a pool of lava :)
     
  7. Offline

    kamakarzy

    both sound good the command sounds better as anyone could use any command like /punish or something elts in a config file
     
  8. Offline

    dillyg10

    Uhmmm lol? This is pretty much unrelated to the plugin.. he just wants a simplemuter. anyways, i have about 99% of it done, just need to polish some things up :).
     
  9. Offline

    kamakarzy

    that's great thanks which cb is it for r4??
     
  10. Offline

    JJJollyjim

    What i'm saying is that this could be a solution to the problem of no universal rules file. Just a suggestion!
     
  11. Offline

    kamakarzy

    Did you get this finished thanks
     

Share This Page