(If updating from lower than 3.0.0)
LISTEN: DO NOT DELETE YOUR PLAYERDATA.TXT FILE, DATA WILL BE CONVERTED AND MAY BE DELETED AFTER INITIAL STARTUP
Delete your config
(If updating from 3.0.0)
If you update add enabled under your "mysql" section:
Code (YAML):
mysql
:
# Should MySQL be enabled?
enabled
: false
(If updating from 3.0.1 or 3.0.0)
Add this to your config
Code (YAML):
# Message sent when a location is set
location-set
:
- '
{PREFIX
}Set location &b
{LOCATION
} &7successfully'
# Message sent when a location that is already set is updated (set at a new location)
location-updated
:
- '
{PREFIX
}Location &b
{LOCATION
} &7updated successfully'
# Message sent when a location is removed
location-removed
:
- '
{PREFIX
}Location &b
{LOCATION
} &7removed successfully'
no-location-set
:
- '
{PREFIX
}Location &b
{LOCATION
} &7doesn''t exist'
Changelog
- Fixed a bug where helmets were not reset after a un-freezeall
- Fixed a bug where the default-location was not accounted for during a freezeall without a location
- Fixed a bug where the reason placeholder wasn't replaced in freezeall messages
- Fixed a bug where the freezeall-message and the join-on-freezeall messages both send on join
- Fixed a bug where the freezeall-message failed to be sent on any interval
- Fixed a bug where the freezeall-messages were displayed in console
Thank you to
@Elijah for reporting these bugs