- Added SQLite database. Now the data is stored in a SQL database. Now you can store large amounts of data with low system resources.
- Removed player group dependency. Now the number of points depends on the permission: waypoints.points.<count>. For example: waypoints.points.5 - gives the player access to 5 local points. If player have
OP or '
*' permission - unlimited local point.
waypoints.global - access to global point.
-
Changed command. Added tab complete for each command argument.
Added two new aliases:
/cwp &
/cwaypoints (
so that there are no conflicts when working with Citizens2).
/wp list - was rework. Now displays colors correctly, added click event for quick remove waypoint & hover text.
-
Remove config.yml due to unnecessary.
-
Increased performance through numerous optimizations.