- Changed the format of /revent next
- Created a new placeholder %randomevents_next_event% for PlaceholderAPI which shows the next event coming if scheduled
- New option in config to change maxLifeTime of Mysql connection:
Code (YAML):
mysql:
enabled
: false
UUIDMode
: false
host
: localhost
port
: 3306
database
: database
username
: user
password
: password
maxLifeTime
: 45000
#DONT TOUCH IF YOU DONT KNOW WHAT YOU ARE DOING