Kick Commands

Discussion in 'Archived: Plugin Requests' started by iCopyright, Nov 14, 2013.

  1. Offline

    iCopyright

    Plugin Name: KickCommands

    Description: this is helpfull commands for any servers, that wants easier ways to kick and ban players. this plugin will have commands, that is the reason aswell. there should be an option in the config file, where you can change the amount of times that you can get kicked before getting banned.

    Example:
    /swear (player) - player kicked for swearing.
    /hack (player) - player kicked for hacking.

    Commands:
    • /swear (player) - kicks player for swearing.
    • /hack (player) - kicks player for hacking.
    • /advert (player) - kicks the player for advertising.
    • /language (player) - kicks the player for not speaking english.
    • /glitch (player) - kicks the player for glitching.
    • /kicks - display all the newest kicks.

    Permissions:
    • kc.swear - swear command
    • kc.hack - hack command
    • kc.advertise - advertise command
    • kc.language - language command
    • kc.glitch - glitch command
    • kc.kicks - kicks command
    Config:
    Code:
    Swear:
    times before ban: '1'
    use permissions: true/false
     
    Hack:
    times before ban: '1'
    use permissions: true/false
     
    Advertise:
    times before ban: '1'
    use permissions: true/false
     
    Language:
    times before ban: '1'
    use permissions: true/false
     
    Glitch:
    times before ban: '1'
    use permissions: true/false

    Thank You!
    - HyVe
     
  2. Offline

    schegar

    what do you mean with use "permissions: true/false" ?
     
  3. Offline

    iCopyright

    if you should use the permissions on that command.
     
  4. Offline

    iCopyright

  5. Offline

    Famous Guy

    I like dis.
     
  6. Offline

    Rockon999

    http://dev.bukkit.org/bukkit-plugins/mycommand/

    Config Example:
    Code:
    '1':
      command: /swear
      type: runcommand
      runcmd:
      - '/kick $arg1 No Swearing!'
      error-message: '&cType /swear <name>'
      permission-node: kickcmds.swear
      permission-error: 'You cannot use that command!'
     
  7. Offline

    Henzz

    HyVe
    Why not just use a simple kick command as a reason provided is more flexible than a fixed reason, people shouldn't have a problem doing that?
     
  8. Create a CommandTriggers script with VariableTriggers.

    I started you off with this. You will just have to do the /kicks yourself if you want to use it as I am not going to do it for you.

    HyVe - You are free to use the scripts posted on the pastebin link below
    http://pastebin.com/PJDSw9u1 - This link will expire in 24 hours
     
  9. Offline

    jimbo8

    HyVe

    You're a plugin developer.. You should be able to do this yourself, it's not that hard, would take me 5 minutes to make it.
     
  10. Offline

    FadedMystery

    I'll start working on it :)
     
    HyVe likes this.
  11. Offline

    EdwardBailie

    If it's that easy then make it :p
     
  12. Offline

    jimbo8

  13. Offline

    iCopyright

    i would have made it if i had the time. but i dont have the time.

    i am really glad that FadedMystery will be working on this.
     

Share This Page