configuration

 ## CommandTimer configuration 
# The messages that will be displayed in the plugin.
messages:
  warmup: '&6Command will run in &c%time% seconds. Don''t move.'
  warmup-in-progress: '&cThis command is warming up. Don''t move.'
  warmup-no-damage: '&cPending command request cancelled.'
  warmup-no-interact: '&cPending command request cancelled.'
  warmup-no-move: '&cPending command request cancelled.'
  cooldown: '&cError: &6You must wait &c%time% seconds to use this command again.'
# Sets are sets of commands that are grouped together with one warmup/cooldown.
# Messages override the set messages for this specific set.
# Commands is a list of the beginning of all commands (without a slash) that
# you want to block, so /f home blocks "/f home" and "/f home x" but not "/f ho"
sets:
  horses:
    messages:
      warmup: '&6Teleporting your horse in %time% seconds. Don''t move.'
      warmup-in-progress: '&cThis horse teleport is warming up. Don''t move.'
      warmup-no-damage: '&cHorse teleportation cancelled.'
      warmup-no-interact: '&cHorse teleportation cancelled.'
      warmup-no-move: '&cHorse teleportation cancelled.'
    commands:
      - horse tp
  teleport:
    messages:
      warmup: '&6Teleporting in %time% seconds. Don''t move.'
      warmup-in-progress: '&cThis teleport is warming up. Don''t move.'
      warmup-no-damage: '&cPending teleportation request cancelled.'
      warmup-no-interact: '&cPending teleportation request cancelled.'
      warmup-no-move: '&cPending teleportation request cancelled.'
    commands:
      - home
      - back
      - tpa
      - f home
      - warp
      - ewarp
      - warps
      - ewarps
      - tpaccept
      - tpahere
      - tpyes
      - etpyes
      - etpaccept
      - etpa
      - etpahere
      - call
      - ecall
      - ehome
      - homes
      - ehomes
      - espawn
      - eback
      - return
      - tpask
      - etpask
# Groups are configurations of timers.
# Each group contains multiple sections with a key corresponding to a set.
# Under these sections, you can specify the desired warmup and cooldown to use.
# By not specifying one, the cooldown won't be used.
groups:
  default:
    horses:
      warmup: 5
      cooldown: 15
    teleport:
      warmup: 8
      cooldown: 15
  fivesec:
    horses:
      warmup: 5
      cooldown: 15
    teleport:
      warmup: 5
      cooldown: 15
  twosec:
    horses:
      warmup: 5
      cooldown: 15
    teleport:
      warmup: 2
      cooldown: 15

Comments

Posts Quoted:
Reply
Clear All Quotes