可以将门变成金库大门,看起来非常厉害。
关于个人金库门允许玩家放置可用的保险库门。
保险库门可以密码/钥匙锁定。
去取门。移除密码/钥匙锁并打开保险库门。然后用锤子敲。
保险库门可以通过在损坏冷却延迟后关闭时用锤子敲击来修复。
维修费用和损坏维修冷却时间可以在插件中设置。
保险库门的健康可以在插件中设置。
不要与 Vaultfix.cs 插件一起使用,因为它已经包含在其中。
如何获得 Vault Door:
从 1.0.0 版开始,它只能使用聊天命令/vaultdoor.craft来创建给拥有PersonalVaultDoor.use权限的用户,
或者通过 rcon 或管理控制台使用/vaultdoor.give提供给玩家 选手姓名
设置:
所有设置都在插件中。
默认设置:
//Starting Health of vault door
public static float VaultMaxHealth = 2000;
//Sec delay between taking damage and being able to fix
public float RepairDelay = 60; //secs
//Repair per hammer hit
public int RepairAmmount = 25; //hp
//Items and quanity needed per repair hit
public Dictionary<string, int> RepairCost = new Dictionary<string, int>
{
{"scrap", 1},
{"metal.fragments", 100},
{"metal.refined", 10},
};
© 版权声明
THE END
暂无评论内容