Timer

Discussion in 'Archived: Plugin Requests' started by killerbigmacs, May 17, 2014.

  1. Offline

    killerbigmacs

    Name: Timer

    Description: Counts up/down. It would send the message with no player sender so it would just be the #

    Commands:
    /timer up [Counts up]
    /timer down <starting amount in second> [Counts Down]
    /timer stop
    /timer reload

    Permission:
    timer.up
    timer.down
    timer.stop
    timer.reload

    Config:

    timers:
    up:
    intervals: 5 [Counts by 5's in this example]
    number_color: &b
    down:
    intervals: 2
    number_color: &7

    When I would like it: When ever
     
  2. Offline

    cloclo8003

    I will very likely be working on something like this asap and give you the download link when it's ready :) If you can give me more details or suggest other features, tell me ;)
     
  3. Offline

    killerbigmacs

    cloclo8003
    Here is another feature:

    Code:
    signs:
      display: &9[Timer]
    timers:
    up:
      intervals: 5 [Counts by 5's in this example]
      number_color: &b
      stop_at_number: 5
    down:
      intervals: 2
      number_color: &7
    It also would work for signs!
    Signs would not be effected by the intervals in config
    Sign:
    [Timer]
    <up/down>
    <Starting value>
    <interval>

    Example:
    http://imgur.com/J70Uk6a
    The 2 would count up or down depending on how it is confiured
     
  4. Offline

    cloclo8003


    Great idea! I will make the timer first then work on the signs :)

    I just found something that already exists and that might be what you are looking for: http://dev.bukkit.org/bukkit-plugins/simplecountdown/
    Maybe there is not all the features you wanted, but it's a timer :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016

Share This Page