yes
The point is to highlight location/chest containing a wanted item.
Those itemsLocations are stored in MsLayout.csv
In SinglePLayer you are able to use commands that edit the csv file such as addLocationFor
to add a location for an item or removeLocationFor
to remove a location for an item.
Those commands are unusable in MultiPlayer.
First you need to set a keybind to open MsFinder config screen.
On the config screen you can edit 3 differents rules.
Auto-Update csv
: Set to true
if you want to download the csv file each times you connect to a server in Auto-Update server list
Auto-Update server list
: A list of server address
on which you want to auto update the csv file when you log on
Csv download url
: Typically a Google Spreadsheet url -> https://docs.google.com/spreadsheets/d/<SPREADSHEET_URL>/export?format=csv&gid=<SHEET_ID>
\
- Remove
&gid=<SHEET_ID>
if your Spreadsheet is only 1 sheet export?format=csv
is the important part to ba able to download the file as a csv