[MECH] TimeEvent v0.6 - Initiate an event at a given time [1060]

Discussion in 'Inactive/Unsupported Plugins' started by V10lator, Jul 22, 2011.

  1. TimeEvent - Initiate an event at a given time.
    Moved to: http://dev.bukkit.org/server-mods/timeevent/

    Licence
    GPLv3 or later (Sources includes in the jar)

    Changelog:
    Version 0.6
    • Updated for lib24time 0.7.
    Version 0.5
    • Updated for lib24time 0.6.
    • Changed internal structure.
    • Removed a useless log message.
    • Added permissionsBukkit support.
    Version 0.4
    • Hopefully fixed a bug.
    • Added a timer which shows the remaining time till the event happens on the sign.
    • Adopted the save handling and a few other things from WStone and as a result reduced disk writes to a minimum.
    Version 0.3
    • Changed TimeEvent detection (wall signs or signs placed on glass/ice/leaves/signs will be detected and prevented).
    Version 0.2
    • Added auto-save every 15 minutes.
    • Reduced disk writes to a minimum (saves will only get written to disk if they have really changed).
    Version 0.1
    • First public release.
    Older downloads:
    Download v0.5
    Download v0.4
    Download v0.2)
    Download v0.1
     
  2. Offline

    ArtBot

    First! I'm totally going to use this with spire on my server! :)
     
  3. Have fun with it but don't forget that it won't work if you don't install lib24time, too.
    I just say that again because I noticed that there were are copy&pate error when I created this thread and as a result no direct link to lib24time. ;)
     
  4. Offline

    Patre90

    wath is the permissions nodes?
     
  5. Code:
    permissions:
        timeevent.build:
            description: Build / destroy TimeEvents.
            default: op
    But these are permissionsBukkit (SuperPerms) permissions, not Permissions 2.x/3.x ones.
     

Share This Page