Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for BuildMC

A minecraft plugin that provies basic functionality like claims, status, etc. for SMP servers.

Report BuildMC-Core?

Beta
1.1.0-beta4

Mathias2246 released BuildMC-Core version 1.1.0-beta4 on January 1, 2026

Patch 1.1.0 - beta4

IMPORTANT: When updating reset your config.yml, lang folder and database.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:
  • /guides command 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.yml file using the MiniMessage format
Death Restore:
  • Deaths are saved
  • The deaths of a player can be listed via /deaths list <player> with the buildmc.deaths.list permission
  • Deaths can be restored via /deaths restore <player> <id> with the buildmc.deaths.restore permission

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 /spawn now 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 who at unloaded chunks
  • Spigot: /claim who doesn'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 onJanuary 1, 2026
Downloads1

Platforms

Paper Paper (1.21-1.21.10)