-
-
Notifications
You must be signed in to change notification settings - Fork 170
Migration guide from Version 4.x.x to Version 5.0
Version 5 is not yet released, so these steps are subject to change.
The new version comes with a fully redesigned interface. This page details steps to take to ensure compatibility.
Most configurations work out of the box, because data schema has not changed.
- Remove old Html Customization files from
/plugins/Plan/web
or/config/Plan/web
. The old web files are not compatible with the redesign. - Remove
theme.yml
or lines withDefaultColor
,FontStyleSheet
&FontFamily
- Update the plugin as usual by replacing the jar and restarting the server.
- (Networks) Bukkit or Sponge servers automatically disable their Webserver if a Bungee/Velocity is detected in the database (They are no longer needed). Close the unused ports in your firewall if necessary.
- Activity Index playtime threshold should be adjusted due to drastic change in the formula for the heuristic.
Some features have been moved to a different location on the interface. This section lists things you might be looking for
Player numbers at the top of the page have been moved to Server Overview
> Server as Numbers
and Online Activity
> Overview
and Server Overview
> Week Comparison
The Recent login list makes way for Week Comparison. You can see the recently logged (& registered) players at Online Activity
> Sessions
> Most Recent Sessions
Changes to regular players and their activity can be seen under Playerbase
> Overview
> Trends for 30 days
Server downtime can be found under Performance
> Performance as Numbers
The Graph has been renamed and can be found under Online Activity
> Overview
> Day by Day
Registered & Last seen have been moved to the bottom of the Player information card
Some features have been removed after consideration.
- Command Usage tab was removed due to difficulty of usage after 30 days
- Server Health Index heuristic was removed due to inaccuracy as well as oversimplification
- PluginData support was removed due to removal of server<->proxy connections
-
/server/raw
end point was removed due to the json file being too large for use (~300Mb)