Jump to content

Personal Vault Door 1.0.2

   (5 reviews)

1 Screenshot

  • 22,381
  • 2,350
  • 23.91 kB

About Personal Vault Door

Allows players to place a usable Vault Door.
Vault Door can be code/key locked.
To pick up door. Remove code/keylock and open vault door. Then hit with hammer.
Vault door can be repaired by hitting it with hammer while its closed after its damage cool down delay.
Repair costs and damage repair cool down can be set in the plugin.
Vault door health can be set in the plugin.
Dont use with Vaultfix.cs plugin since its already included within this.

How to get Vault Door:
As of version 1.0.0 it can only be created with chat command /vaultdoor.craft to users that have permission PersonalVaultDoor.use
or given to a player via rcon or admin console with /vaultdoor.give playername


Settings:
All settings are with in the plugin.
Default Settings:

//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},
};


Video:

 

  • Like 1
  • Love 8

User Feedback

563.7k

Downloads

Total number of downloads.

3.1k

Customers

Total customers served.

41.8k

Files Sold

Total number of files sold.

727.5k

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.