Releases: yf836760/CustomItemShop
v1.0.3_en_version
commit message
Fix an BUG that players can earn econ in a wrong way.
how-to
Put all .dll files in TShock/ServerPlaugins path.
Put all .json files in TShock/tshock path.
The AutoReload.dll in release zip is not a part of the CustomItemShop plugin, but it will save you from excuting /reload when a json file is changed.
v1.0.2_en_version
commit message
Fix an BUG that players can't output messages when they are level zero and died.
how-to
Put all .dll files in TShock/ServerPlaugins path.
Put all .json files in TShock/tshock path.
The AutoReload.dll in release zip is not a part of the CustomItemShop plugin, but it will save you from excuting /reload when a json file is changed.
v1.0.1 en_version
Add the necessary dll files which is absent in the old release zip.
Fix an BUG when you reset your player data in tshock.sqlite without deleting the Users table:
sqlite3 tshock.sqlite
delete from Econ where Account > 1;
delete from tsCharacter where Account > 1;
Now everything go well if you excute the SQL command above.
- how to
Put all .dll files in TShock/ServerPlaugins path.
Put all .json files in TShock/tshock path.
The AutoReload.dll in release zip is not a part of the CustomItemShop plugin, but it will save you from excuting /reload when a json file is changed.