Implemented timers, which can send data to an
endpoint every x seconds
(at the moment i've implemented only players data, like statistics, health, xp etc..
more will be added in the future)
If you want to update your config, you can regen it, or add the follow section at the
end of the config.yml
Code (Text):
timers:
players:
enabled: false
endpoint: http://www.example.com
start-delay: 1 #the delay in seconds on server start before submitting any data
interval-delay: 10 #the delay in seconds between every call
- I've discovered a new method for better data management, so in the future you will probably see more complex payloads.