Carolyn best editor

doc_update
Joey Hines 2021-07-15 19:33:34 -06:00
parent 25fb1d91fa
commit 18f57b9e08
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
1 changed files with 5 additions and 5 deletions

View File

@ -24,9 +24,9 @@ Types of Locations
Locations are places you can visit in-game. There are several kinds in Geoffrey: Locations are places you can visit in-game. There are several kinds in Geoffrey:
* Bases: Basic location for marking where you live in Geoffrey * Bases: Basic location for marking where you live
* Shops: A location that can sell items * Shops: A location that can sell items
* Towns: For group builds where multiple people living at a signle location * Towns: For group builds where multiple people living at a single location
* Markets: A collection of shops * Markets: A collection of shops
* Public Farms: Locations that produces a resource * Public Farms: Locations that produces a resource
* Attractions: Fun locations for minigames, parkour, gambling, etc * Attractions: Fun locations for minigames, parkour, gambling, etc
@ -67,7 +67,7 @@ Finding Items For Sale
.. note:: .. note::
It is better search for a sub-string of an item name. Example: for ``enderchests`` search ``ender`` It is better to search for a sub-string of an item name. Example: for ``enderchests`` search ``ender``
* In Discord: ``?selling <Item Name>`` * In Discord: ``?selling <Item Name>``
* In Game: ``/selling <Item Name>`` * In Game: ``/selling <Item Name>``
@ -84,7 +84,7 @@ Creating Locations
------------------ ------------------
To add a location, you need to use one of the ``add`` commands. Each location type has its own command. For example to, To add a location, you need to use one of the ``add`` commands. Each location type has its own command. For example to,
to add a base you use ``add_base``: add a base you use ``add_base``:
* In Discord: ``?add_base <X> <Y> <Optional Name>`` * In Discord: ``?add_base <X> <Y> <Optional Name>``
* In Game: ``/add_base <Optional Name>`` (your current location is used) * In Game: ``/add_base <Optional Name>`` (your current location is used)
@ -139,7 +139,7 @@ Restocking Items
++++++++++++++++ ++++++++++++++++
The ``selling`` command places items that have been stocked more recently at the top of its results. To restock an item, The ``selling`` command places items that have been stocked more recently at the top of its results. To restock an item,
you can use the ``restock`` command. This will make sure you listing gets put at the top (for now...): you can use the ``restock`` command. This will make sure your listing gets put at the top (for now...):
* In Discord: ``?restock <Item Name> <Shop Name>`` * In Discord: ``?restock <Item Name> <Shop Name>``
* In Game: ``/restock <Item Name> <Shop Name>`` * In Game: ``/restock <Item Name> <Shop Name>``