
VanillaPoints
Lightweight plugin adding spawn, home, and warp commands without tp. Easy to configure and dependency-free.
Список изменений
VanillaPoints 1.2.5 — Phase 2 Complete
VanillaPoints 1.2.5 completes the Phase 2 roadmap with named homes, rich location cards, SQLite by default, and several quality-of-life improvements for both players and server administrators.
As always, VanillaPoints stays true to its philosophy: no teleport shortcuts — just coordinates, navigation, and survival-friendly exploration.
✨ Highlights
🏠 Multiple Named Homes
Players can now create and manage multiple homes:
/sethome [name]/home [name]/homes/delhome <name>
Backward compatibility is fully preserved:
/sethomestill creates thedefaulthome/homestill shows thedefaulthome
If default does not exist, /home automatically falls back to the first home ever created by the player.
🔐 Home Limits & Permissions
New configurable home limits:
homes:
default-limit: 1
operator-unlimited: true
Permission-based overrides:
homes:
limits-by-permission:
vanillapoints.homes.vip: 5
vanillapoints.homes.premium: 10
Operators can optionally have unlimited homes.
📋 Rich Location Cards
/home <name> and /warp <name> can now display additional information:
- Coordinates
- Biome
- World time
- Weather
- Creator
- Age
Everything is configurable through info-card.lines.
🗄️ SQLite by Default
SQLite is now the default storage backend.
Benefits:
- No external database required
- Better scalability than YAML
- Asynchronous writes
- Automatic YAML → SQLite migration on first startup
Database file:
plugins/VanillaPoints/storage.db
MySQL and YAML remain supported.
🌍 Localization
All new features are translated into:
- English
- Russian
- Ukrainian
- Spanish
- German
- French
- Chinese
- Japanese
- Portuguese
- Polish
🛡️ Quality of Life
/delwarpconfirmation system- Clickable Confirm / Cancel buttons
- Command cooldowns and rate limits
- Bypass permissions
- Paginated
/vp help - Configurable sounds and particles
🔧 API & Integrations
- Public Bukkit Services API (
VanillaPointsAPI) - Cancellable events
- PlaceholderAPI expansion
- Home, warp, distance, direction, and count placeholders
VanillaPoints can now be integrated directly by other plugins without reflection.
Requirements: Paper 1.21+ • Java 21
