Make tiny fixes

This commit is contained in:
Jeff 2024-07-12 12:30:25 -04:00
parent 92e094a0fb
commit 3582917005

View File

@ -36,7 +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.
announcement = "Crabo loves cheese! I am" # The bot appends " at [location]." to each announcement.
[buy_prices]
"food.cheese" = 50
@ -81,4 +81,4 @@ The bot is able to respond to the following commands, which must be sent via "/t
- `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)
- `orientation [0-360]`: Admin-only, sets the bot's desired orientation (or facing direction)