Yetkililerin belirli koordinatlara özel olarak kullanıma sunabileceği, sadece şifresini bilen kişilerin erişebileceği kasa sistemi
/ozeldepokur [AĞIRLIK] [SLOT]
/ozeldeposil
/depokur [AĞIRLIK] [SLOT] [ŞİFRE]
/deposil
/deposifre [ŞİFRE] (Depo şifresini güncelleme)
/depobilgi
BZ = {}
BZ.SafeBoxs = {}
BZ.PrivateSafeBoxs = {}
BZ.SecurityTryAgain = {
working = true,
limit = 5,
minute = 15,
}
BZ.Commands = {
CreateStash = {
['command'] = 'depokur',
['perm'] = 'god',
},
DeleteStash = {
['command'] = 'deposil',
['perm'] = 'god',
},
ChangePassword = {
['command'] = 'deposifre',
['perm'] = 'god',
},
StashInformation = {
['command'] = 'depobilgi',
['perm'] = 'god',
},
PrivateStash = {
['command'] = 'ozeldepokur',
['perm'] = 'god',
},
PrivateDeleteStash = {
['command'] = 'ozeldeposil',
['perm'] = 'god',
},
}