PlayTime

PlayTime

38.5k Downloads

Playtime event is simply not happening

stgram opened this issue ยท 1 comments

commented

While I do have multiple repeatable onlinetime events which work, and the on-login event fires every time, I cant seem to get any playtime events going on.
My config events variable is set to 1 (minute), which proves to be not a problem for my server.
My wannabe event by config is:

events:
  example:
    type: playtime
    time: 1200
    at-login: false
    repeat: false
    commands:
    - 'bcast %u just made 1200 minutes online!'

Yet it does not occur...

commented

Events are essentially broken. I'm planning to completely overhaul the system and have a complete re-write of the plugin released, possibly by late february.

You can see some of the changes (internally) to the plugin below, but the exterior should be familiar playtime to you :)

The planning: #36