
VanillaPoints
Lightweight plugin adding spawn, home, and warp commands without tp. Easy to configure and dependency-free.
Список изменений
VanillaPoints 1.3.0
A foundational update for VanillaPoints focused on reliability, performance, and improved integration with other plugins.
What's New
-
Added asynchronous data saving to prevent commands from blocking the main server thread during writes.
-
Introduced multiple storage backends:
- YAML (default, as before);
- SQLite;
- MySQL with connection pooling.
-
Added safe migration from existing
data.ymlfiles to SQL backends. -
Added a public API via Bukkit's
ServicesManager. -
Added cancellable events for point modifications.
-
Updated documentation and configuration options.
Compatibility
YAML remains the default storage backend, allowing existing servers to upgrade without requiring immediate migration. Legacy data.yml files continue to work as before.
Recommended Post-Update Checks
After updating, it is recommended to verify /home, /sethome, /warps, /warp <name>, /setwarp, and /delwarp, and to restart the server to ensure data is being saved and loaded correctly.
