Inventory Tab - Grandpa-G/TShockRemoteAdmin GitHub Wiki

Inventory Tab

The Inventory tab may be used as an item editor for the user's inventory.

Items may be moved from one slot to another by simply dragging and dropping the item. A new item may be placed in the inventory by first selecting the item from the list which will put the item in the preview slot. A quantity must be chosen and optionally a prefix may be added to the preview. Once the preview is correctly constructed, click on the slot that you wish to put the item in and then click Replace. The item will be copied into the slot. The preview item may be reused multiple times. The Clear button will erase the preview slot as well as any slot currently selected in the user's inventory.

There are some simple checks for valid items. Currently the only check is to make sure the maximum quantity is not used for any item. There are no checks currently to prevent items being placed in incorrect slots.

The inventory may be save via the Save Inventory button.

The item list may be searched using a fuzzy selection. Typing letters will look for the items starting with the same letter. Using the % (wildcard) character will match any number of characters before (or after) the input character.

Back to Main Summary