
BuyClaimChunks Continued
A NeoForge mod that lets players buy personal FTB Chunks extra-claim capacity using a configurable item currency. Supports fixed or progressive pricing…
⬇ Download on ModrinthBuyClaimChunks Continued
Buy personal FTB Chunks extra-claim capacity using a configurable item currency.
BuyClaimChunks Continued is an independently maintained, MIT-licensed fork of SkyAdri's BuyClaimChunks for Minecraft 1.21.1 and NeoForge. It is not affiliated with or endorsed by the original author, FTB, Mojang, NeoForge, Modrinth, or CurseForge.
Features
- Use
/buyclaim [amount]to purchase one or more personal extra-claim slots. - Use any registered vanilla or modded item as the currency.
- Configure fixed pricing or progressive pricing based on the player's current personal extra-claim total.
- Set separate limits for total personal extra claims and the maximum amount purchasable in one command.
- Calculate bulk purchases by summing the sequential price of every purchased slot.
- Consume payment only after FTB Chunks confirms that the allowance was increased.
- Protect price calculations against integer overflow and invalid configuration values.
- Includes complete English and Japanese documentation.
Important behavior
This mod increases the player's personal FTB Chunks extra-claim allowance. It does not automatically claim the current chunk and does not increase an FTB Teams party allowance.
Pricing and limits use the player's current personal extra-claim total recorded by FTB Chunks, including extra claims granted by an administrator.
Payment is counted from the hotbar and normal inventory. Armor and offhand slots are not used. Items may be spread across multiple stacks.
Requirements
- Minecraft 1.21.1
- NeoForge 21.1+
- Java 21
- FTB Chunks 2101.1.20–2101.x
- FTB Library, FTB Teams, and Architectury API as required by FTB Chunks
Environment: Server required, client optional. Singleplayer is supported through Minecraft's integrated server.
FTB Chunks may not be available as a linked Modrinth dependency. Install it and its required dependencies separately from its official CurseForge or FTB distribution when necessary.
Installation
- Install NeoForge for Minecraft 1.21.1 and Java 21.
- Install FTB Chunks and all dependencies required by it.
- Place the BuyClaimChunks Continued JAR in the server's
modsdirectory. - Start the server once to generate
config/buyclaimchunks-common.toml. - Adjust the configuration while the server is stopped, if required.
- Use
/buyclaimor/buyclaim <amount>in game.
For singleplayer, place the mod and its dependencies in the instance's normal mods directory.
The original mod and this fork use the same buyclaimchunks mod ID and cannot be installed together.
Configuration
The configuration file is generated at:
config/buyclaimchunks-common.toml
The configurable options include:
- currency item registry ID
- base item cost
- progressive price growth factor
- progressive price exponent
- maximum personal extra-claim total
- maximum purchase amount per command
See the project source repository for the complete option ranges, pricing formula, examples, migration notes, and troubleshooting guide.
Commands
/buyclaim
/buyclaim <amount>
The command is player-only. /buyclaim purchases one slot by default, while the optional amount purchases multiple slots in one transaction.
Source, issues, and documentation
- Source code: https://github.com/nekomario28/BuyClaimChunks
- Issue tracker: https://github.com/nekomario28/BuyClaimChunks/issues
- English documentation: https://github.com/nekomario28/BuyClaimChunks#readme
- Japanese documentation: https://github.com/nekomario28/BuyClaimChunks/blob/main/README_ja.md
License and attribution
Licensed under the MIT License.
Original work by SkyAdri. Continued maintenance, NeoForge 1.21.1 support, safety improvements, configurable pricing, tests, documentation, and independent branding by nekomario28.
The distributed JAR includes the full LICENSE and NOTICE files.
日本語
設定可能なアイテム通貨を使用して、FTB Chunksのプレイヤー個人用追加クレーム枠を購入できるMODです。
BuyClaimChunks Continuedは、SkyAdri氏のBuyClaimChunksをMinecraft 1.21.1/NeoForge向けに継続保守する、MITライセンスの独立forkです。元作者、FTB、Mojang、NeoForge、Modrinth、CurseForgeによる公式作品または公認作品ではありません。
機能
/buyclaim [amount]で個人用追加クレーム枠を1つ以上購入できます。- 通貨には、登録済みのバニラアイテムまたはMOD追加アイテムを使用できます。
- 固定価格、または現在の個人用追加クレーム総数に応じた段階価格を設定できます。
- 個人用追加クレーム枠の総上限と、1回のコマンドで購入できる数量を別々に設定できます。
- 複数枠を購入する場合、各枠の連続した価格を合計して請求します。
- FTB Chunksによる枠の増加が成功した後にのみ、支払いアイテムを消費します。
- 整数オーバーフローや不正な設定値に対する保護があります。
- 英語と日本語の詳細なドキュメントを収録しています。
重要な動作
このMODが増やすのは、プレイヤーの個人用FTB Chunks追加クレーム枠です。現在地のチャンクを自動でクレームするものではなく、FTB Teamsのパーティー共有枠も増加しません。
価格と上限の計算には、管理者によって付与された分を含む、FTB Chunksに記録された現在の個人用追加クレーム総数を使用します。
支払い判定の対象はホットバーと通常インベントリです。防具スロットとオフハンドは使用しません。通貨アイテムは複数スタックに分かれていても合計されます。
必要環境
- Minecraft 1.21.1
- NeoForge 21.1以上
- Java 21
- FTB Chunks 2101.1.20〜2101.x
- FTB Chunksが必要とするFTB Library、FTB Teams、Architectury API
動作環境: サーバー側必須、クライアント側任意。Minecraftの統合サーバーを通してシングルプレイでも動作します。
FTB ChunksをModrinth上の依存関係としてリンクできない場合があります。その場合は、公式CurseForgeまたはFTBの配布元から、FTB Chunksと必要な依存MODを別途導入してください。
インストール
- Minecraft 1.21.1向けNeoForgeとJava 21を導入します。
- FTB Chunksと、それが必要とする依存MODをすべて導入します。
- BuyClaimChunks ContinuedのJARをサーバーの
modsディレクトリへ配置します。 - サーバーを一度起動し、
config/buyclaimchunks-common.tomlを生成します。 - 必要に応じて、サーバーを停止した状態で設定を変更します。
- ゲーム内で
/buyclaimまたは/buyclaim <amount>を使用します。
シングルプレイでは、通常のMinecraftインスタンスのmodsディレクトリへ本MODと依存MODを配置してください。
元MODとこのforkは同じbuyclaimchunksというmod IDを使用するため、同時には導入できません。
設定
設定ファイルは次の場所に生成されます。
config/buyclaimchunks-common.toml
主な設定項目は次のとおりです。
- 通貨アイテムのレジストリID
- 基本となる必要アイテム数
- 段階価格の増加係数
- 段階価格の指数
- 個人用追加クレーム枠の総上限
- 1回のコマンドで購入できる最大数量
各設定の範囲、価格計算式、具体例、旧版からの移行方法、トラブルシューティングについては、ソースリポジトリの詳細ドキュメントを参照してください。
コマンド
/buyclaim
/buyclaim <amount>
コマンドはプレイヤー専用です。/buyclaimは既定で1枠を購入し、数量を指定すると複数枠を1回の取引で購入します。
ソースコード・不具合報告・ドキュメント
- ソースコード: https://github.com/nekomario28/BuyClaimChunks
- 不具合報告: https://github.com/nekomario28/BuyClaimChunks/issues
- 英語ドキュメント: https://github.com/nekomario28/BuyClaimChunks#readme
- 日本語ドキュメント: https://github.com/nekomario28/BuyClaimChunks/blob/main/README_ja.md
ライセンスと帰属表示
MIT Licenseで公開されています。
原作はSkyAdri氏です。継続保守、NeoForge 1.21.1対応、安全性の改善、設定可能な価格システム、テスト、ドキュメント、独自ブランディングはnekomario28によるものです。
配布JARには、完全なLICENSEとNOTICEファイルが同梱されています。
- Ships as BuyClaimChunks-Continued-1.1.0-NeoForge-1.21.1.jar — drop this file into the mods folder
- Download size: 21 KB
- Download link checked 13 Aug 2026 — working
These come from our own check of the pack file, not from the source page.