AutoBanMessage

Discussion in 'Plugin Requests' started by Insomnia-GTA, Feb 14, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Insomnia-GTA

    Suggested name: AutoBanMessage

    What I want: I'd like a plugin that when a staff bans a player, it bans them for the same reason every time. (They don't need to enter the reason... It will defined in the config) I NEED COLO(U)R CODES ENABLED IN THE CONFIG. ALSO I NEED ^n (to make a new line)

    Variables:
    I need a %staff% variable (See example message) (Shows who banned you)

    Example:
    &cYou were banned for Hacks/Un-Approved Mods
    &4Banned by &7%staff%.
    This would work for my server because the only way to get banned is to hack.

    Ideas for commands:
    None (It just needs to overwrite Essentials.. Or work with it!)

    Ideas for permissions:
    abm.mod (In config it will give the "Mod" message to banned player)
    abm.headmod (In config it will give the "HeadMod" message to banned player)
    abm.owner (In config it will give the "Owner" message to banned player)

    When I'd like it by: ASAP
     
  2. Offline

    mrCookieSlime

    @Insomnia-GTA
    My Plugin CommandOverride is able to do this.
    Link is in my Signature.

    Here's an example:

    /ban:
    'console:/ban <arg 0> &cYou were banned for Hacks/Unapproved Mods &4Banned by &7<player>'
     
  3. Offline

    Insomnia-GTA

  4. Offline

    pie_flavor

    @Insomnia-GTA He will advertise his plugin to the ends of the earth, but you can simply put it in commands.yml:
    Code:
    aliases:
        ban:
            minecraft:ban $$1 You were banned by the hammer.
    or
    Code:
    aliases:
        ban:
            essentials:ban $$1 &cYou were banned by the &4&lhammer&c.
     
    mrCookieSlime likes this.
  5. Offline

    Insomnia-GTA

  6. Offline

    mrCookieSlime

Thread Status:
Not open for further replies.

Share This Page