CorpseReborn 是一款为服务器增添死亡真实感的插件。当玩家死亡时,它会在原地生成一个与地面平齐的“尸体”,其他玩家可以点击尸体头部来搜刮其物品。插件提供了丰富的自定义选项,并与 WorldGuard 等插件有良好的兼容性。
> 鸣谢:本插件最初由 Virizion 开发,点击此处查看原版插件。
/spawncorpse [玩家名] - 生成一个尸体。若指定玩家名则生成该玩家的尸体,否则生成自己的尸体。/removecorpse [半径] - 移除指定半径内的所有尸体。/corpsereborn - 显示插件版本信息及更新状态。/corpsereborn reload - 重载插件配置文件。corpses.spawn - 允许使用 /spawncorpse 命令。corpses.remove - 允许使用 /removecorpse 命令。corpses.reload - 允许使用 /corpsereborn reload 命令。plugins 文件夹。/reload 指令重载,这可能导致插件功能异常。enable-update-checker: true
corpse-time: 10
on-death: true
looting-inventory: true
show-tags: false
world: all
gui-title: "%corpse%'s Items"
username-format: "%corpse%"
finish-looting-message: "&bYou have finished looting %corpse%'s corpse."
new-hitboxes: true
render-armor: true
save-corpses: true
send-data: true-1 或更小的值可使尸体永久存在。true/false)。true/false)。若为 false,物品将直接掉落在尸体旁。true/false)。隐藏后仍会有一个微小的灰色标记。all 则在所有世界生效。looting-inventory 启用时,尸体物品界面的标题。%corpse% 为玩家名占位符。true)。旧的碰撞箱可能存在错误。true/false)。true/false)。注意:仅 1.8.8+ 版本支持此功能。插件提供了丰富的 API 供其他开发者调用。
// 在指定位置生成指定玩家的尸体(使用玩家当前物品)
CorpseData CorpseAPI.spawnCorpse(Player p, Location l);
// 在指定位置生成尸体,并自定义其物品栏内容
CorpseData CorpseAPI.spawnCorpse(Player, Location, ItemStack[] inv);
// 生成尸体,并自定义物品栏及全套盔甲
CorpseData CorpseAPI.spawnCorpse(Player, Location, ItemStack[] inv, ItemStack helmet, ItemStack chestPlate, ItemStack leggings, ItemStack boots);
// 生成尸体,自定义物品栏、盔甲、主手和副手物品
CorpseData CorpseAPI.spawnCorpse(Player, Location, ItemStack[] inv, ItemStack helmet, ItemStack chestPlate, ItemStack leggings, ItemStack boots, ItemStack hand, ItemStack offHand);// 移除一个通过 API 生成的尸体
CorpseAPI.removeCorpse(CorpseData);fromCommand 为 true 表示由命令或 API 生成,false 表示由玩家死亡生成。调用 .setCanceled(true) 可使物品掉落在地面而非生成尸体。> 需要 WorldGuard 6.2+ 版本。WorldGuard 不是必需的,但如果已安装,则可以使用以下区域标记:
感谢您考虑支持本插件的开发!任何捐赠都将被极大地感激,这有助于激励我作为一名学生继续为 Spigot 社区贡献。请注意,捐赠并不意味着我一定会实现特定的功能请求。
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人次:3,028,285 | 今日访问人次:12,413 | 昨日访问人次:11,147
独立 IP:4,877 | 最近24小时有3,877人访问本站
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6