BuildMC-Core 1.1.0-beta3
on Nov 23, 2025BuildMC-Core 1.1.0-beta3
on Nov 23, 2025Patch 1.1.0 - beta3
Patch Notes:
- You can now set a dimension whitelist or blacklist in the
config.ymlfor where players are allowed to claim. You can give a player thebuildmc.bypass-claim-dimension-listpermission to make him unaffected by the dimension list. - Now you only need to left click the insert whitelist message from the claim-UI to work
- Small things to make the experience with this plugin more polished
- Small internal changes and fixes
BuildMC-Core 1.1.0-beta2
on Nov 16, 2025BuildMC-Core 1.1.0-beta2
on Nov 16, 20251.1.0 - Beta2 | Patch Notes
You need to adjust your language files and config after updating to this version!
- Fixed mistake when
claims.hide-all-protectionsistrue - The Claim-tool is now stored as a Serialized ItemStack to allow for more item customization
- Added
/broadcastcommand for sending a highlighted Mini-Message formatted message to all players online - Insert from claim-whitelist button inside the claim UI now inserts the entire command for the selected claim
BuildMC-Core 1.1.0-beta
on Nov 9, 2025BuildMC-Core 1.1.0-beta
on Nov 9, 2025Beta 1.1.0 is here!
In this version of BuildMC-Core we completely changed our plugin. The claim system has been completely reworked, we have an API that you can use to build your own plugins that use and change BuildMC-Core.
And much more changes!
We have a User & Admin Docs page for BuildMC-Core on our homepage now! Visit our BuildMC-Core page here!
Quick Changelog
- Updated Paper & Spigot API version and supported Minecraft versions
- Reworked claims, with per-claim protections, whitelists and more...
- A public API for extension plugins
- /spawn command for teleporting to the world spawn
- Added bStats
- Many small changes, fixes & improvements
Details
Biggest change: Our new Claim-System
The old claim system is gone! And a new claim system with so much more features is here!
You can read the user docs for claims here.
The new claim-system allows you to create claims for yourself, your team. And for the server and as a placeholder, if you have op on the server.
We also added a GUI for your claims that you can open using /claim or /claim edit.
The new claim GUI should be an easier alternative to managing all of your claims than with commands.
Inside your or your teams claims you are able to enable or disable every single protection.
BuildMC-API
While creating all these new things, we thought it would be great to give other developers easy access to our plugin. So we create an API that you can now use in your plugins to work with BuildMC-Core.
In our GitHub repository you can find a folder called docs that contains the developer docs in form of Markdown files for you to read.
Here are the developer docs
For our Developer docs go here.
Spawn Command
When a player uses /spawn he has to wait for a few seconds to get teleported to world spawn.
You are able to control this using custom events in our API.
bStats
We now have a bStats page for BuildMC-Core. bStats Page
BuildMC-Core 1.0.6
on Aug 22, 2025Fixed Action-Bar messages not working on spigot 1.12.6+
BuildMC-Core 1.0.5
on Aug 19, 2025BuildMC-Core 1.0.5
on Aug 19, 2025Patch 1.0.5
A few new features and fixes come with this patch.
What's new?:
- Statuses
-
- Added
/buildmc status reloadto reload the contents of thestatus.ymlfile
- Added
-
- Sound effects for
/status ...command
- Sound effects for
-
- Fixed status message on join and on remove(spigot).
- Claims
-
- Added config value
claims.tool.cooldown-ticksto configure the cooldown of the claim-tool and remove-tool.
- Added config value
-
- Made it so that wind-charges have knockback in claims, but they won't interact with blocks in claims. (config under
claims.protections.damage.allow-wind-charges)
- Made it so that wind-charges have knockback in claims, but they won't interact with blocks in claims. (config under
BuildMC-Core 1.0.4
on Aug 15, 2025BuildMC-Core 1.0.4
on Aug 15, 2025Patch 1.0.4
Not a lot of new things...
What's new?:
-
New Permission
buildmc.bypass-end-event. Allows players to enter the end even while closed. -
New settings inside the config.yml
claims.tool.item-model-idandclaims.tool.remove-item-model-idfor setting custom models onto the claim tools
BuildMC-Core 1.0.3
on Aug 12, 2025BuildMC-Core 1.0.3
on Aug 12, 2025Patch 1.0.3
Only some small fixes and new claim protections...
What's new:
-
Added config
claims.tool.use-right-instead-of-sneak-clickfor using right-click instead of sneak-click for second selection -
Added new permission The new
buildmc.force-claimpermission allows operators to delete or overwrite claims by anyone.NOTE: When using a claim tool with this permission, the chunks-left count won't change even when removing claims. This should only be used by admins when required!
-
Fixed wrong feedback messages when using '/claim whitelist ...'
-
Fixed
claims.tool.enable-give-commandnot changing anything -
New claim protections (again...):
-
claims.protections.end-crystal-placesuppresses end-crystal spawning in any claim
-
claims.protections.entity-tamesuppresses taming of entities in others claims
-
Every claim protection is enabled when invalid or not found inside the
config.ymlas fallback.
BuildMC-Core 1.0.2
on Aug 10, 2025BuildMC-Core 1.0.2
on Aug 10, 2025Patch 1.0.2
Important Note when updating
You need to reset the config.yml file and the language folder when updating because many of the settings changed an new translations where added.
What's new:
Added Player Head drops
Every time a player dies, he will drop his head with the death message inside the lore.
NOTE: In the spigot version of our plugin. The death message is always set to the default English translation and is not translatable by the client, because of the missing Component features in spigot.
The player head drop can be turned off inside the `config.yml` file.
Added new claim protections:
- Taking books from lecterns
- Naming entities with name tags
- Using a leash on entities
- Placing or destroying paintings
- Placing, destroying or changing item frames
- Interacting with armor stands
- Using bone meal
- Customizable list of blocks players can't interact with on others claims
A new Permission
Added a new permission buildmc.bypass-claims.
A player that has this permission is not affected by any claim protection in any claim.
BuildMC-Core 1.0.1
on Aug 4, 2025BuildMC-Core 1.0.1
on Aug 4, 2025Version 1.0.1 Changelog:
Added:
General:
- German translation
Claims:
-
Visuals for claims
-
Claimtool cooldown
-
Allow opening of ender chests in claimed areas
-
Prevent editing of signs in claimed areas
-
Prevent interactions with blocks in claimed areas for:
-
- Levers
-
- Buttons
-
- Repeaters
-
- Comparators
-
- Pressure plates
-
- Trapdoors
-
- Doors
-
- Fence Gates
-
Prevent destruction of farmland in claimed areas
-
Prevent potion splashes in claimed areas
-
Prevent all kinds of damage dealt by unauthorized players in claimed areas (fixes projectile damage)
-
Prevent vehicle entering in claimed areas
-
Prevent entity modifications for:
-
- Wither
-
- Enderman
-
- Ravager
-
Prevent bucket filling in claimed areas
-
Prevent entity bucket pickup in claimed areas
-
Prevent item dropping and picking up in claimed areas
-
Prevent Frost Walker use in claimed areas
-
Prevent Piston movements across claim borders
Bugfixes:
Claim manager:
- Claims map is created properly
-
- Claim counter is now loading correctly
-
- Whitelist is now loading correctly



