Document new features

This commit is contained in:
Jeff 2024-07-12 12:24:02 -04:00
parent c59cff438a
commit 92e094a0fb

View File

@ -36,6 +36,7 @@ You will also need a "config.toml" and it needs it be in a "config" directory th
# config/config.toml
position = [0, 0, 0] # Change these to the desired X, Y, Z coordinates
orientation = 0 # 0 = North, 90 = West, 180 = South, 270 = East
announcement = "Crabo loves cheese! I am " # The bot appends "at [location]." to each announcement.
[buy_prices]
"food.cheese" = 50
@ -79,3 +80,5 @@ The bot is able to respond to the following commands, which must be sent via "/t
- `price [search term]`: Returns the buy/sell offers of any item whose item definition ID contains the search term.
- `admin_access`: Admin-only, prompts the bot to send a trade invite, after which it will give away and accept any items until the trade ends.
- `sort [count (optional)]`: Admin-only, sorts the inventory once or the given number of times.
- `position [x] [y] [z]`: Admin-only, sets the bot's desired position where it will try to stand (must be close to the character)
- `orientation [0-360]`: Admin-only, sets the bots' desired orientation (or facing direction)