Solved Playtime plugin console commands

Discussion in 'Plugin Help/Development/Requests' started by Aerma, Aug 20, 2017.

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

    Aerma

    On the "Playtime" plugin feature list, it says you can make it perform a console command once a player reaches a certain amount of time played. How do I set this up and format it in the config file? I'm using the latest version of it on Minecraft 12.1
    EDIT: If it helps, here's my current config file:
    Code:
    general:
      debug-level: 0
    update:
      check: true
      download: true
    language:
      use-github: true
      locale: en_US
    check:
      death-time: true
      online-time: true
    afk:
      enabled: true
      interval: 60
      timeout: 900
      check-chat: false
    events:
      enabled: true
      interval: 10
    data:
      manager: 'flatfile'
    managers:
      mysql:
        host: localhost
        port: '3306'
        database: minecraft
        username: root
        password: password
     
    Last edited by a moderator: Aug 20, 2017
  2. Offline

    FrostDevStudios

    @Aerma
    There should be an events.yml file within the PlayTime folder
     
Thread Status:
Not open for further replies.

Share This Page