本插件为服务器添加了区块认领(Chunk Claiming)功能,支持管理、访客权限与领地交互,并与 Vault、WorldGuard、PlaceholderAPI 深度集成。
plugins 文件夹感谢所有为改进插件提供宝贵反馈的用户。
chunk-owner: "%chunks_owner%" # 当前区块的拥有者
has-access: "%chunks_access%" # 是否有访问权限
claim-count: "%chunks_claims%" # 已认领区块数量
claim-left: "%chunks_claims_left%" # 剩余可认领区块数量
claim-max: "%chunks_claims_max%" # 最大可认领区块数量chunks.command.chunk/chunk helpchunks.command.chunks/chunks helpchunks.command.chunk — 执行 /chunk 命令(默认: op)chunks.command.chunk.ban — 禁止玩家进入认领区(默认: op)chunks.command.chunk.banned — 查看被禁玩家列表(默认: op)chunks.command.chunk.claim — 认领当前区块(默认: op)chunks.command.chunk.claim.multiple.default — 一次性认领多个区块(默认: op)chunks.command.chunk.help — 查看 /chunk 帮助列表(默认: op)chunks.command.chunk.members — 列出区块成员(默认: op)chunks.command.chunk.tnt — 开关当前区块的 TNT 破坏(默认: op)chunks.command.chunk.unban — 解除玩家禁入(默认: op)chunks.command.chunk.unclaim — 解除认领当前区块(仅所有者,默认: op)chunks.command.chunk.view — 查看当前世界的已认领区块(默认: op)chunks.command.chunk.view.others — 查看其他玩家的已认领区块(默认: op)chunks.command.chunks — 执行 /chunks 命令(默认: op)chunks.command.chunks.edit — 切换区块编辑模式(默认: op)chunks.command.chunks.effect — 展示认领/解除认领的特效(默认: op)chunks.command.chunks.help — 查看 /chunks 帮助列表(默认: op)chunks.command.chunks.info — 获取当前区块详细信息(默认: op)chunks.command.chunks.reload — 重载插件配置文件(默认: op)chunks.command.chunks.protect — 管理员区块保护相关命令(默认: op)chunks.command.chunks.setowner — 设置当前区块的拥有者(默认: op)chunks.command.chunks.unclaim — 强制解除认领当前区块(默认: op)这个文档包含了领地插件的配置文件和消息文件,帮助你自定义领地行为、经济系统、权限以及玩家交互提示。
notify-update: true — 是否在更新时通知管理员worlds: 允许声明领地的世界列表worldworld_netherworld_the_endtestcost: 1000.0 — 第一次声明领地的费用refund: 750.0 — 解除领地时退还的金额multiply: 25 — 每多声明一块领地,费用增加基础费用的 25%(建议先在测试环境验证)default: 32vip: 36staff: 64op: 9999claim:manipulate-fly: true — 是否允许在领地内操控飞行状态expires: 31 — 领地过期天数(0 为永不过期)particle:- `type`: `TOTEM_OF_UNDYING` — 粒子类型- `spread`: `4` — 扩散范围- `height`: `6` — 粒子高度- `amount`: `75` — 粒子数量sound:- `type`: `BLOCK_AMETHYST_BLOCK_BREAK` — 音效类型- `volume`: `0.75`- `pitch`: `1.0`unclaim:particle:- `type`: `SPELL_INSTANT`- `spread`: `4`- `height`: `6`- `amount`: `75`sound:- `type`: `BLOCK_AMETHYST_BLOCK_BREAK`- `volume`: `0.75`- `pitch`: `1.0`pvp-inside-claims: true — 允许在领地内 PVPredstone-only-in-claims: false — 红石机器仅在领地内生效disable-block-break: true — 禁止非领地成员破坏方块disable-block-fertilize: true — 禁止骨粉催熟disable-block-place: true — 禁止放置方块disable-cauldron-level-change: true — 禁止改变炼药锅水位disable-tnt-block-damage: true — 禁止 TNT 破坏方块disable-sign-change: true — 禁止修改告示牌内容disable-fluid-from-outside: true — 禁止来自领地外的流体流入disable-piston-from-outside: true — 禁止领地外的活塞推动领地内方块以下方块在领地内被禁止按压/交互(所有均设为 true):
非领地成员将无法与以下方块交互(全部设为 true):
以下方块的形态变化(如氧化、剥皮、耕耘等)被禁用:
领地内无法使用所有颜色的床(16 种颜色全部列出)。
以下生物被视为友好生物,可在领地内生成/存在(全部设为 true):
---
success: '&6你已声明一个区块,花费 &a{0}'insufficient-funds: '&c你没有足够的余额,需要 &a{0}'reached-limit: '&c你已达到了 &f{0}&c/&f{1}&c 的领地上限'claimed: '&c该区块已被 &f{0}&c 声明'disabled-area: '&c你无法在此区域声明领地'success: '&6你解除了一个区块,退还 &a{0}'claimed: '&c该区块由 &f{0}&c 拥有'unclaimed: '&c该区块尚未被声明'success: '&6你解除了所有区块,每个退还 &a{0}'enable: '&6当前区块允许 TNT 爆炸'disable: '&6当前区块不再允许 TNT 爆炸'claimed: '&c该区块已被 &f{0}&c 声明'unclaimed: '&c该区块未被声明'title: '&6区块帮助:'ban: '&f/chunk ban 玩家&7 - 禁止玩家进入区块'banned: '&f/chunk banned&7 - 查看被禁止的玩家'claim: '&f/chunk claim&7 - 声明当前区块'help: '&f/chunk help&7 - 显示此帮助'members: '&f/chunk members add/remove 玩家&7 - 添加或移除区块成员'tnt: '&f/chunk tnt&7 - 切换当前区块的 TNT 权限'unban: '&f/chunk unban 目标&7 - 解除玩家的区块禁令'unclaim: '&f/chunk unclaim&7 - 解除当前区块'view: '&f/chunk view&7 - 查看已声明的区块'view-others: '&f/chunk view 目标&7 - 查看目标的区块'success: '&6你已将 &f{0}&6 禁止进入你的区块'already-banned: '{0}&c 已被禁止'self: '&c你不能将自己从自己的区块中禁止'success: '&6你已解除了 &f{0}&6 的区块禁令'invalid: '{0}&c 不在禁止列表中'success: '&6你已将 &f{0}&6 添加为成员'already-member: '{0}&c 已是成员'self: '&c你不能将自己添加为区块成员'success: '&6你已将 &f{0}&6 移除成员'invalid: '{0}&c 不是成员'title: '&6成员:'listed: '- {0}'empty: '&c当前没有成员'title: '&6被禁止的玩家:'listed: '- {0}'empty: '&c当前没有禁止的玩家'cancelled:claimed: '&c该区块由 &f{0}&c 拥有'pvp: '&c在已声明的区块内禁止 PVP'command: '&c你不能在 &f{1}&c 的区块内使用 &f{0}&c 命令'move:banned: '&c你被禁止进入 &f{0}&c 的区块'visit: '&6你进入了 &f{0}&6 的区块'exit: '&6你离开了 &f{0}&6 的区块'fly:claimed: '&c你不能在 &f{0}&c 的区块内飞行!'unclaimed: '&c你不能在非自己的区块内飞行!'友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:1,246,981 | 历史访问人次:1,548,988
今日访问人数:4,229 | 今日访问人次:4,429
昨日访问人数:27,770 | 昨日访问人次:30,933
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6