Command Cooldowns / Warm-Ups

Discussion in 'Plugin Requests' started by ckav11, Mar 21, 2017.

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

    ckav11

    Version: Spigot 1.8.8

    Category: Administration

    Plugin Name: CommandControl

    Description: A better command warm up / cooldown plugin that will hook into ProtocolLib to receive all command aliases to assure that cooldowns cannot be bypassed. The example config below will better explain the entire request. Configurable messages for the command cooldown and command warmup
    Code:
    Groups: #User defined
      Global:
        Cooldowns:
        - ci: 60
        Warmups:
        - ci: 60
      Member:
        Cooldowns:
        - ci: 60
        Warmups:
        - ci: 60
      Helper:
        Permission:
        Cooldowns:
        - ci: 60
        Warmups:
        - ci: 60
      Admin:
        Warmups:
        - gmc: 5 #will create a 5 second warmup for gmc command
        Cooldowns:
        - ban: 1800 #Will create a 1800 second cooldown for ban for example
    
    Commands: /commandcontrol reload
    A /cooldown command would be nice to show commands that are cooling down as well but it is not necessary.

    Permission: User defined permission for groups unless you can hook into Vault :) and commandcontrol.cooldowns commandcontrol.reload commandcontrol.bypass
     
    Last edited: Mar 21, 2017
Thread Status:
Not open for further replies.

Share This Page