Назад до магазину
Open Parties and Claims
Modrinth Mod

Open Parties and Claims

Adds the ability to claim chunks and make player parties, integrates with Xaero's Minimap and World Map

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

fabric-26.2-0.30.3

Завантаження

21 477 845

Завантажувачі / Платформи

fabric forge neoforge quilt

Minecraft версії

1.18.2 – 1.21.1 1.21.3 – 1.21.6 1.21.8 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

library utility

Опис

Докладна інформація

_**The mod is currently in Beta!**_ This mod adds the ability to claim and to forceload world chunks, as well as create and manage player parties. It also gives server owners powerful controls over their players' usage of the mod's features. By default, claims are owned by individual players who are able to make protection exceptions based on party relations or custom player groups. Server owners can also turn on party-owned claims which is explained in the FAQ below. The mod's API allows other mods or plugins to easily interact with the parties and the chunk claims, both on the server and the client side. The mod already integrates with [Xaero's Minimap](https://modrinth.com/mod/xaeros-minimap) and [World Map](https://modrinth.com/mod/xaeros-world-map) mods. Make sure to update them to the latest versions. The API of the mod allows the implementation of player permission systems to be used by the mod for some permission nodes (e.g. for having rank-based claim limits), with Prometheus, FTB Ranks, LuckPerms and the Forge/Fabric permission APIs having built-in support. It also allows the implementation of party systems to be used by claims alongside or instead of the default party system, with Argonauts and FTB Teams having built-in support. The default party system or claims can be disabled completely in the main config file. ## Commands (since 0.30.0): /opac … - player config commands (server claims, wilderness and expired claims also have a "player config") /oclaims … - everything claim-related /oparties … - everything party-related /opm - shortcut for the party chat ## Key Bindings: ' - open the mod UI. Can be changed in the controls menu. ## Configs: [world directory]/serverconfig/openpartiesandclaims-server.toml - the usual location of the main config file. Make sure to shut down the server before editing it, or the server might overwrite all your changes. [server directory]/config/openpartiesandclaims-server.toml - sometimes the location of the main config file on Fabric/Quilt. [world directory]/serverconfig/openpartiesandclaims-... - some global "player configs", although all of them can be accessed in game through the UI ## Permission Nodes (since 0.30.0): The permission nodes that this mod looks up for various reasons are not just static paths. They can be configured in the main config file, e.g. option "maxPlayerClaimsPermission". The used permission system (FTB Ranks, LuckPerms etc) can be configured with the "permissionSystem" option in the main config file. If you or the modpack you are using have not changed the permission nodes, then the permission node paths should be the following: * **"xaero.pac\_max\_player\_groups"** - The meta value permission that should override the default "maxPlayerGroups" option value in the main config. * **"xaero.pac\_player\_group\_space"** - The meta value permission that should override the default "playerGroupSpace" option value in the main config. * **"xaero.pac\_max\_claims"** - The meta value permission that should override the default "maxPlayerClaims" option value in the main config. * **"xaero.pac\_max\_forceloads"** - The meta value permission that should override the default "maxPlayerClaimForceloads" option value in the main config. * **"xaero.pac\_server\_claims"** - The permission that gives non-OP players the ability to make server claims and enable server claim mode. * **"xaero.pac\_claims\_moderator\_mode"** - The permission that gives non-OP players the ability to enable claim moderator mode which enables them to see player owners of party-owned claims. * **"xaero.pac\_claims\_admin\_mode"** - The permission that gives non-OP players the ability to enable claim admin mode which, in addition to moderator mode features, gives them the ability to circumvent the vast majority of claim-related limitations, e.g. protection, max claiming distance, inability to claim a chunk. * **"xaero.pac\_claims\_impersonation"** - The permission that gives non-OP players the ability to impersonate other players when performing claim-related actions. * **"xaero.pac\_claims\_teleport"** - The permission that gives non-OP players the ability to teleport to any player's claims. * **"xaero.pac\_parties\_admin\_mode"** - The permission that gives non-OP players the ability to enable parties admin mode which lets them see party chat messages for all built-in party system parties. * **"xaero.pac\_parties\_impersonation"** - The permission that gives non-OP players the ability to impersonate other players when performing party-related commands. ## FAQ ### 1) How do I configure the mod on my server? The mod is mainly configured through the main config file at _[world directory]/serverconfig/openpartiesandclaims-server.toml_, or sometimes _[server directory]/config/openpartiesandclaims-server.toml_ on Fabric/Quilt, while the server isn't running. Server claim, expired claim and wilderness configs, as well as the default player config, can be edited by OPs in-game with the UI (check your key bindings). Normal players can configure their own player config with the same UI. If the mod isn't installed on the client side, then you can use the player config chat commands instead. ### 2) How do I use this mod as a regular player? Most things related to claims can be accessed with the in-game UI (check your key bindings). If you have the Xaero's World Map mod installed, you can view and edit your claims on the map screen as well, by right-clicking on the map or dragging with the right mouse button to make a selection. You can also use chat commands to make/edit claims. Parties can only be created and managed through chat commands at the moment. ### 3) Why are some options greyed out in my player config? The server admin/owner can configure with the main config file option _playerConfigurablePlayerConfigOptions_ which specific options players have access to. Everything else uses the value in the default player config. ### 4) How do I disable all protection on my server? In the server claim, expired claim and wilderness configs, as well as the default player config, disable the main protection option. Next, edit the config file _[world directory]/serverconfig/openpartiesandclaims-server.toml_, while the server isn't running. Remove the main option _claims.protectClaimedChunks_ from _playerConfigurablePlayerConfigOptions_. ### 5) How do I add claim protection exceptions for interaction or breaking/attacking of specific blocks, entities/mobs or using items? The mod comes with some global exceptions preconfigured, as well as some default exception groups you can toggle in individual claims. Both forced and per-claim toggleable exceptions can be added through the main config file _[world directory]/serverconfig/openpartiesandclaims-server.toml_ (sometimes in _[server directory]/config_). The file must be edited/replaced while the server isn't running to ensure that it is not overwritten on server restart. For exceptions forced on every claim, the options you are interested in are _forcedBlockProtectionExceptionList, forcedEntityProtectionExceptionList, itemUseProtectionExceptionList_. For toggleable exception groups, similar to the default ones (Controls, Doors, Traders, Livestock), the options you are interested in are _blockProtectionOptionalExceptionGroups, entityProtectionOptionalExceptionGroups, itemUseProtectionOptionalExceptionGroups_. You can add new groups or edit existing ones. Please carefully read the comments above the options. They have crucial information that would take too much space to put here. ### 6) How do I give specific entity/mob types access to blocks, entities or dropped items (e.g. letting zombies attack villagers)? Both forced and per-claim toggleable exceptions can be added through the main config file _[world directory]/serverconfig/openpartiesandclaims-server.toml_ (sometimes in _[server directory]/config_). The file must be edited/replaced while the server isn't running to ensure that it is not overwritten on server restart. To force access by specific entities on all claims, the options you are interested in are _entitiesAllowedToGrief, entitiesAllowedToGriefEntities, entitiesAllowedToGriefDroppedItems_. For access groups toggleable per claim, similar to the default ones (Villagers, Zombies, Piglins, Foxes), the options are _blockAccessEntityGroups, entityAccessEntityGroups, droppedItemAccessEntityGroups_. For "fake players" that operate from specific block positions they are tied to, usually as part of automation machines, check out the _staticFakePlayers_ option. Please carefully read the comments above the options. They have crucial information that would take too much space to put here. ### 7) How do I enable party-owned claims? Setting the _partyOwnedClaims_ option in the main config file _openpartiesandclaims-server.toml_ to _true_ makes it so if a player who technically owns the claims is also the owner of a party from the primary party system (option _primaryPartySystem_ in the main config file), then their claims are effectively treated as if they are owned by the party itself. * This enables other party members to use party-claim-mode to claim as the party if they have permission (at least rank CLAIMER in the default party system, Officer in FTB Teams, any member permission other than TP_MEMBERS in Argonauts/Odyssey Allies). If "Whole Party Can Claim" is enabled in the party owner's config (or enforced by the default player config), then every player in the party can claim/unclaim as the party. * This enables other party members to edit the party claim config (claim-related options in the party owner's config) if they have permission (at least rank ADMIN in the default party system, only the owner in FTB Teams, MANAGE_SETTINGS in Argonauts/Odyssey Allies). * This enables other party members to manage players in the party claim config's custom player groups (at least rank MODERATOR in the default party system, Officer in FTB Teams, MANAGE_MEMBERS in Argonauts/Odyssey Allies). * This enables other party members to edit party claim config's custom player groups beyond managing players (ADMIN in the default party system, only the owner in FTB Teams, MANAGE_SETTINGS in Argonauts/Odyssey Allies). * If the chosen primary party system supports party colors (e.g. FTB Teams), then the default color of the party's claims is the party color, not the random color of the party owner. * The server owner can configure how available claims/forceloads scale with party size and existence using options _claimBonusPerPartyMember_, _forceloadBonusPerPartyMember_, _claimBonusForPartyOwner_ and _forceloadBonusForPartyOwner_ in the main config file. Please read the comments above these options for a detailed explanation. ## Supported Mods: A lot of (usually smaller) mods should be supported by the claimed chunk protection automatically. Some mods go above and beyond with the mechanics they add to the game or modify, in which case chunk protection is not guaranteed and should be manually added, either to this mod or with an additional one. Feel free to leave suggestions on the [issue tracker](https://github.com/thexaero/open-parties-and-claims/issues) for the mods that you'd like to be supported. Please make sure that they are not already by testing it and provide an example of chunk griefing one can achieve with the mod. Explicitly supported mods: * (Since b0.8.0) Create - built into the Forge version, but before b0.25.1 requires [an extension](https://modrinth.com/mod/opac-fabric-create-support) when used on Fabric/Quilt

Розробник

thexaero

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Зображень поки немає

Автор проєкту не додав галерею на Modrinth.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

fabric-26.2-0.30.3 Актуальна Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-26.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-26.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-26.1.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-26.1.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-26.1.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.11-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.11-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.11-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.10-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.10-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.10-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.8-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.8-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.8-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.5-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.5-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.5-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.21.1-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.21.1-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.21.1-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-1.20.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.20.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.20.1-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.20.4-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.20.1-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.19.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.19.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
forge-1.18.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
fabric-1.18.2-0.30.3 Beta 20.08.2026

Open Parties and Claims 0.30.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when 2 item stacks merge between 2 chunks.
neoforge-26.2-0.30.2 Beta 20.08.2026

Open Parties and Claims 0.30.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* (NeoForge 26.2) Fixed compatibility with the latest NeoForge version. * Temporarily disabled Create support because it's unlikely to work and it's pointless to support unofficial ports because it will not be compatible with the official one.
forge-26.2-0.30.2 Beta 20.08.2026

Open Parties and Claims 0.30.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* (NeoForge 26.2) Fixed compatibility with the latest NeoForge version. * Temporarily disabled Create support because it's unlikely to work and it's pointless to support unofficial ports because it will not be compatible with the official one.
neoforge-26.1.2-0.30.2 Beta 20.08.2026

Open Parties and Claims 0.30.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Temporarily disabled Create support because it's unlikely to work and it's pointless to support unofficial ports because it will not be compatible with the official one.
forge-26.1.2-0.30.2 Beta 20.08.2026

Open Parties and Claims 0.30.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Temporarily disabled Create support because it's unlikely to work and it's pointless to support unofficial ports because it will not be compatible with the official one.
fabric-26.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-26.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-26.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-26.1.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-26.1.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-26.1.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.11-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.11-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.11-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.10-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.10-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.10-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.8-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.8-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.8-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.5-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.5-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.5-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.21.1-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.21.1-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.21.1-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
neoforge-1.20.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.20.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.20.4-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.20.1-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.20.1-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.19.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.19.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
forge-1.18.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-1.18.2-0.30.1 Beta 19.08.2026

Open Parties and Claims 0.30.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash from running out of memory when the mod starts saving claims during a large spread-out claim task. * Minor API improvement. * Fixed the text field for another player's name to view their config accepting invalid characters, which breaks the feature. * Switched from using "Server Stopped" event to the "Server Stopping" event, which ensures the server config is still properly loaded, fixing incorrect behavior when stopping the server.
fabric-26.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-26.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-26.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-26.1.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-26.1.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-26.1.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.11-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.11-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.11-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.10-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.10-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.10-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.8-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.8-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.8-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.5-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.5-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.5-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.21.1-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.21.1-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.21.1-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
neoforge-1.20.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.20.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.20.4-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.20.1-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.20.1-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.19.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.19.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
forge-1.18.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-1.18.2-0.30.0 Beta 18.08.2026

Open Parties and Claims 0.30.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* IMPORTANT! This update changes the prefixes used for all chat commands. They are much shorter now: /opac, /oclaims and /oparties. * Added admin command for impersonation of another player when performing claim-related actions. * Added moderator mode for claims that lets you see the names of actual player owners of party-owned claims. * Added admin command that lets you teleport to a random chunk claimed by a player. * Added command for clearing all claims that you own or for another player if you have player claim impersonation permission. * Added command for full transfer of your claims to another player, including sub-configs. * Optimized player config server-client sync. * Reworked all player config commands to work without a source player, e.g. from server console. * Reworked most claiming commands (all that matter) to work without a source player, e.g. from server console. * Reworked claiming commands to accept who you want to claim as (with impersonation permission), what sub-claim to use, the target dimension and a range of positions rather than a single position. * Optimized over-area claim actions, so there is no longer a hardcoded limit on how many chunks you can affect in a single action. Added a new server config option "maxSingleClaimActionSize" to allow server owners to limit it for balancing purposes. * Minor improvements to formatting of some command output. * Added append and deduct commands for player/claim configs that let you add or subtract values from the currently configured ones. * Added admin command for impersonation of another player when using built-in party commands. * Fixed player meta permissions related to various limits, e.g. max claims or player group space, not working at all when the player is offline. It will now remember and use the last known values. * Added sub-configs to wilderness and expired claim configs so that server owners may configure different dimensions differently. * Fixed village raid protection affecting raid mobs attacking players even when the main chunk protection option is turned off. It now won't protect players at all. * Fixed party claiming permission not being synced correctly to opped players who should have the permission by default. * Added a new option "Reclaimable" to player/claim configs that lets you enable chosen players to reclaim your claims as their own. This works with wilderness as well for when you only want certain players to be able to claim wilderness in a specific dimension. * Added new option "allowTouchingClaims" to the main server config that lets you prohibit players from claiming wilderness chunks right next to another player's claims, to help avoid confusion about chunks neighboring claims also being partially protected by the claims. * Made block placement consider item-use exceptions, making it finally possible to make block placement exceptions on Forge/NeoForge by allowing both block interaction and the item use, the way it always worked on Fabric. * Other minor bug fixes and improvements. * Improved the mod's API so that it lets third-party addons implement automatic claiming costs, override whether a player can claim a chunk and whether a player has access to a chunk.
fabric-26.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-26.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-26.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-26.1.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-26.1.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-26.1.2-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.11-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.11-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.11-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.10-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.10-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.10-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.8-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.8-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.8-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.5-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.5-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.5-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.4-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.4-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.4-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
neoforge-1.21.1-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-1.21.1-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim protection messages causing errors.
forge-1.21.1-0.29.3 Beta 25.07.2026

Open Parties and Claims 0.29.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim protection messages causing errors.
fabric-26.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-26.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-26.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-26.1.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-26.1.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-26.1.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.11-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.11-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.11-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.10-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.10-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.10-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.8-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.8-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.8-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.5-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.5-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.5-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.21.1-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.21.1-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.21.1-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-1.20.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.20.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.20.4-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.20.1-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.20.1-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.19.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.19.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
forge-1.18.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
fabric-1.18.2-0.29.2 Beta 24.07.2026

Open Parties and Claims 0.29.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a broken fake player has a null name. * (1.19.2 - 1.20.1) Removed Ars Nouveau fake player from the default value of staticFakePlayers because it doesn't work on these versions.
neoforge-26.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-26.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-26.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-26.1.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-26.1.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-26.1.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.11-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.11-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.11-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.10-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.10-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.10-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.8-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.8-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.8-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.5-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.5-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.5-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.21.1-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.21.1-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.21.1-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-1.20.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.20.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.20.4-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.20.1-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.20.1-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.19.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.19.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
forge-1.18.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
fabric-1.18.2-0.29.1 Beta 24.07.2026

Open Parties and Claims 0.29.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Separated entity access you can give mobs into player access and other entity access. There's a new group/option for letting zombies attack players, mostly to give an example. * Fixed entity tags not working in block/entity/player/item access groups. * Renamed entityKillAccess to entityAttackAccess. * Fixed server crash when getting the default claiming mode for some fake players (e.g. Ars Nouveau). * Fixed staticFakePlayers sometimes not working when the static fake player uses a projectile to interact with things (e.g. Ars Nouveau). * Included the Ars Nouveau fake player in staticFakePlayers by default. * Added block/entity/item IDs to almost all protection messages to help you figure out what is being protected which isn't always obvious. * Fixed completelyDisabledEntities still being checked when the target entity doesn't actually matter. * Fixed all interactions with a player always being treated as attacks. You can now make more specific exceptions and a default group for player interaction exceptions has been added. * Added party chat logging to help server moderation, can be turned off with an option in the server config. * Added admin mode commands for parties which lets you receive messages of all parties on your server. * Added a new default exception that allows shulker bullets to land on entities/players/blocks. This prevented shulkers from "naturally" teleporting. * (Fabric 1.18.2 - 1.20.4) Fixed shulker bullets not being treated as projectiles.
neoforge-26.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-26.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-26.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-26.1.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-26.1.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-26.1.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.11-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.11-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.11-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.10-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.10-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.10-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.8-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.8-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.8-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.5-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.5-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.5-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.21.1-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.21.1-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.21.1-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-1.20.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.20.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.20.4-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.20.1-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.20.1-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.19.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.19.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
forge-1.18.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
fabric-1.18.2-0.28.1 Beta 20.07.2026

Open Parties and Claims 0.28.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* The default claiming mode will now be chosen automatically instead of claiming as yourself always being the default. If party-owned claims are enabled and you can claim as the party then you'll claim as the party by default. You can still change the mode manually. * Fixed a way for party moderators to claim as the party owner despite party-owned claims being disabled. * Added a new player config option to let every party member claim as your party. The default player config value is used by default, so it's very easy to change this for the whole server. * Started ignoring permission-based claim and forceload limits for party-owned claims because it doesn't really work. * Access to claims is now partially blocked when you are over the claim limit until you unclaim enough chunks to be back within the limit. Your allies are also partially blocked from accessing your claims when you are over the claim limit. * Fixed owner transfer in the default party system breaking the online member counter, affecting forceloading. * The default color for party-owned claims is now the party color when the primary party system supports colors. * Fixed tooltips colliding with dropdown menus in some places. * (1.21.10) Fixed other UI elements affecting the cursor style when hovered over a dropdown menu.
neoforge-26.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-26.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-26.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-26.1.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-26.1.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-26.1.2-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.11-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.11-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.11-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.10-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.10-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.10-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.8-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.8-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.8-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.5-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.5-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.5-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.21.1-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.21.1-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.21.1-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
neoforge-1.20.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.20.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.20.4-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-1.20.1-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
fabric-1.20.1-0.27.8 Beta 18.07.2026

Open Parties and Claims 0.27.8

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when trying to use FTB Teams for party-owned claims.
forge-26.2-0.27.7 Beta 14.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
forge
forge-26.1.2-0.27.7 Beta 14.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
forge
neoforge-26.2-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-26.2-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-26.1.2-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-26.1.2-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.11-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.11-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.11-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.10-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.10-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.10-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.8-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.8-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.8-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.5-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.5-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.5-0.27.7 Beta 09.07.2026

Open Parties and Claims 0.27.7

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.21.1-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.21.1-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.21.1-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
neoforge-1.20.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.20.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.20.4-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.20.1-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.20.1-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.19.2-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.19.2-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
forge-1.18.2-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-1.18.2-0.27.6 Beta 09.07.2026

Open Parties and Claims 0.27.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk. * (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though. * (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
fabric-26.1.2-0.27.6 Beta 29.06.2026

0.27.6

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
neoforge-26.2-0.27.5 Beta 20.06.2026

0.27.5

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
Ported to 26.2!
fabric-26.2-0.27.5 Beta 20.06.2026

0.27.5

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Ported to 26.2!
neoforge-26.1.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-26.1.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.11-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.11-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.11-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.10-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.10-0.27.5. Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.10-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.8-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.8-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.8-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.5-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.5-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.5-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.21.1-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.21.1-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.21.1-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-1.20.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.20.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.20.4-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.20.1-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.20.1-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.19.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.19.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
fabric-1.18.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
forge-1.18.2-0.27.5 Beta 11.06.2026

0.27.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names. * Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode. * Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups. * Fixed random concurrent modification crashes when sending out messages of any type to party members. * (1.20.4+) Fixed server log spam when player configs are being updated.
neoforge-26.1.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-26.1.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected, but Create support is still disabled in this version. Uploaded it so that the latest download for 26.1.2 Fabric doesn't get buried.
neoforge-1.21.11-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.11-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.11-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-1.21.10-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.10-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.10-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-1.21.8-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.8-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.8-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-1.21.5-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.5-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.5-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-1.21.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.21.1-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.21.1-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-1.20.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.20.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.20.4-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.20.1-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.20.1-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.19.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.19.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
fabric-1.18.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
forge-1.18.2-0.26.3 Beta 15.05.2026

0.26.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed a lot of Create mod mechanics no longer being protected.
neoforge-26.1.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-26.1.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.11-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.11-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.11-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.10-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.10-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.10-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.8-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.8-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.8-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.5-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.5-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.5-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.1-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.21.1-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.21.1-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.20.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.20.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.20.4-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.20.1-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.20.1-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.19.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.19.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
fabric-1.18.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
forge-1.18.2-0.26.2 Beta 26.04.2026

0.26.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when placing harvester on a Create Aeronautics contration. Most likely covers other compatibility issues too.
neoforge-1.21.11-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.11-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.11-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.21.10-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.10-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.10-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.21.8-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.8-0.26.1. Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.8-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.21.5-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.5-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.5-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.21.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.21.1-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.1-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.21.1-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
neoforge-1.20.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.20.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.20.4-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.20.1-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.20.1-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.19.2-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.19.2-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.18.2-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
forge-1.18.2-0.26.1 Beta 12.04.2026

0.26.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added personal player groups that every player can define in their player configs. Server claims, expired claims and wilderness claims can also have custom player groups defined. * Converted every single player config option that had multiple possible levels of protection/exception based on party relations to a player group exception option. You are no longer confined by party relations. Keep in mind that most options were also reversed in meaning by being converted from protection enabling options to exception enabling options. Not only was this necessary to work with the new player group system but it also seems more intuitive to use. * Reversed the meaning of some toggle options so that they're more consistent with the player group exception options. Other toggle options were left untouched because the wording felt more natural that way. * Replaced the "Protect From Party" and "Protect From Allies" options with a single "Full Access" option that you can set to a group. * Made explosion protection respect entity block access exceptions. This means that giving creepers block access will now let them blow up things even if explosion protection is enabled. * For Addon Developers: This update contains player config API changes. While the API should still be more-or-less backwards compatible, it is recommended to switch to non-deprecated API for optimal performance and to be able to fully benefit from the new player group system.
fabric-1.21.11-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.11-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.11-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.10-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.10-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.10-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.8-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.8-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.8-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.5-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.5-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.5-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.3-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.3-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.3-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.21.1-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.21.1-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.21.1-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.20.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.20.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
neoforge-1.20.4-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.20.1-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
forge-1.20.1-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements. * (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
fabric-1.19.2-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements.
forge-1.19.2-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements.
fabric-1.18.2-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements.
forge-1.18.2-0.25.10 Beta 20.02.2026

0.25.10

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed watchdog crash when claims take too long to load. * Added more default exception groups for blocks. Doesn't apply to existing configs. * Added a default item-use exception for music discs, applies to existing configs as well. * Removed protection from some block replacement actions on Forge which caused issues such as item dupes. * Fixed mixin crash with Optifine. * Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims. * Added Create clipboard edit protection. * Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands. * Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements.
fabric-1.21.11-0.25.8 Beta 05.01.2026

0.25.8

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric quilt
Показати зміни
Ported to 1.21.11!
neoforge-1.21.11-0.25.8 Beta 05.01.2026

0.25.8

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
Ported to 1.21.11!
fabric-1.21.10-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.10-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.8-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.8-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.21.8-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.5-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.5-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.21.5-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.21.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.3-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.3-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.21.3-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.1-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.21.1-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.21.1-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.20.6-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.20.6-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.20.6-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.20.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.20.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.20.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
neoforge-1.20.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.20.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.20.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.20.1-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.20.1-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.19.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.19.4-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.19.3-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.19.3-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.19.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.19.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.18.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
forge-1.18.2-0.25.8 Beta 16.10.2025

b0.25.8

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed platform service sometimes failing to load, causing a crash during mod loading. * Added a server config option to disable welcome messages when entering a claim or wilderness.
fabric-1.21.10-0.25.7 Beta 13.10.2025

b0.25.7

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with 1.21.10. * Fixed mob-griefing-game-rule-based powder snow protection against mobs on fire.
fabric-1.21.8-0.25.7 Beta 13.10.2025

b0.25.7

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed mob-griefing-game-rule-based powder snow protection against mobs on fire.
fabric-1.21.5-0.25.7 Beta 13.10.2025

b0.25.7

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed mob-griefing-game-rule-based powder snow protection against mobs on fire.
fabric-1.21.9-0.25.6 Beta 06.10.2025

b0.25.6

Підтримувані версії Minecraft
1.21.9
Завантажувачі / Платформи
fabric quilt
Показати зміни
Ported mod to 1.21.9.
neoforge-1.21.9-0.25.6 Beta 06.10.2025

b0.25.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
Ported mod to 1.21.9.
neoforge-1.21.8-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.8-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.21.5-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.5-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.21.4-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.4-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.21.3-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.3-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.21.1-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.1-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.20.6-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.20.6-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.20.4-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.20.4-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
neoforge-1.20.2-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.20.2-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.20.1-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.19.4-0.25.6 Beta 15.09.2025

b0.25.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a villager is converted by a zombie and hostile mob spawning is protected.
forge-1.21.8-0.25.5 Beta 15.08.2025

b0.25.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
Fixed crash on dedicated server launch.
fabric-1.21.1-0.25.5 Beta 09.08.2025

b0.25.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
fabric-1.20.1-0.25.5 Beta 09.08.2025

b0.25.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
fabric-1.19.2-0.25.5 Beta 09.08.2025

b0.25.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
fabric-1.18.2-0.25.5 Beta 09.08.2025

b0.25.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
fabric-1.21.8-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.8-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
forge-1.21.8-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
fabric-1.21.5-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.5-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
forge-1.21.5-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
fabric-1.21.4-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.4-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
forge-1.21.4-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
fabric-1.21.3-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.3-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
forge-1.21.3-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
fabric-1.21.1-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.1-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
forge-1.21.1-0.25.4 Beta 07.08.2025

b0.25.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
fabric-1.21.8-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.8-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
forge-1.21.8-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
fabric-1.21.5-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.5-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
forge-1.21.5-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
fabric-1.21.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
forge-1.21.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
fabric-1.21.3-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.3-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
forge-1.21.3-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
fabric-1.21.1-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
neoforge-1.21.1-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
forge-1.21.1-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
fabric-1.20.6-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
neoforge-1.20.6-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
forge-1.20.6-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
fabric-1.20.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
neoforge-1.20.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
forge-1.20.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
fabric-1.20.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
neoforge-1.20.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
forge-1.20.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
fabric-1.20.1-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
forge-1.20.1-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
fabric-1.19.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
forge-1.19.4-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
fabric-1.19.3-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
forge-1.19.3-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
fabric-1.19.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
forge-1.19.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
fabric-1.18.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
forge-1.18.2-0.25.3 Beta 07.08.2025

b0.25.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
forge-1.20.6-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
forge-1.20.4-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
forge-1.20.2-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
forge-1.20.1-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
forge-1.19.4-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
forge-1.19.3-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
forge-1.19.2-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
forge-1.18.2-0.25.2 Beta 06.08.2025

b0.25.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
fabric-1.21.8-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Properly ported to 1.21.8. * (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.21.8-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
* Properly ported to 1.21.8. * (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.21.8-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
forge
Показати зміни
* Properly ported to 1.21.8. * (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.21.5-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.21.5-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.21.5-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.21.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.21.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.21.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.21.3-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.21.3-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.21.3-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.21.1-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.21.1-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.21.1-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.20.6-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.20.6-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.20.6-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.20.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.20.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.20.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.20.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
neoforge-1.20.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.20.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.20.1-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.20.1-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.19.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.19.4-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.19.3-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.19.3-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.19.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.19.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.18.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
forge-1.18.2-0.25.1 Beta 05.08.2025

b0.25.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* (Neo/Forge) Replaced most (in some case all) coremod injections with mixins. * (Fabric) Create support is now fully built into the mod and no longer requires the additional extension. Remove the extension if you're using it. * Fixed spawn protection sometimes affecting commands and spawn eggs. * Fixed crash when another mod prevents login because of an error. * Added create wrench radial menu protection. * (Neo/Forge) Villagers requiring block access to pick up items seems to be fixed after moving to mixins.
fabric-1.21.6-0.24.4 Beta 24.06.2025

b0.24.4

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a fox picks up an item.
neoforge-1.21.6-0.24.4 Beta 24.06.2025

b0.24.4

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a fox picks up an item.
fabric-1.21.5-0.24.4 Beta 24.06.2025

b0.24.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when a fox picks up an item.
neoforge-1.21.5-0.24.4 Beta 24.06.2025

b0.24.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash when a fox picks up an item.
forge-1.21.5-0.24.4 Beta 24.06.2025

b0.24.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a fox picks up an item.
fabric-1.21.6-0.24.3 Beta 19.06.2025

b0.24.3

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported the mod to 1.21.6.
neoforge-1.21.6-0.24.3 Beta 19.06.2025

b0.24.3

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Ported the mod to 1.21.6.
neoforge-1.21.5-0.24.3 Beta 19.06.2025

b0.24.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed village raid protection not working.
neoforge-1.21.5-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed server crash when a vanilla player joins. * Fixed Create mod support.
neoforge-1.21.4-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed server crash when a vanilla player joins. * Fixed Create mod support.
neoforge-1.21.3-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed server crash when a vanilla player joins. * Fixed Create mod support.
neoforge-1.21.1-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed server crash when a vanilla player joins. * Fixed Create mod support.
neoforge-1.20.6-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed server crash when a vanilla player joins. * Fixed Create mod support.
neoforge-1.20.4-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed Create mod support.
neoforge-1.20.2-0.24.2 Beta 29.04.2025

b0.24.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed Create mod support.
fabric-1.21.5-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported to 1.21.5.
neoforge-1.21.5-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
* Ported to 1.21.5. * Fixed mined block drops not being handled correctly.
forge-1.21.5-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
* Ported to 1.21.5.
neoforge-1.21.4-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed mined block drops not being handled correctly.
neoforge-1.21.3-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed mined block drops not being handled correctly.
neoforge-1.21.1-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed mined block drops not being handled correctly.
neoforge-1.20.6-0.24.1 Beta 25.04.2025

b0.24.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed mined block drops not being handled correctly.
fabric-1.21.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.21.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.21.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.21.3-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.21.3-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.21.3-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.21.1-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.21.1-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.21.1-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.20.6-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.20.6-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.20.6-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.20.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.20.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.20.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.20.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
neoforge-1.20.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.20.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.20.1-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.20.1-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.19.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.19.4-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.19.3-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.19.3-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.19.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.19.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.18.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
forge-1.18.2-0.24.0 Beta 27.02.2025

b0.24.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Create contraption interactions now use block protection based on what block in the contraption you're interacting with. This lets you create exceptions for specific blocks that make up the contraption, e.g. seats, chests, doors, contraption controls. * Fixed Create elevator contraption controls not being protected. * Fixed rare crash with Placebo mod or anything else that causes some events to fire earlier than usual. * Fixed player barrier not working correctly in survival mode and spamming "moved wrongly" in the log. * Reduced the frequency of claim limit permission checks and sync. * Fixed server thread tasks being able to run on the wrong thread after the server stops. * Fixed crash caused by AppleDouble files.
fabric-1.21.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
neoforge-1.21.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.21.3-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
fabric-1.21.1-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
neoforge-1.21.1-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
forge-1.21.1-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.20.6-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
neoforge-1.20.6-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
forge-1.20.6-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.20.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
neoforge-1.20.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
forge-1.20.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
neoforge-1.20.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.20.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.20.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.20.1-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.20.1-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.19.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.19.4-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.19.3-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.19.3-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.19.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.19.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.18.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations. * (Fabric) Fixed entity protection not working for modded interactions that occur on use-entity events (e.g. Create conductor schedules).
forge-1.18.2-0.23.7 Beta 05.01.2025

b0.23.7

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash/error when a vanilla client player uses config help command. * Fixed exception wildcard compatibility with mods that enable wildcard characters to be used in normal resource locations.
fabric-1.21.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
neoforge-1.21.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Ported to NeoForge now that the bug there has been fixed. Still not fixed on 1.21.3 though. * Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.21.3-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.21.1-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
neoforge-1.21.1-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.21.1-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.20.6-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
neoforge-1.20.6-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.20.6-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.20.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
neoforge-1.20.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.20.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.20.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
neoforge-1.20.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.20.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.20.1-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.20.1-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.19.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.19.4-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.19.3-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.19.3-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.19.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.19.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.18.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
forge-1.18.2-0.23.6 Beta 15.12.2024

b0.23.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added more null checks that should prevent crashes with some mods, especially in singleplayer.
fabric-1.21.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported to 1.21.4. By luck, currently no difference to 1.21.3 other than being recompiled, but 1.21.4 is different enough to likely require separate OPAC jars in the future. * Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run. * Fixed crash when placing chest boats and other issues with protection caused by incorrect boat class references. * Fixed/optimized chunk forceloading.
fabric-1.21.3-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run. * Fixed crash when placing chest boats and other issues with protection caused by incorrect boat class references. * Fixed/optimized chunk forceloading.
fabric-1.21.1-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
neoforge-1.21.1-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.21.1-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.20.6-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
neoforge-1.20.6-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.20.6-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.20.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
neoforge-1.20.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.20.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.20.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
neoforge-1.20.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.20.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.20.1-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.20.1-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.19.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.19.4-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.19.3-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.19.3-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.19.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.19.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.18.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
forge-1.18.2-0.23.5 Beta 08.12.2024

b0.23.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed potential issues with forceloading caused by dimensions being removed in the middle of a server run.
fabric-1.21.3-0.23.4 Beta 28.11.2024

b0.23.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
Port to 1.21.3.
neoforge-1.20.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.21.1-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
neoforge-1.21.1-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.21.1-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.20.6-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
neoforge-1.20.6-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.20.6-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.20.4-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
neoforge-1.20.4-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.20.4-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.20.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.20.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.20.1-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.20.1-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.19.4-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.19.4-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.19.3-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.19.3-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.19.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.19.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.18.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
forge-1.18.2-0.23.4 Beta 26.11.2024

b0.23.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed frostwalk protection race condition crash in singleplayer. * Fixed race condition crash when fixing inconsistencies in party data. * Fixed many real and potential issues in singleplayer by adding a lot of ServerLevel null checks. * Improved how server thread is ensured in singleplayer, fixing many real and potential issues.
fabric-1.20.4-0.23.3 Beta 07.08.2024

b0.23.3

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed mixin crash.
neoforge-1.21-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.21-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.21-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
neoforge-1.20.6-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.20.6-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.20.6-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
neoforge-1.20.4-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.20.4-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.20.4-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
neoforge-1.20.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.20.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.20.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.20.1-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.20.1-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.19.4-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.19.4-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.19.3-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.19.3-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.19.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.19.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
fabric-1.18.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.18.2-0.23.2 Beta 23.07.2024

b0.23.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed claim/party activity registration not working on servers that stop/restart before the second expiration check. This would cause parties and claims to expire (and be removed) for active players.
forge-1.20.6-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
fabric-1.20.6-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
neoforge-1.20.4-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
forge-1.20.4-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
fabric-1.20.4-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
neoforge-1.20.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
forge-1.20.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
fabric-1.20.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
forge-1.20.1-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
fabric-1.20.1-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
forge-1.19.4-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
fabric-1.19.4-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
forge-1.19.3-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
fabric-1.19.3-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
forge-1.19.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
fabric-1.19.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
forge-1.18.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
fabric-1.18.2-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
neoforge-1.21-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
fabric-1.21-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric quilt
forge-1.21-0.23.1 Beta 18.07.2024

b0.23.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
forge
neoforge-1.20.6-0.23.1 Beta 15.07.2024

b0.23.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Fixed compatibility with NeoForge 20.6.119. The minimum required version is now 20.6.78.
neoforge-1.20.6-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.20.6-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.20.6-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
neoforge-1.20.4-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.20.4-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.20.4-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
neoforge-1.20.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.20.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.20.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.20.1-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.20.1-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.19.4-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.19.4-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.19.3-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.19.3-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
forge-1.19.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.19.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
forge-1.18.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites. * (Forge) Fixed contraption minecart placement not being handled properly.
fabric-1.18.2-0.23.0 Beta 06.07.2024

b0.23.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved item use protection, which should now also protect held item use when entering a chunk and item use on release. * Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes. * Expiration checks will now always run on server start and only then wait the configured interval. * This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions. * Added some necessary null checks, which fix a crash when pondering Create fluid pipes. * Fixed an item dupe when playing with the Create mod. * Fixed crash when a dimension removed from the server still has forceloaded claims. * Fixed mob item toss protection affecting mob loot when there's a separate option for that. * Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight. * Fixed duplicate translation keys for 2 server config options. * Some general refactors/rewrites.
neoforge-1.20.6-0.22.3 Beta 13.05.2024

b0.22.3

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Updated to NeoForge 20.6.62-beta.
fabric-1.20.6-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported to 1.20.6. * Moved the mod name on UI screens being rendered before the background. * Packet handling system refactor.
neoforge-1.20.6-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled.
forge-1.20.6-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
* Ported to 1.20.6. * Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled. * Packet handling system refactor.
neoforge-1.20.4-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled.
forge-1.20.4-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled. * Packet handling system refactor.
neoforge-1.20.2-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled.
forge-1.20.2-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled. * Packet handling system refactor.
forge-1.20.1-0.22.2 Beta 12.05.2024

b0.22.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Moved the mod name on UI screens being rendered before the background. * Fixed drops from blocks not being assigned an owner, preventing them from being picked up with item protection enabled. * Packet handling system refactor.
neoforge-1.20.6-0.22.1 Beta 30.04.2024

b0.22.1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
* Ported to 1.20.6. * Packet handling system refactor.
fabric-1.20.4-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
neoforge-1.20.4-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
* (NeoForge) Ported. * Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.20.4-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.20.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
neoforge-1.20.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
* (NeoForge) Ported. * Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.20.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.20.1-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.20.1-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.19.4-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.19.4-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.19.3-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.19.3-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.19.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.19.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.18.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
forge-1.18.2-0.22.0 Beta 04.04.2024

b0.22.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added create fluid pipe protection. * Added create minecart coupling protection. * Fixed create plough protection. * Contraption protection now considers the position at which a minecart contraption was placed. * Fixed incorrect info in the blocksFromOther option comment. * Fixed owned entities requiring their owner being online to get full access to their claims. * Increased default party expiration time. This won't affect existing configs. * Fixed lazy packet race condition and incorrect size accounting. * Fixed another race condition in packet handling. * Some code cleanup. * Fixed mod not working properly when unserialized packets are used in singleplayer. * Stopped using the forge capability system for simplicity.
fabric-1.20.4-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.20.4-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.20.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.20.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.20.1-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.20.1-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.19.4-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.19.4-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.19.3-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.19.3-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.19.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.19.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.18.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when an entity is interacted with by null.
forge-1.18.2-0.20.4 Beta 25.12.2023

b0.20.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when an entity is interacted with by null.
fabric-1.20.4-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.20.4-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.20.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.20.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.20.1-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.20.1-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.19.4-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.19.4-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.19.3-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.19.3-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.19.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.19.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.18.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
forge-1.18.2-0.20.3 Beta 22.12.2023

b0.20.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved owned entity handling. Should be more consistent between features and support more types of ownership. * Fixed forceloads beyond the configured limit often not working for server claims, which aren't supposed to have a limit. * Fixed the removal of the server-info file causing expiration times for objects to be even/much longer than if the timer simply restarted. * Fixed defaultconfigs not being used for the global claim configs stored in the serverconfig folder. * Fixed saved confirmed activity times not being loaded for player claims, causing claims to never expire on servers that restart frequently enough.
fabric-1.20.4-0.20.2 Beta 17.12.2023

b0.20.2

Підтримувані версії Minecraft
1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Upgrade to 1.20.4. * Improved owned entity handling (coming to older MC versions soon).
forge-1.20.4-0.20.2 Beta 17.12.2023

b0.20.2

Підтримувані версії Minecraft
1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
* Upgrade to 1.20.4. * Improved owned entity handling (coming to older MC versions soon).
forge-1.20.2-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.20.1-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.19.4-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.19.3-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.19.2-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.18.2-0.20.1 Beta 06.10.2023

b0.20.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed item/block dupe possible on Forge when Create mod is used.
forge-1.20.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
* Upgraded to Minecraft 1.20.2. * Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.20.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Upgraded to Minecraft 1.20.2. * Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.20.1-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.20.1-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.19.4-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.19.4-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.19.3-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.19.3-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.19.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.19.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.18.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
fabric-1.18.2-0.20.0 Beta 03.10.2023

b0.20.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed protected player death loot merging with other item stacks. * Added protection from landing projectiles spawninig mobs. * Fixed client side not being actually optional.
forge-1.20.1-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Removed Patreon capes.
fabric-1.20.1-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Removed Patreon capes.
forge-1.19.4-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Removed Patreon capes.
fabric-1.19.4-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Removed Patreon capes.
forge-1.19.3-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Removed Patreon capes.
fabric-1.19.3-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Removed Patreon capes.
forge-1.19.2-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Removed Patreon capes.
fabric-1.19.2-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Removed Patreon capes.
forge-1.18.2-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Removed Patreon capes.
fabric-1.18.2-0.19.3 Beta 07.08.2023

b0.19.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Removed Patreon capes.
fabric-1.20.1-0.19.2 Beta 25.07.2023

b0.19.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Actually fixed exception when opping/deopping offline players.
fabric-1.19.4-0.19.2 Beta 25.07.2023

b0.19.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Actually fixed exception when opping/deopping offline players.
fabric-1.19.3-0.19.2 Beta 25.07.2023

b0.19.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Actually fixed exception when opping/deopping offline players.
fabric-1.19.2-0.19.2 Beta 25.07.2023

b0.19.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Actually fixed exception when opping/deopping offline players.
fabric-1.18.2-0.19.2 Beta 25.07.2023

b0.19.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Actually fixed exception when opping/deopping offline players.
forge-1.20.1-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed exception when opping/deopping offline players. * Support for Argonauts 0.1.1.
fabric-1.20.1-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed exception when opping/deopping offline players. * Support for Argonauts 0.1.1. * Fixed crash when using Fabric Permissions API older than 0.2.
forge-1.19.4-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed exception when opping/deopping offline players.
fabric-1.19.4-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed exception when opping/deopping offline players. * Fixed crash when using Fabric Permissions API older than 0.2.
forge-1.19.3-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed exception when opping/deopping offline players.
fabric-1.19.3-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed exception when opping/deopping offline players. * Fixed crash when using Fabric Permissions API older than 0.2.
forge-1.19.2-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed exception when opping/deopping offline players.
fabric-1.19.2-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed exception when opping/deopping offline players. * Fixed crash when using Fabric Permissions API older than 0.2.
forge-1.18.2-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed exception when opping/deopping offline players.
fabric-1.18.2-0.19.1 Beta 22.07.2023

b0.19.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed exception when opping/deopping offline players. * Fixed crash when using Fabric Permissions API older than 0.2.
forge-1.20.1-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
fabric-1.20.1-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
forge-1.19.4-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
fabric-1.19.4-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
forge-1.19.3-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
fabric-1.19.3-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
forge-1.19.2-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
fabric-1.19.2-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
forge-1.18.2-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
fabric-1.18.2-0.19.0 Beta 06.07.2023

b0.19.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing non-default party systems for the claims part of the mod. * Added built-in Argonauts support. * Added built-in FTB Teams support. * Fixed any errors during server initialization being replaced by a much less useful error. * Moved the "permissionSystem" option in the main config. You might have to reconfigure it. * Fixed LuckPerms-related crash on server stop. * Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames). * Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions". * Fixed Create toolboxes not being protected. Requires updating the extension on Fabric. * Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric. * Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
forge-1.20.1-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * (1.20.x) Implemented built-in Prometheus support. * Slight changes to how the mod detects other mods and handles it.
fabric-1.20.1-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * (1.20.x) Implemented built-in Prometheus support. * Slight changes to how the mod detects other mods and handles it.
forge-1.19.4-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
fabric-1.19.4-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
forge-1.19.3-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
fabric-1.19.3-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
forge-1.19.2-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
fabric-1.19.2-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
forge-1.18.2-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
fabric-1.18.2-0.18.0 Beta 30.06.2023

b0.18.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added API for implementing player permission systems. * Added a new "permissionSystem" option in the main config file. * Added API for registering addon listeners/handlers. * Implemented built-in LuckPerms support. * Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it. * Slight changes to how the mod detects other mods and handles it.
forge-1.20.1-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
fabric-1.20.1-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
forge-1.19.4-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
fabric-1.19.4-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
forge-1.19.3-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
fabric-1.19.3-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
forge-1.19.2-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
fabric-1.19.2-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
forge-1.18.2-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
fabric-1.18.2-0.17.6 Beta 22.06.2023

b0.17.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* (Forge) Support for Create 0.5.1b and it is now a required version. * Improved Create contraption protection (requires updating the extension on Fabric/Quilt). * Fixed crashes caused by assuming that all players on the server side are instances of ServerPlayer. * Fixed crashes from unhandled player log outs, usually triggered by other mods. * Fixed crash when the "attack entity" event is fired for a null entity.
forge-1.20-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when using on a world for the first time.
fabric-1.20-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when using on a world for the first time.
forge-1.19.4-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when using on a world for the first time.
fabric-1.19.4-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when using on a world for the first time.
forge-1.19.3-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when using on a world for the first time.
fabric-1.19.3-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when using on a world for the first time.
forge-1.19.2-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when using on a world for the first time.
fabric-1.19.2-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when using on a world for the first time.
forge-1.18.2-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when using on a world for the first time.
fabric-1.18.2-0.17.5 Beta 10.06.2023

b0.17.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when using on a world for the first time.
forge-1.20-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.20
Завантажувачі / Платформи
forge
Показати зміни
* Upgrade to Minecraft 1.20. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.20-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.20
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with the latest Forge Config API Port. * Fixed pressure plate protection not working on very rare occasions. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
forge-1.19.4-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.19.4-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with the latest Forge Config API Port. * Fixed pressure plate protection not working on very rare occasions. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
forge-1.19.3-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.19.3-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with the latest Forge Config API Port. * Fixed pressure plate protection not working on very rare occasions. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
forge-1.19.2-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.19.2-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed pressure plate protection not working on very rare occasions. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
forge-1.18.2-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.18.2-0.17.4 Beta 10.06.2023

b0.17.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed pressure plate protection not working on very rare occasions. * Fixed crash when a party and one of its ally parties are deleted at (around) the same time. * Fixed any .nbt files put next to the server-info.nbt causing a crash. * Optimized party expiration check for very large parties. * Optimized player/party name suggestions for party commands for very large parties. Will no longer search for partial matches when there are more than 1024 candidates (party members, invites or allies) and only suggest exact matches (not case sensitive though).
fabric-1.20-0.17.3 Beta 06.06.2023

b0.17.3

Підтримувані версії Minecraft
1.20-rc1 1.20
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Upgrade to Minecraft 1.20.
forge-1.19.4-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
fabric-1.19.4-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crop trample protection only working for players. * Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
forge-1.19.3-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
fabric-1.19.3-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crop trample protection only working for players. * Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
forge-1.19.2-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
fabric-1.19.2-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crop trample protection only working for players. * Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
forge-1.18.2-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
fabric-1.18.2-0.17.3 Beta 21.04.2023

b0.17.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crop trample protection only working for players. * Improved the comment for crop trample protection in the player configs. * Added Create super glue protection (requires updating the extension on Fabric).
forge-1.19.4-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
fabric-1.19.4-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
forge-1.19.3-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
fabric-1.19.3-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
forge-1.19.2-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
fabric-1.19.2-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
forge-1.18.2-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
fabric-1.18.2-0.17.2 Beta 28.03.2023

b0.17.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed packet size checks not working as intended, causing server-client sync issues, mostly related to claims. * Fixed crash when attempting to use the mod as a dependency in a Fabric dev environment with non-official mappings, e.g. yarn. The changes might also affect the Forge version of the mod but it's unlikely.
forge-1.19.4-0.17.1 Beta 28.03.2023

b0.17.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with Forge 45.0.23. Now also requires it or a newer version.
forge-1.19.4-0.17.0 Beta 17.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
Upgrade to Minecraft 1.19.4.
fabric-1.19.4-0.17.0 Beta 17.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Upgrade to Minecraft 1.19.4.
forge-1.19.3-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
fabric-1.19.3-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
forge-1.19.2-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
fabric-1.19.2-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
forge-1.18.2-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
fabric-1.18.2-0.17.0 Beta 08.03.2023

b0.17.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
__*** This beta version is a release candidate for the full release 1.0. If no further critical issues arise, then 1.0 will be no different from this version. If you are aware of any bugs in the mod that are still unfixed, please make sure to report them on the issue tracker!__ * Added a new main config file option "staticFakePlayerClassExceptions", which allows you to specify Java classes of non-stationary fake players that can take the UUID and/or usernames of other fake players, giving them privileges they're not supposed to have, e.g. a ComputerCraft turtle taking the UUID of a Create deployer when placed by one. Fake players taking the UUID of real players stays supported. Read the option comment in the config file for more details. * Optimized claim changes and sync slightly. * Increased the single claim action limit from 25 to 100 chunks. * Invalid server/expired/wilderness/default claim configs will no longer be renamed to a backup like regular player configs. * Player sub-config files now intentionally cause a crash on server start if renamed to something unusable instead of being ignored. * Fixed (tile) entities in forceloaded chunks not being ticked in dimensions with 0 players.
forge-1.19.3-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
fabric-1.19.3-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
forge-1.19.2-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
fabric-1.19.2-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
forge-1.18.2-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
fabric-1.18.2-0.16.6 Beta 16.01.2023

b0.16.6

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed crash when fake players are ticked. * Fixed crash when syncing unupdated player position. * Added default all-item pass option for villagers.
forge-1.19.3-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Upgrade to Minecraft 1.19.3. * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
fabric-1.19.3-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Upgrade to Minecraft 1.19.3. * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
forge-1.19.2-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
fabric-1.19.2-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
forge-1.18.2-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
fabric-1.18.2-0.16.5 Beta 10.12.2022

b0.16.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Removed mob spawn protection check on chunk generation because it could cause race condition issues. * Fixed potential race condition issues when handling new entities being added to a world. * Fixed default values of registries being added to exception sets, e.g. pig for entity sets, when an ID for an object does not correspond to anything.
forge-1.19.2-0.16.4 Beta 02.12.2022

b0.16.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed non-OP players not being able to login.
fabric-1.19.2-0.16.4 Beta 02.12.2022

b0.16.4

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed non-OP players not being able to login.
forge-1.18.2-0.16.4 Beta 02.12.2022

b0.16.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed non-OP players not being able to login.
fabric-1.18.2-0.16.4 Beta 02.12.2022

b0.16.4

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed non-OP players not being able to login.
forge-1.19.2-0.16.3 Beta 02.12.2022

b0.16.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Reworked player login handling, which should fix the mod crashing after an exception is thrown by the vanilla game or other mods before the player login event is fired. Hopefully for real this time. * Fixed crash when mob griefing event is fired on the client side. * Added smokers to the default Furnaces exception group.
fabric-1.19.2-0.16.3 Beta 02.12.2022

b0.16.3

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Reworked player login handling, which should fix the mod crashing after an exception is thrown by the vanilla game or other mods before the player login event is fired. Hopefully for real this time. * Added smokers to the default Furnaces exception group.
forge-1.18.2-0.16.3 Beta 02.12.2022

b0.16.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Reworked player login handling, which should fix the mod crashing after an exception is thrown by the vanilla game or other mods before the player login event is fired. Hopefully for real this time. * Fixed crash when mob griefing event is fired on the client side. * Added smokers to the default Furnaces exception group.
fabric-1.18.2-0.16.3 Beta 02.12.2022

b0.16.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! The 0.16.0 update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Reworked player login handling, which should fix the mod crashing after an exception is thrown by the vanilla game or other mods before the player login event is fired. Hopefully for real this time. * Added smokers to the default Furnaces exception group.
forge-1.19.2-0.16.2 Beta 22.11.2022

b0.16.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed entity barrier never working when an entity is moving between 2 chunks for the first time.
fabric-1.19.2-0.16.2 Beta 22.11.2022

b0.16.2

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed entity barrier never working when an entity is moving between 2 chunks for the first time.
forge-1.18.2-0.16.2 Beta 22.11.2022

b0.16.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed entity barrier never working when an entity is moving between 2 chunks for the first time.
fabric-1.18.2-0.16.2 Beta 22.11.2022

b0.16.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Fixed entity barrier never working when an entity is moving between 2 chunks for the first time.
forge-1.19.2-0.16.1 Beta 22.11.2022

b0.16.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Rewrote the server data reload listener to fix crash on Fabric and other potential issues on any mod loader. * Improved some option comments in the player config.
fabric-1.19.2-0.16.1 Beta 22.11.2022

b0.16.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Rewrote the server data reload listener to fix crash on Fabric and other potential issues on any mod loader. * Improved some option comments in the player config.
forge-1.18.2-0.16.1 Beta 22.11.2022

b0.16.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Rewrote the server data reload listener to fix crash on Fabric and other potential issues on any mod loader. * Improved some option comments in the player config.
fabric-1.18.2-0.16.1 Beta 22.11.2022

b0.16.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___(Since 0.15.1) WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Rewrote the server data reload listener to fix crash on Fabric and other potential issues on any mod loader. * Improved some option comments in the player config.
forge-1.19.2-0.16.0 Beta 21.11.2022

b0.16.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Added new options "blockProtectionOptionalExceptionGroups", "entityProtectionOptionalExceptionGroups", "itemUseProtectionOptionalExceptionGroups", "entityClaimBarrierOptionalGroups" for creating custom object exception groups that the player configs can toggle protection exceptions for. Some default ones are already predefined for commonly shared game features. * Removed the "Allow Some" options from the player config. Optional exceptions should be handled by exception groups now. * Made most player config options player-configurable by default. Remove the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults. * Replaced "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" with "forced" variants. They work differently so the old values are not carried over, they stay in the old option that isn't used anymore. These new options are for forced exceptions only. * Entity interaction exceptions now work the same way block exceptions do, where an empty hand is not required if the item you're holding is also an exception, except when using the "hand$" prefix. * Optional exceptions can now be enabled for party or allies only, in addition to enabling them for everyone. * Most protection options can now be configured to protect against players based on their party relation to you. * Added new player config options for protection of pressure plates. * Added new player config options for protection of buttons against projectiles. * Added new player config options for protection of target blocks against projectiles. * Added new player config options for protection of tripwires. * Added new player config option for protection against frostwalking. * Added new player config options for protection of nether portal usage. * Added new player config option for protection from village raids. * Added new player config options for protection of players. * Added new player config options for protection from players/mobs/other tossing items. * Added new player config option for protection against mob loot being dropped. * Added new player config options for protection of dropped items and XP from being picked up. * Added new player config option for protection of items dropped on player death. * Added new player config options for protection from hostile/friendly mobs spawning naturally. * Added new player config options for protection from hostile/friendly mob spawners. * Added protection against fishing rod usage, which uses existing entity and item toss protection options, depending on what it's used for. * Replaced the mob griefing option with options for block/entity/item protection from entities and an option for whether to override the mobGriefing game rule check. When using Forge, in the main config file, you can also change what the game rule check is overridden with for modded mobs, if the default block protection option isn't it. * Replaced the "entities from anonymous" protection with protection "from other" and an option for whether to redirect to the interacting entity's owner. * Added new player config option for whether to redirect "blocks from other/mobs" protection to the interacting entity's owner. * Added new player config option for protection of blocks from players. * Added new player config option for protection from item right-click use. * Started checking chunk access and party relations for tamed mobs against their owners. * Improved the building ability comparison on claim edges used for piston/dispenser barriers and the Create mod support. * Changed the default value for the "protect from party" player config option to OFF, since that seems to be what people expect out of the box. * Started respecting the "blocks from other" and "entities from other" protection options for some Create mod-related protection. * Added a new main config file option for a FTB Ranks permission for non-OP admin mode, similar to the server claim one. * Added a new main config file option for a list of static fake players (meaning they're bound to placed blocks or stationary entities), which should make the mod compatible with more mods, e.g. Integrated Tunnels seems to be fully supported by it. * Added a new main config option to configure custom groups of entity types that player configs can individually allow to access all blocks/entities/items, e.g. allowing specifically endermen to take/place blocks. * Added support for wildcards, e.g. minecraft:*_table, to all protection exception options in the main config file. * Added a new block/entity interaction exception type (uses prefix "anything$") for making interaction exceptions that allow absolutely any item being held. * Using the "playerConfig." prefix is now optional when referring to player config options in commands/configs. * Optimized party member/invite/ally lookup by name. * Fixed crash when destroying a party after changing its name. * Fixed server crash if a player disconnects before the login event is fired, which is usually caused by an error in vanilla or other mods. * Fixed entity barrier teleporting entities/players far away when they come from another dimension. * Added server-side text localization for players without the mod installed on the client side, and a main config option to change the default server language. * Fixed some displayed config values reverting on page switch. * Added a page number display on the player config screen. * Changed option placement from horizontal to vertical on the player config screen and reordered the options. * Renamed player "locations" to "positions" on the player config UI to lessen the confusion with player claims. * Added a help chat command to view comments of player config options. * Added command for party ownership transfer. * API changes, such as the addition of a chunk protection API and a server-sided adaptive localization API.
fabric-1.19.2-0.16.0 Beta 21.11.2022

b0.16.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Added new options "blockProtectionOptionalExceptionGroups", "entityProtectionOptionalExceptionGroups", "itemUseProtectionOptionalExceptionGroups", "entityClaimBarrierOptionalGroups" for creating custom object exception groups that the player configs can toggle protection exceptions for. Some default ones are already predefined for commonly shared game features. * Removed the "Allow Some" options from the player config. Optional exceptions should be handled by exception groups now. * Made most player config options player-configurable by default. Remove the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults. * Replaced "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" with "forced" variants. They work differently so the old values are not carried over, they stay in the old option that isn't used anymore. These new options are for forced exceptions only. * Entity interaction exceptions now work the same way block exceptions do, where an empty hand is not required if the item you're holding is also an exception, except when using the "hand$" prefix. * Optional exceptions can now be enabled for party or allies only, in addition to enabling them for everyone. * Most protection options can now be configured to protect against players based on their party relation to you. * Added new player config options for protection of pressure plates. * Added new player config options for protection of buttons against projectiles. * Added new player config options for protection of target blocks against projectiles. * Added new player config options for protection of tripwires. * Added new player config option for protection against frostwalking. * Added new player config options for protection of nether portal usage. * Added new player config option for protection from village raids. * Added new player config options for protection of players. * Added new player config options for protection from players/mobs/other tossing items. * Added new player config option for protection against mob loot being dropped. * Added new player config options for protection of dropped items and XP from being picked up. * Added new player config option for protection of items dropped on player death. * Added new player config options for protection from hostile/friendly mobs spawning naturally. * Added new player config options for protection from hostile/friendly mob spawners. * Added protection against fishing rod usage, which uses existing entity and item toss protection options, depending on what it's used for. * Replaced the mob griefing option with options for block/entity/item protection from entities and an option for whether to override the mobGriefing game rule check. When using Forge, in the main config file, you can also change what the game rule check is overridden with for modded mobs, if the default block protection option isn't it. * Replaced the "entities from anonymous" protection with protection "from other" and an option for whether to redirect to the interacting entity's owner. * Added new player config option for whether to redirect "blocks from other/mobs" protection to the interacting entity's owner. * Added new player config option for protection of blocks from players. * Added new player config option for protection from item right-click use. * Started checking chunk access and party relations for tamed mobs against their owners. * Improved the building ability comparison on claim edges used for piston/dispenser barriers and the Create mod support. * Changed the default value for the "protect from party" player config option to OFF, since that seems to be what people expect out of the box. * Started respecting the "blocks from other" and "entities from other" protection options for some Create mod-related protection. * Added a new main config file option for a FTB Ranks permission for non-OP admin mode, similar to the server claim one. * Added a new main config file option for a list of static fake players (meaning they're bound to placed blocks or stationary entities), which should make the mod compatible with more mods, e.g. Integrated Tunnels seems to be fully supported by it. * Added a new main config option to configure custom groups of entity types that player configs can individually allow to access all blocks/entities/items, e.g. allowing specifically endermen to take/place blocks. * Added support for wildcards, e.g. minecraft:*_table, to all protection exception options in the main config file. * Added a new block/entity interaction exception type (uses prefix "anything$") for making interaction exceptions that allow absolutely any item being held. * Using the "playerConfig." prefix is now optional when referring to player config options in commands/configs. * Optimized party member/invite/ally lookup by name. * Fixed crash when destroying a party after changing its name. * Fixed server crash if a player disconnects before the login event is fired, which is usually caused by an error in vanilla or other mods. * Fixed entity barrier teleporting entities/players far away when they come from another dimension. * Added server-side text localization for players without the mod installed on the client side, and a main config option to change the default server language. * Fixed some displayed config values reverting on page switch. * Added a page number display on the player config screen. * Changed option placement from horizontal to vertical on the player config screen and reordered the options. * Renamed player "locations" to "positions" on the player config UI to lessen the confusion with player claims. * Added a help chat command to view comments of player config options. * Added command for party ownership transfer. * API changes, such as the addition of a chunk protection API and a server-sided adaptive localization API.
forge-1.18.2-0.16.0 Beta 21.11.2022

b0.16.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Added new options "blockProtectionOptionalExceptionGroups", "entityProtectionOptionalExceptionGroups", "itemUseProtectionOptionalExceptionGroups", "entityClaimBarrierOptionalGroups" for creating custom object exception groups that the player configs can toggle protection exceptions for. Some default ones are already predefined for commonly shared game features. * Removed the "Allow Some" options from the player config. Optional exceptions should be handled by exception groups now. * Made most player config options player-configurable by default. Remove the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults. * Replaced "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" with "forced" variants. They work differently so the old values are not carried over, they stay in the old option that isn't used anymore. These new options are for forced exceptions only. * Entity interaction exceptions now work the same way block exceptions do, where an empty hand is not required if the item you're holding is also an exception, except when using the "hand$" prefix. * Optional exceptions can now be enabled for party or allies only, in addition to enabling them for everyone. * Most protection options can now be configured to protect against players based on their party relation to you. * Added new player config options for protection of pressure plates. * Added new player config options for protection of buttons against projectiles. * Added new player config options for protection of target blocks against projectiles. * Added new player config options for protection of tripwires. * Added new player config option for protection against frostwalking. * Added new player config options for protection of nether portal usage. * Added new player config option for protection from village raids. * Added new player config options for protection of players. * Added new player config options for protection from players/mobs/other tossing items. * Added new player config option for protection against mob loot being dropped. * Added new player config options for protection of dropped items and XP from being picked up. * Added new player config option for protection of items dropped on player death. * Added new player config options for protection from hostile/friendly mobs spawning naturally. * Added new player config options for protection from hostile/friendly mob spawners. * Added protection against fishing rod usage, which uses existing entity and item toss protection options, depending on what it's used for. * Replaced the mob griefing option with options for block/entity/item protection from entities and an option for whether to override the mobGriefing game rule check. When using Forge, in the main config file, you can also change what the game rule check is overridden with for modded mobs, if the default block protection option isn't it. * Replaced the "entities from anonymous" protection with protection "from other" and an option for whether to redirect to the interacting entity's owner. * Added new player config option for whether to redirect "blocks from other/mobs" protection to the interacting entity's owner. * Added new player config option for protection of blocks from players. * Added new player config option for protection from item right-click use. * Started checking chunk access and party relations for tamed mobs against their owners. * Improved the building ability comparison on claim edges used for piston/dispenser barriers and the Create mod support. * Changed the default value for the "protect from party" player config option to OFF, since that seems to be what people expect out of the box. * Started respecting the "blocks from other" and "entities from other" protection options for some Create mod-related protection. * Added a new main config file option for a FTB Ranks permission for non-OP admin mode, similar to the server claim one. * Added a new main config file option for a list of static fake players (meaning they're bound to placed blocks or stationary entities), which should make the mod compatible with more mods, e.g. Integrated Tunnels seems to be fully supported by it. * Added a new main config option to configure custom groups of entity types that player configs can individually allow to access all blocks/entities/items, e.g. allowing specifically endermen to take/place blocks. * Added support for wildcards, e.g. minecraft:*_table, to all protection exception options in the main config file. * Added a new block/entity interaction exception type (uses prefix "anything$") for making interaction exceptions that allow absolutely any item being held. * Using the "playerConfig." prefix is now optional when referring to player config options in commands/configs. * Optimized party member/invite/ally lookup by name. * Fixed crash when destroying a party after changing its name. * Fixed server crash if a player disconnects before the login event is fired, which is usually caused by an error in vanilla or other mods. * Fixed entity barrier teleporting entities/players far away when they come from another dimension. * Added server-side text localization for players without the mod installed on the client side, and a main config option to change the default server language. * Fixed some displayed config values reverting on page switch. * Added a page number display on the player config screen. * Changed option placement from horizontal to vertical on the player config screen and reordered the options. * Renamed player "locations" to "positions" on the player config UI to lessen the confusion with player claims. * Added a help chat command to view comments of player config options. * Added command for party ownership transfer. * API changes, such as the addition of a chunk protection API and a server-sided adaptive localization API.
fabric-1.18.2-0.16.0 Beta 21.11.2022

b0.16.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___WARNING! This update significantly changes how chunk protection exceptions works. If you've previously used this mod, you'll have to reconfigure global/optional exceptions using new options in the main config file. Removing the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults is probably something most servers should do. Custom global and optional exceptions in "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" would have to be manually copied and reformatted from old to new options, after the main config file updates on server launch. Stop the server before you edit the main config file.___ * Added new options "blockProtectionOptionalExceptionGroups", "entityProtectionOptionalExceptionGroups", "itemUseProtectionOptionalExceptionGroups", "entityClaimBarrierOptionalGroups" for creating custom object exception groups that the player configs can toggle protection exceptions for. Some default ones are already predefined for commonly shared game features. * Removed the "Allow Some" options from the player config. Optional exceptions should be handled by exception groups now. * Made most player config options player-configurable by default. Remove the "playerConfigurablePlayerConfigOptions" option from the main config file to reset it to the new defaults. * Replaced "blockProtectionExceptionList", "entityProtectionExceptionList" and "entityClaimBarrierList" with "forced" variants. They work differently so the old values are not carried over, they stay in the old option that isn't used anymore. These new options are for forced exceptions only. * Entity interaction exceptions now work the same way block exceptions do, where an empty hand is not required if the item you're holding is also an exception, except when using the "hand$" prefix. * Optional exceptions can now be enabled for party or allies only, in addition to enabling them for everyone. * Most protection options can now be configured to protect against players based on their party relation to you. * Added new player config options for protection of pressure plates. * Added new player config options for protection of buttons against projectiles. * Added new player config options for protection of target blocks against projectiles. * Added new player config options for protection of tripwires. * Added new player config option for protection against frostwalking. * Added new player config options for protection of nether portal usage. * Added new player config option for protection from village raids. * Added new player config options for protection of players. * Added new player config options for protection from players/mobs/other tossing items. * Added new player config option for protection against mob loot being dropped. * Added new player config options for protection of dropped items and XP from being picked up. * Added new player config option for protection of items dropped on player death. * Added new player config options for protection from hostile/friendly mobs spawning naturally. * Added new player config options for protection from hostile/friendly mob spawners. * Added protection against fishing rod usage, which uses existing entity and item toss protection options, depending on what it's used for. * Replaced the mob griefing option with options for block/entity/item protection from entities and an option for whether to override the mobGriefing game rule check. When using Forge, in the main config file, you can also change what the game rule check is overridden with for modded mobs, if the default block protection option isn't it. * Replaced the "entities from anonymous" protection with protection "from other" and an option for whether to redirect to the interacting entity's owner. * Added new player config option for whether to redirect "blocks from other/mobs" protection to the interacting entity's owner. * Added new player config option for protection of blocks from players. * Added new player config option for protection from item right-click use. * Started checking chunk access and party relations for tamed mobs against their owners. * Improved the building ability comparison on claim edges used for piston/dispenser barriers and the Create mod support. * Changed the default value for the "protect from party" player config option to OFF, since that seems to be what people expect out of the box. * Started respecting the "blocks from other" and "entities from other" protection options for some Create mod-related protection. * Added a new main config file option for a FTB Ranks permission for non-OP admin mode, similar to the server claim one. * Added a new main config file option for a list of static fake players (meaning they're bound to placed blocks or stationary entities), which should make the mod compatible with more mods, e.g. Integrated Tunnels seems to be fully supported by it. * Added a new main config option to configure custom groups of entity types that player configs can individually allow to access all blocks/entities/items, e.g. allowing specifically endermen to take/place blocks. * Added support for wildcards, e.g. minecraft:*_table, to all protection exception options in the main config file. * Added a new block/entity interaction exception type (uses prefix "anything$") for making interaction exceptions that allow absolutely any item being held. * Using the "playerConfig." prefix is now optional when referring to player config options in commands/configs. * Optimized party member/invite/ally lookup by name. * Fixed crash when destroying a party after changing its name. * Fixed server crash if a player disconnects before the login event is fired, which is usually caused by an error in vanilla or other mods. * Fixed entity barrier teleporting entities/players far away when they come from another dimension. * Added server-side text localization for players without the mod installed on the client side, and a main config option to change the default server language. * Fixed some displayed config values reverting on page switch. * Added a page number display on the player config screen. * Changed option placement from horizontal to vertical on the player config screen and reordered the options. * Renamed player "locations" to "positions" on the player config UI to lessen the confusion with player claims. * Added a help chat command to view comments of player config options. * Added command for party ownership transfer. * API changes, such as the addition of a chunk protection API and a server-sided adaptive localization API.
forge-1.19.2-0.15.1 Beta 08.10.2022

b0.15.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.14.1) WARNING! 0.15.0 significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * (Forge) Fixed location-specific entity interactions not really being protected (e.g. armour stands). _Update 0.15.0 (MC 1.19.x, 1.18.2):_ ___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
forge-1.18.2-0.15.1 Beta 08.10.2022

b0.15.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___(Since 0.14.1) WARNING! 0.15.0 significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * (Forge) Fixed location-specific entity interactions not really being protected (e.g. armour stands). _Update 0.15.0 (MC 1.19.x, 1.18.2):_ ___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
forge-1.19.2-0.15.0 Beta 08.10.2022

b0.15.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
fabric-1.19.2-0.15.0 Beta 08.10.2022

b0.15.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
forge-1.18.2-0.15.0 Beta 08.10.2022

b0.15.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
fabric-1.18.2-0.15.0 Beta 08.10.2022

b0.15.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
___WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.___ * All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects. * Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well. * Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand. * Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled). * Item use protection exceptions now also apply to item->block uses if the block is also an exception. * Fixed spectators not bypassing claim protection. * Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before. * Improved the comment for the "Allow Some Block Interactions" player option. * Added a new server config option for completely disabling specific item interactions across the server. * Added a new server config option for completely disabling speficic entity interactions across the server. * Added a new server config option for completely disabling speficic block interactions across the server. * Optimized autosaves of a lot of large units. * Optimized client synchronization of very large parties. * Optimized removal of very large parties. * Fixed a potential crash from claim client synchronization delays. * Fixed party ally removals not being synced to clients. * Added a default exception for the firework rocket use. * Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
forge-1.19.2-0.14.1 Beta 28.09.2022

b0.14.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added player sub-configs and sub-claiming and everything required for it. * Added commands for resetting player config options to their default values. * Added a new "entitiesAllowedToGrief" server config option for making exception to the mob griefing protection. * Major player config API changes. * Major claims API changes. * Claim update synchronization optimization. * Irrelevant options for specific player config types will no longer be displayed on the UI (e.g. party options for wilderness/server). * Improved detection of entities breaking blocks. Use the "entitiesAllowedToGrief" option if you want a specific entity type to still break protected blocks. * Chunk protection changes that mostly fix mob griefing option not always being checked on Forge.
fabric-1.19.2-0.14.1 Beta 28.09.2022

b0.14.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added player sub-configs and sub-claiming and everything required for it. * Added commands for resetting player config options to their default values. * Added a new "entitiesAllowedToGrief" server config option for making exception to the mob griefing protection. * Major player config API changes. * Major claims API changes. * Claim update synchronization optimization. * Irrelevant options for specific player config types will no longer be displayed on the UI (e.g. party options for wilderness/server). * Improved detection of entities breaking blocks. Use the "entitiesAllowedToGrief" option if you want a specific entity type to still break protected blocks. * Chunk protection changes that mostly fix mob griefing option not always being checked on Forge.
forge-1.18.2-0.14.1 Beta 28.09.2022

b0.14.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added player sub-configs and sub-claiming and everything required for it. * Added commands for resetting player config options to their default values. * Added a new "entitiesAllowedToGrief" server config option for making exception to the mob griefing protection. * Major player config API changes. * Major claims API changes. * Claim update synchronization optimization. * Irrelevant options for specific player config types will no longer be displayed on the UI (e.g. party options for wilderness/server). * Improved detection of entities breaking blocks. Use the "entitiesAllowedToGrief" option if you want a specific entity type to still break protected blocks. * Chunk protection changes that mostly fix mob griefing option not always being checked on Forge.
fabric-1.18.2-0.14.1 Beta 28.09.2022

b0.14.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added player sub-configs and sub-claiming and everything required for it. * Added commands for resetting player config options to their default values. * Added a new "entitiesAllowedToGrief" server config option for making exception to the mob griefing protection. * Major player config API changes. * Major claims API changes. * Claim update synchronization optimization. * Irrelevant options for specific player config types will no longer be displayed on the UI (e.g. party options for wilderness/server). * Improved detection of entities breaking blocks. Use the "entitiesAllowedToGrief" option if you want a specific entity type to still break protected blocks. * Chunk protection changes that mostly fix mob griefing option not always being checked on Forge.
forge-1.19.1-0.13.0 Beta 11.09.2022

b0.13.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added entity fire damage protection with a toggle. * Fixed position-specific entity interactions not being protected, e.g. armor stands. * Added an entity barrier to claims that stops server-configured entities, both forced and optional. * Fixed Create deployers not working for non-block item "right-click" use. * Fixed crash with some allowed configured expiration time values. * Fixed some entities not being protected against arrows/other, e.g. armor stands and item frames. * Added default exceptions to the server config for protection from the Supplementaries mod's slingshot. Please manually add "supplementaries:slingshot" to "additionalBannedItemsList" if you already have a generated server config.
fabric-1.19.1-0.13.0 Beta 11.09.2022

b0.13.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added entity fire damage protection with a toggle. * Fixed position-specific entity interactions not being protected, e.g. armor stands. * Added an entity barrier to claims that stops server-configured entities, both forced and optional. * Fixed Create deployers not working for non-block item "right-click" use. * Fixed crash with some allowed configured expiration time values. * Fixed some entities not being protected against arrows/other, e.g. armor stands and item frames. * Added default exceptions to the server config for protection from the Supplementaries mod's slingshot. Please manually add "supplementaries:slingshot" to "additionalBannedItemsList" if you already have a generated server config.
forge-1.18.2-0.13.0 Beta 11.09.2022

b0.13.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added entity fire damage protection with a toggle. * Fixed position-specific entity interactions not being protected, e.g. armor stands. * Added an entity barrier to claims that stops server-configured entities, both forced and optional. * Fixed Create deployers not working for non-block item "right-click" use. * Fixed crash with some allowed configured expiration time values. * Fixed some entities not being protected against arrows/other, e.g. armor stands and item frames. * Added default exceptions to the server config for protection from the Supplementaries mod's slingshot. Please manually add "supplementaries:slingshot" to "additionalBannedItemsList" if you already have a generated server config.
fabric-1.18.2-0.13.0 Beta 11.09.2022

b0.13.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added entity fire damage protection with a toggle. * Fixed position-specific entity interactions not being protected, e.g. armor stands. * Added an entity barrier to claims that stops server-configured entities, both forced and optional. * Fixed Create deployers not working for non-block item "right-click" use. * Fixed crash with some allowed configured expiration time values. * Fixed some entities not being protected against arrows/other, e.g. armor stands and item frames. * Added default exceptions to the server config for protection from the Supplementaries mod's slingshot. Please manually add "supplementaries:slingshot" to "additionalBannedItemsList" if you already have a generated server config.
forge-1.19.1-0.12.0 Beta 07.09.2022

b0.12.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added a default item use exception for armor. You can reblock specific items through the server config file. * Added server claim mode which lets you make server claims through regular claim commands and from a world map with OPAC support. Server claim mode also gives you access to the server claimed chunks. * Added a new option in the server config file for a FTB Ranks permission that allows a non-OP player to make server claims and access server claim mode. The default permission is "xaero.pac_server_claims". * Server claims are now limited by the maximum claim distance, unless you're in admin mode (OP) or use the "anyway" command modifier (OP). * Improved the item use protection message to make it more clear that neighbor chunks to a claim might also be protected.
fabric-1.19.1-0.12.0 Beta 07.09.2022

b0.12.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added a default item use exception for armor. You can reblock specific items through the server config file. * Added server claim mode which lets you make server claims through regular claim commands and from a world map with OPAC support. Server claim mode also gives you access to the server claimed chunks. * Added a new option in the server config file for a FTB Ranks permission that allows a non-OP player to make server claims and access server claim mode. The default permission is "xaero.pac_server_claims". * Server claims are now limited by the maximum claim distance, unless you're in admin mode (OP) or use the "anyway" command modifier (OP). * Improved the item use protection message to make it more clear that neighbor chunks to a claim might also be protected.
forge-1.18.2-0.12.0 Beta 07.09.2022

b0.12.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added a default item use exception for armor. You can reblock specific items through the server config file. * Added server claim mode which lets you make server claims through regular claim commands and from a world map with OPAC support. Server claim mode also gives you access to the server claimed chunks. * Added a new option in the server config file for a FTB Ranks permission that allows a non-OP player to make server claims and access server claim mode. The default permission is "xaero.pac_server_claims". * Server claims are now limited by the maximum claim distance, unless you're in admin mode (OP) or use the "anyway" command modifier (OP). * Improved the item use protection message to make it more clear that neighbor chunks to a claim might also be protected.
fabric-1.18.2-0.12.0 Beta 07.09.2022

b0.12.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added a default item use exception for armor. You can reblock specific items through the server config file. * Added server claim mode which lets you make server claims through regular claim commands and from a world map with OPAC support. Server claim mode also gives you access to the server claimed chunks. * Added a new option in the server config file for a FTB Ranks permission that allows a non-OP player to make server claims and access server claim mode. The default permission is "xaero.pac_server_claims". * Server claims are now limited by the maximum claim distance, unless you're in admin mode (OP) or use the "anyway" command modifier (OP). * Improved the item use protection message to make it more clear that neighbor chunks to a claim might also be protected.
forge-1.19.1-0.11.0 Beta 04.09.2022

b0.11.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed freeze on the client side when a lot of claims change color.
fabric-1.19.1-0.11.0 Beta 04.09.2022

b0.11.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed freeze on the client side when a lot of claims change color.
forge-1.18.2-0.11.0 Beta 04.09.2022

b0.11.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed freeze on the client side when a lot of claims change color.
fabric-1.18.2-0.11.0 Beta 04.09.2022

b0.11.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed freeze on the client side when a lot of claims change color.
forge-1.19.1-0.10.1 Beta 20.08.2022

b0.10.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added a server config option "itemUseProtectionExceptionList" for item use protection exceptions. * Reworked multi-tick server tasks, e.g. claim sync. * Optimized the claim expiration system for when there is a huge number of claim owners or a single claim owner has a huge number of claims. * Optimized the party expiration system for when there is a huge number of parties. More optimizations to come. * Fixed some party allies not surviving a server restart.
fabric-1.19.1-0.10.1 Beta 20.08.2022

b0.10.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added a server config option "itemUseProtectionExceptionList" for item use protection exceptions. * Reworked multi-tick server tasks, e.g. claim sync. * Optimized the claim expiration system for when there is a huge number of claim owners or a single claim owner has a huge number of claims. * Optimized the party expiration system for when there is a huge number of parties. More optimizations to come. * Fixed some party allies not surviving a server restart.
forge-1.18.2-0.10.1 Beta 20.08.2022

b0.10.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added a server config option "itemUseProtectionExceptionList" for item use protection exceptions. * Reworked multi-tick server tasks, e.g. claim sync. * Optimized the claim expiration system for when there is a huge number of claim owners or a single claim owner has a huge number of claims. * Optimized the party expiration system for when there is a huge number of parties. More optimizations to come. * Fixed some party allies not surviving a server restart.
fabric-1.18.2-0.10.1 Beta 20.08.2022

b0.10.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added a server config option "itemUseProtectionExceptionList" for item use protection exceptions. * Reworked multi-tick server tasks, e.g. claim sync. * Optimized the claim expiration system for when there is a huge number of claim owners or a single claim owner has a huge number of claims. * Optimized the party expiration system for when there is a huge number of parties. More optimizations to come. * Fixed some party allies not surviving a server restart.
forge-1.19.1-0.9.0 Beta 08.08.2022

b0.9.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Added proper support for the Create mod's deployer block. Allows you to use deployers inside your protected chunks on Forge, and now actually protects from it on Fabric (update the extension as well).
fabric-1.19.1-0.9.0 Beta 08.08.2022

b0.9.0

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
* Added proper support for the Create mod's deployer block. Allows you to use deployers inside your protected chunks on Forge, and now actually protects from it on Fabric (update the extension as well).
forge-1.18.2-0.9.0 Beta 08.08.2022

b0.9.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added proper support for the Create mod's deployer block. Allows you to use deployers inside your protected chunks on Forge, and now actually protects from it on Fabric (update the extension as well).
fabric-1.18.2-0.9.0 Beta 08.08.2022

b0.9.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added proper support for the Create mod's deployer block. Allows you to use deployers inside your protected chunks on Forge, and now actually protects from it on Fabric (update the extension as well).
forge-1.19.1-0.8.1 Beta 29.07.2022

b0.8.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
* Updated to 1.19.1. Should still work for 1.19 on the server side though. * Fixed crash when blocks are placed by a null entity, which is usually caused by other mods. * Moved some frequent log outputs to debug level so that they don't spam the console.
fabric-1.19.1-0.8.1 Beta 29.07.2022

b0.8.1

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Updated to 1.19.1. Should still work for 1.19 on the server side though. * Fixed crash when blocks are placed by a null entity, which is usually caused by other mods. * Moved some frequent log outputs to debug level so that they don't spam the console.
forge-1.18.2-0.8.1 Beta 29.07.2022

b0.8.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed crash when blocks are placed by a null entity, which is usually caused by other mods. * Moved some frequent log outputs to debug level so that they don't spam the console.
fabric-1.18.2-0.8.1 Beta 29.07.2022

b0.8.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed crash when blocks are placed by a null entity, which is usually caused by other mods. * Moved some frequent log outputs to debug level so that they don't spam the console.
forge-1.19-0.8.0 Beta 27.07.2022

b0.8.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Added Piston Barrier option that protects chunks from being affected by pistons outside the chunks. * Added chunk protection support for Create mod. Currently should protect from all survival Create mechanics, but please let me know if I missed something. The Fabric version of the mod requires an additional extension/mod for this to work. * Added block place/break protection based on Forge block snapshots. This is especially useful for items that place multiple blocks, e.g. beds, bonemeal. Unfortunately, I don't think Fabric has an equivalent for this, but I'll look into this more.
fabric-1.19-0.8.0 Beta 27.07.2022

b0.8.0

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4 1.19.1-pre5 1.19.1-pre6 1.19.1-rc2 1.19.1-rc3
Завантажувачі / Платформи
fabric
Показати зміни
* Added Piston Barrier option that protects chunks from being affected by pistons outside the chunks. * Added chunk protection support for Create mod. Currently should protect from all survival Create mechanics, but please let me know if I missed something. The Fabric version of the mod requires an additional extension/mod for this to work.
forge-1.18.2-0.8.0 Beta 27.07.2022

b0.8.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added Piston Barrier option that protects chunks from being affected by pistons outside the chunks. * Added chunk protection support for Create mod. Currently should protect from all survival Create mechanics, but please let me know if I missed something. The Fabric version of the mod requires an additional extension/mod for this to work. * Added block place/break protection based on Forge block snapshots. This is especially useful for items that place multiple blocks, e.g. beds, bonemeal. Unfortunately, I don't think Fabric has an equivalent for this, but I'll look into this more.
fabric-1.18.2-0.8.0 Beta 27.07.2022

b0.8.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Added Piston Barrier option that protects chunks from being affected by pistons outside the chunks. * Added chunk protection support for Create mod. Currently should protect from all survival Create mechanics, but please let me know if I missed something. The Fabric version of the mod requires an additional extension/mod for this to work.
forge-1.19-0.7.0 Beta 20.07.2022

b0.7.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Reworked runtime claim storage and synchronization. It should be much faster and more scalable now. It's a huge change though, so expect bugs. Rolling back to 0.6.1 is safe though, in case you need to. * Fixed claim and forceload numbers not always being correct on the UI, especially when claim data isn't synced with the client. * Fixed incorrect command suggestion in the output when using /openpac-parties destroy. * Added target-aware item use protection for items that use custom ray-tracing, usually those that can interact with fluids, e.g. buckets. * Added regular item use protection exceptions for buckets. The new target-aware protection is enough. * Added the whole BOATS item tag to the default item use exceptions. * Added fluid barrier option that protects your chunks from fluids flowing in from outside. * Added dispenser barrier option that protects your chunks from dispensers that "touch" and face your chunks. * Added an option in the player configs for whether chunks that "touch" the claimed chunks (neighbors) should also be protected from regular item use (not a block or entity interaction with an item). I don't recommend turning it off though.
fabric-1.19-0.7.0 Beta 20.07.2022

b0.7.0

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4 1.19.1-pre5
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Reworked runtime claim storage and synchronization. It should be much faster and more scalable now. It's a huge change though, so expect bugs. Rolling back to 0.6.1 is safe though, in case you need to. * Fixed claim and forceload numbers not always being correct on the UI, especially when claim data isn't synced with the client. * Fixed incorrect command suggestion in the output when using /openpac-parties destroy. * Added target-aware item use protection for items that use custom ray-tracing, usually those that can interact with fluids, e.g. buckets. * Added regular item use protection exceptions for buckets. The new target-aware protection is enough. * Added the whole BOATS item tag to the default item use exceptions. * Added fluid barrier option that protects your chunks from fluids flowing in from outside. * Added dispenser barrier option that protects your chunks from dispensers that "touch" and face your chunks. * Added an option in the player configs for whether chunks that "touch" the claimed chunks (neighbors) should also be protected from regular item use (not a block or entity interaction with an item). I don't recommend turning it off though.
forge-1.18.2-0.7.0 Beta 20.07.2022

b0.7.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Reworked runtime claim storage and synchronization. It should be much faster and more scalable now. It's a huge change though, so expect bugs. Rolling back to 0.6.1 is safe though, in case you need to. * Fixed claim and forceload numbers not always being correct on the UI, especially when claim data isn't synced with the client. * Fixed incorrect command suggestion in the output when using /openpac-parties destroy. * Added target-aware item use protection for items that use custom ray-tracing, usually those that can interact with fluids, e.g. buckets. * Added regular item use protection exceptions for buckets. The new target-aware protection is enough. * Added the whole BOATS item tag to the default item use exceptions. * Added fluid barrier option that protects your chunks from fluids flowing in from outside. * Added dispenser barrier option that protects your chunks from dispensers that "touch" and face your chunks. * Added an option in the player configs for whether chunks that "touch" the claimed chunks (neighbors) should also be protected from regular item use (not a block or entity interaction with an item). I don't recommend turning it off though.
fabric-1.18.2-0.7.0 Beta 20.07.2022

b0.7.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Reworked runtime claim storage and synchronization. It should be much faster and more scalable now. It's a huge change though, so expect bugs. Rolling back to 0.6.1 is safe though, in case you need to. * Fixed claim and forceload numbers not always being correct on the UI, especially when claim data isn't synced with the client. * Fixed incorrect command suggestion in the output when using /openpac-parties destroy. * Added target-aware item use protection for items that use custom ray-tracing, usually those that can interact with fluids, e.g. buckets. * Added regular item use protection exceptions for buckets. The new target-aware protection is enough. * Added the whole BOATS item tag to the default item use exceptions. * Added fluid barrier option that protects your chunks from fluids flowing in from outside. * Added dispenser barrier option that protects your chunks from dispensers that "touch" and face your chunks. * Added an option in the player configs for whether chunks that "touch" the claimed chunks (neighbors) should also be protected from regular item use (not a block or entity interaction with an item). I don't recommend turning it off though.
forge-1.19-0.6.1 Beta 15.07.2022

b0.6.1

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* When in claims admin mode, all claim actions will now use the "anyway" modifier by default. This should allow OPs to override any claims and to claim at any distance. If you're using the Xaero's World Map mod, update it as well to make full use of this. * Optimized claim requests. * The "anyway" modifier for claim requests will no longer make the claim actions "succeed" when no changes occur. * Bonus block and entity interactions should now be disabled by default in the player config. * Added an option for crop trample protection in the player config.
fabric-1.19-0.6.1 Beta 15.07.2022

b0.6.1

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* When in claims admin mode, all claim actions will now use the "anyway" modifier by default. This should allow OPs to override any claims and to claim at any distance. If you're using the Xaero's World Map mod, update it as well to make full use of this. * Optimized claim requests. * The "anyway" modifier for claim requests will no longer make the claim actions "succeed" when no changes occur. * Bonus block and entity interactions should now be disabled by default in the player config. * Added an option for crop trample protection in the player config.
forge-1.18.2-0.6.1 Beta 15.07.2022

b0.6.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* When in claims admin mode, all claim actions will now use the "anyway" modifier by default. This should allow OPs to override any claims and to claim at any distance. If you're using the Xaero's World Map mod, update it as well to make full use of this. * Optimized claim requests. * The "anyway" modifier for claim requests will no longer make the claim actions "succeed" when no changes occur. * Bonus block and entity interactions should now be disabled by default in the player config. * Added an option for crop trample protection in the player config.
fabric-1.18.2-0.6.1 Beta 15.07.2022

b0.6.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* When in claims admin mode, all claim actions will now use the "anyway" modifier by default. This should allow OPs to override any claims and to claim at any distance. If you're using the Xaero's World Map mod, update it as well to make full use of this. * Optimized claim requests. * The "anyway" modifier for claim requests will no longer make the claim actions "succeed" when no changes occur. * Bonus block and entity interactions should now be disabled by default in the player config. * Added an option for crop trample protection in the player config.
forge-1.19-0.5.5 Beta 12.07.2022

b0.5.5

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed incorrect player position being used for claims after dying. Broke claim requests and sync. * Fixed server forceloads not being effectively unlimited.
fabric-1.19-0.5.5 Beta 12.07.2022

b0.5.5

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed incorrect player position being used for claims after dying. Broke claim requests and sync. * Fixed server forceloads not being effectively unlimited.
forge-1.18.2-0.5.5 Beta 12.07.2022

b0.5.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed incorrect player position being used for claims after dying. Broke claim requests and sync. * Fixed server forceloads not being effectively unlimited.
fabric-1.18.2-0.5.5 Beta 12.07.2022

b0.5.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed incorrect player position being used for claims after dying. Broke claim requests and sync. * Fixed server forceloads not being effectively unlimited.
forge-1.19-0.5.4 Beta 12.07.2022

b0.5.4

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with Forge 41.0.94 and newer. Now also requires it.
forge-1.19-0.5.3 Beta 11.07.2022

b0.5.3

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with some mods that use fake players, e.g. ComputerCraft.
fabric-1.19-0.5.3 Beta 11.07.2022

b0.5.3

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with some mods that use fake players, e.g. ComputerCraft.
forge-1.18.2-0.5.3 Beta 11.07.2022

b0.5.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with some mods that use fake players, e.g. ComputerCraft.
fabric-1.18.2-0.5.3 Beta 11.07.2022

b0.5.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Fixed compatibility with some mods that use fake players, e.g. ComputerCraft.
forge-1.19-0.5.2 Beta 09.07.2022

b0.5.2

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with Forge 41.0.64 and newer. Now also requires it.
forge-1.19-0.5.1 Beta 09.07.2022

b0.5.1

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Optimized suggestions sync for some party commands. * Fixed crash when entering a claim with a custom name on a dedicated server.
fabric-1.19-0.5.1 Beta 09.07.2022

b0.5.1

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Optimized suggestions sync for some party commands. * Fixed crash when entering a claim with a custom name on a dedicated server.
forge-1.18.2-0.5.1 Beta 09.07.2022

b0.5.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Optimized suggestions sync for some party commands. * Fixed crash when entering a claim with a custom name on a dedicated server.
fabric-1.18.2-0.5.1 Beta 09.07.2022

b0.5.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Optimized suggestions sync for some party commands. * Fixed crash when entering a claim with a custom name on a dedicated server.
forge-1.19-0.5.0 Beta 08.07.2022

b0.5.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Claim region sync will now pause for players whose lazy packet sync is clogged, which prevents a minor memory leak that players could purposely reproduce. * Fixed not being able to resend a party invite. * Fixed crash when mob griefing occurs by a null entity. * Fixed configs not resyncing when a player is opped or deopped.
fabric-1.19-0.5.0 Beta 08.07.2022

b0.5.0

Підтримувані версії Minecraft
1.19 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Claim region sync will now pause for players whose lazy packet sync is clogged, which prevents a minor memory leak that players could purposely reproduce. * Fixed not being able to resend a party invite. * Fixed crash when mob griefing occurs by a null entity. * Fixed configs not resyncing when a player is opped or deopped.
forge-1.18.2-0.5.0 Beta 08.07.2022

b0.5.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Claim region sync will now pause for players whose lazy packet sync is clogged, which prevents a minor memory leak that players could purposely reproduce. * Fixed not being able to resend a party invite. * Fixed crash when mob griefing occurs by a null entity. * Fixed configs not resyncing when a player is opped or deopped.
fabric-1.18.2-0.5.0 Beta 08.07.2022

b0.5.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Claim region sync will now pause for players whose lazy packet sync is clogged, which prevents a minor memory leak that players could purposely reproduce. * Fixed not being able to resend a party invite. * Fixed crash when mob griefing occurs by a null entity. * Fixed configs not resyncing when a player is opped or deopped.
forge-1.19-0.4.5 Beta 06.07.2022

b0.4.5

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed possible memory leak and improved party and claim data sync for multiple players.
fabric-1.19-0.4.5 Beta 06.07.2022

b0.4.5

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported the mod to Fabric. * Fixed possible memory leak and improved party and claim data sync for multiple players.
forge-1.18.2-0.4.5 Beta 06.07.2022

b0.4.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed possible memory leak and improved party and claim data sync for multiple players.
fabric-1.18.2-0.4.5 Beta 06.07.2022

b0.4.5

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
* Ported the mod to Fabric. * Fixed possible memory leak and improved party and claim data sync for multiple players.
1.19-0.4.0 Beta 04.07.2022

b0.4.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Added a server config option for a list of entity exceptions "entityProtectionExceptionList", similar to the block one. * You can now force a block/entity "empty hand" exception across the server with the "blockProtectionExceptionList" and "entityProtectionExceptionList" options by using a prefix "force$". * You can now add exceptions for breaking/killing specific blocks/entities with the "blockProtectionExceptionList" and "entityProtectionExceptionList" options by using a prefix "break$" or "force_break$". This does not require allowing interactions (right click). * Fixed weird position of the "waiting" message when requesting a config for another player. * Moved most events used for chunk protection to the "HIGHEST" priority, which should help protect against more modded stuff. * Chunk protection types that partially protect neighbor chunks should no longer do so for the wilderness neighbors, when the wilderness is protected. * The neighbors of a protected chunks should now be partially protected from item use to account for high range item uses, similar to mob griefing. * Removed protection from shield usage. Right clicking a sword in the air should no longer give you an item use warning either. * Boats should now be in the "friendlyChunkProtectedEntityList" option by default, which only applies for newly generated server configs. * The use of the boat item is now allowed by default. * Fixed non-living entities not being protected. They should now count as friendly entities, as intended. * Added a new server config option "additionalBannedItemsList" for banning the use of some items in protected chunks that the mod allows by default.
1.18.2-0.4.0 Beta 04.07.2022

b0.4.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added a server config option for a list of entity exceptions "entityProtectionExceptionList", similar to the block one. * You can now force a block/entity "empty hand" exception across the server with the "blockProtectionExceptionList" and "entityProtectionExceptionList" options by using a prefix "force$". * You can now add exceptions for breaking/killing specific blocks/entities with the "blockProtectionExceptionList" and "entityProtectionExceptionList" options by using a prefix "break$" or "force_break$". This does not require allowing interactions (right click). * Fixed weird position of the "waiting" message when requesting a config for another player. * Moved most events used for chunk protection to the "HIGHEST" priority, which should help protect against more modded stuff. * Chunk protection types that partially protect neighbor chunks should no longer do so for the wilderness neighbors, when the wilderness is protected. * The neighbors of a protected chunks should now be partially protected from item use to account for high range item uses, similar to mob griefing. * Removed protection from shield usage. Right clicking a sword in the air should no longer give you an item use warning either. * Boats should now be in the "friendlyChunkProtectedEntityList" option by default, which only applies for newly generated server configs. * The use of the boat item is now allowed by default. * Fixed non-living entities not being protected. They should now count as friendly entities, as intended. * Added a new server config option "additionalBannedItemsList" for banning the use of some items in protected chunks that the mod allows by default.
1.19-0.3.0 Beta 03.07.2022

b0.3.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Added protection against player-caused lightning bolts. * Added protection against fire spread. * Removed protection against trident usage. * Mob griefing protection should now also partially protect chunks near the protected ones, as intended. * Renamed "Blocks From Entities" protection to "Mob Griefing", as it can sometimes also protect entities. * Improved comment for the mob griefing option.
1.18.2-0.3.0 Beta 03.07.2022

b0.3.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Added protection against player-caused lightning bolts. * Added protection against fire spread. * Removed protection against trident usage. * Mob griefing protection should now also partially protect chunks near the protected ones, as intended. * Renamed "Blocks From Entities" protection to "Mob Griefing", as it can sometimes also protect entities. * Improved comment for the mob griefing option.
1.19-0.2.2 Beta 30.06.2022

b0.2.2

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Reworked Forge config API handling. * Replaced mod icon. * Fixed crashes when used on a dedicated server. * Allowed the mod to be installed just on client or the server side.
1.18.2-0.2.2 Beta 30.06.2022

b0.2.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Reworked Forge config API handling. * Replaced mod icon. * Fixed crashes when used on a dedicated server. * Allowed the mod to be installed just on client or the server side.
1.19-0.2.1 Beta 28.06.2022

b0.2.1

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Fixed compatibility with Forge 41.0.53 and newer. Now also requires it.
1.19-0.2.0 Beta 28.06.2022

b0.2.0

Підтримувані версії Minecraft
1.19
Завантажувачі / Платформи
forge
Показати зміни
* Upgrade to Minecraft 1.19 Use Forge 41.0.52 or older.
1.18.2-0.2.0 Beta 26.06.2022

b0.2.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
* Fixed anonymous protection not working * Fixed chat spam when an arrow gets stuck in an entity that you can't attack * Added entity protection against thrown potions
0.1.0 Beta 24.06.2022

b0.1.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
First beta release!