Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A minecraft plugin that provies basic functionality like claims, status, etc. for SMP servers.
Patch 1.1.0 - beta4
IMPORTANT: When updating reset your
config.yml,langfolder anddatabase.yml
Changes:
UI:
- Switched colors of Protection status for clarity (red -> blocked; green -> allowed)
- New permission
buildmc.buildmc.show-all-claims. Players with this permission can manage claims from any player or team and the server. - Made UI asynchronous to improve performance
- When a player deletes a claim while other players are inside the claims UI, the claim UI will close securely
Guides:
/guidescommand for showing players simple text guides about a certain topic e. g. how does the spawn-elytra work, or what commands can the player use.- Guides can be configured inside the
guides.ymlfile using the MiniMessage format
Death Restore:
- Deaths are saved
- The deaths of a player can be listed via
/deaths list <player>with thebuildmc.deaths.listpermission - Deaths can be restored via
/deaths restore <player> <id>with thebuildmc.deaths.restorepermission
Restoring will give the player all his Items, and XP back
Status:
- Statuses can be edited and added via in-game commands
/buildmc status write/remove-Status write needs a JSON representation of the status like for example:
{
"id": "admin",
"display-name": "<bold><red>[</red>Admin<red>]</red></bold><reset> ",
"permissions": [
"buildmc.admin"
],
"teams": []
}
Spawn Command:
- Doing
/spawnnow always takes you to the overworld dimension
Spawn Elytra:
- Made Spawn Elytra close rules more generous
- Lowered necessary distance to ground
- Excluded certain non-colliding blocks from triggering a close
API / Internal:
- Small API features where added like
isPlayerAllowedInClaim - UIs are now built asynchronously
- Certain command suggestions and features are also now running asynchronously
- Improved performance
Fixes:
Spigot Only:
- Spigot version now supports minecraft version 1.21.10
- Fixed problems with claim-tool deserialization, which made the plugin unusable
- Fixed problems with Text Components and certain text features
- Fixed mistakes in commands on spigot
Claims:
- Server freezing with
/claim whoat unloaded chunks - Spigot:
/claim whodoesn't require a location anymore, like intended. - Claims overwriting other claims
- A claims edit menu cannot be opened anymore after the claim was deleted.
Information
| Published on | January 1, 2026 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.21-1.21.10)