File Details
BetterPlots v1.0.0
- R
- Jan 24, 2026
- 144.89 KB
- 44
- Early Access
File Name
BetterPlots-1.0.0.jar
Supported Versions
- Early Access
[1.0.0] - 2026-01-24
Fixed
- Sky Rendering: Set plot world environments per column so weather resolves at player height.
Changed
- Worldgen Cleanup: Simplified PlotWorldGenProvider by removing redundant inline notes.
[1.0.0] - 2026-01-24
Added
- Localization: Added
es_es,fr_fr,ru_ru, andzh_cntranslations.
[1.0.0] - 2026-01-24
Added
- Command Aliases: Added
plots,p,betterplots,plotmeas/plotaliases.
Changed
- Plot Spawn:
/plot spawnnow delegates to the server's built-in spawn system.
Fixed
- Plot Home Name:
/plot homenow accepts plot names as well as indices.
[1.0.0] - 2026-01-24
Added
- Command Docs: Updated README and Command reference to include
/plot visit.
Fixed
- Plot Home Indexing:
/plot home <#>now accepts 1-based indices reliably.
[1.0.0] - 2026-01-24
Added
- Plot Visit Command: Added
/plot visit <player> [#|last]to teleport to a player's plots with oldest-first ordering, cycling, andlastsupport. - Visit Permission: Added
plots.visitpermission for visiting other players' plots.
[1.0.0] - 2026-01-20
Fixed
- Hylograms Detection: Fixed runtime detection of Hylograms plugin using
PluginManager.getPlugin()instead ofClass.forName()for proper plugin dependency resolution. - Plugin Identifier: Corrected Hylograms plugin identifier to use the correct group
"ehko"and name"Hylograms". - Optional Dependencies: Added
OptionalDependenciesdeclaration in manifest.json for proper Hylograms integration.
Added
- Public API: Implemented comprehensive public API (
PlotsAPI) for external plugins to interact with plot system programmatically. Includes:PlotAPI: Query plots, check ownership, get trusted playersPlotEventAPI: Listen to plot events (claim, unclaim, trust, untrust, rename)
- BuilderTools Protection: Implemented plot protection for 85% of BuilderTools operations (67 tools) including Paint, Box, Sphere, Cylinder, Replace, Set, and all other tools using
ToolOperation.OPERATIONS.- Known Limitation: Extrude and Scripted Brushes cannot be protected at this time as the Hytale API does not provide hooks for packet handlers and command executors. We continue investigating alternative approaches for future versions.
Changed
- Code Cleanup: Removed unused hologram spawning methods and simplified
HologramManagerimplementation.
[1.0.0] - 2026-01-20
Added
Holograms Integration: Added support for Hylograms to display plot information at the corner of claimed plots.

Java 25 Support: Successfully updated the project toolchain to Java 25.
Update Checker: Admins are now notified when joining the server if a new version is available on GitHub.
Changed
- Redundant Logic: Removed multiple redundant permission checks across all subcommand classes.
Removed
- Cleaned Up: Removed unused imports and deprecated logic in various command files.
Fixed
- Permission Validation: Fixed a critical issue where permissions were not being correctly validated, preventing non-OP players from using commands.
- Translations: Replaced hardcoded "player-only" error messages with the
general.only_playerstranslation key.
[1.0.0] - 2026-01-15
Added
- Initial release of the Plots plugin with fundamental land management features.
- Dynamic generation system with prefab support.
- Granular protection and masking logic.

