Browse Source

Updating README and adding screenshots

pull/5/head
zombie343 6 years ago
parent
commit
068fb830a2
  1. 37
      README.md
  2. BIN
      screenshots/ex1.png
  3. BIN
      screenshots/ex2.png
  4. BIN
      screenshots/ex3.png
  5. BIN
      screenshots/ex4a.png
  6. BIN
      screenshots/ex4b.png

37
README.md

@ -1,3 +1,38 @@ @@ -1,3 +1,38 @@
# find
Allows searching for items within a players various storage containers via a slash command.
Allows searching for items within a players various storage containers via a slash command (case insensitive).
## Examples ##
```
/find helm
```
Searches all of player's inventory for items whose name contains "helm", including storage slips.
![Example 1](screenshots/ex1.png)
```
/findmore continent
```
Searches all of player's inventory for items whose descriptions contain "continent".
![Example 2](screenshots/ex2.png)
```
/findslips (#)
```
Displays any items in players inventory that can be stored in Storage Slips #1-27. If an optional #1-27 is specified,
only items that can be stored in that Slip# will be displayed.
![Example 3](screenshots/ex3.png)
```
/finddupes
```
Returns list of duplicate items, i.e. which occupy 2 or more inventory slots. (Output is: item name, # of item slots).
![Example 4](screenshots/ex4a.png)
![Example 4](screenshots/ex4b.png)

BIN
screenshots/ex1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
screenshots/ex2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
screenshots/ex3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
screenshots/ex4a.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
screenshots/ex4b.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Loading…
Cancel
Save