Dynamic slots (#36)

* Removed slots configuration

* feature: dynamic slots

* fixes + improvements

* edited core functionality

* added commands for slots management

* added commands english locale

Co-authored-by: d3rp-jsx <15928886+derp-jsx@users.noreply.github.com>
This commit is contained in:
Demetrio
2021-08-11 03:31:30 +10:00
committed by GitHub
co-authored by d3rp-jsx
parent 248b6e0b92
commit 52250d0d49
5 changed files with 65 additions and 6 deletions
+7
View File
@@ -8,4 +8,11 @@ Locales['en'] = {
['char_delete'] = "Delete this character",
['cancel'] = "Cancel",
['confirm'] = "Confirm",
['command_setslots'] = "Set multicharacter slots number of a player",
['command_remslots'] = "Remove multicharacter slots number of a player",
['command_identifier'] = "Player identifier",
['command_slots'] = "# of slots",
['slotsadd'] = "You added %s slots to %s",
['slotsedit'] = "You set %s slots to %s",
['slotsrem'] = "You removed slots to %s",
}