The goal is to allow the player to store anything on a virtual vault.The idea is to get everything on the inventory and type /store myvault and everything will be stored on the vaut 'myvault'To get it back, the player can type /take myvaultThis can be used to move resources or items that can't go in the arkdata to another map.
commands:
/store vaultName - will save current inventory to the vault, can be executed multiple times
/vaults - show all your vaults
/take vaultName - load the vaultName until it fills the inventory can be executed multiple times
/pvp check pvp cooldown
Head my warning!!!!!
1. Vault will wil not decay if event scheduler is not enable on MySQL. To enable events execute "SET GLOBAL event_scheduler = ON" as root on mysql
2. Vaults have no limits
3. Only MySQL engine innodb is supported for vaultorama
commands:
/store vaultName - will save current inventory to the vault, can be executed multiple times
/vaults - show all your vaults
/take vaultName - load the vaultName until it fills the inventory can be executed multiple times
/pvp check pvp cooldown
Head my warning!!!!!
1. Vault will wil not decay if event scheduler is not enable on MySQL. To enable events execute "SET GLOBAL event_scheduler = ON" as root on mysql
2. Vaults have no limits
3. Only MySQL engine innodb is supported for vaultorama