Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: yf836760/CustomItemShop

v1.0.3_en_version

19 Jun 20:07
Compare
Choose a tag to compare

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

18 Jun 22:55
Compare
Choose a tag to compare

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

18 Jun 19:51
c8cf2e4
Compare
Choose a tag to compare

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.