File Details
Plots-1.1.1.jar
- R
- Jan 21, 2026
- 120.25 KB
- 232
- Early Access
File Name
Plots-1.1.1.jar
Supported Versions
- Early Access
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.

