Version 0.0.3
Added:
- 3 new mythic items to the
/sbiteminfo
command - 2 new epic items to the
/sbiteminfo
command - 1 new rare item to the
/sbiteminfo
command - 1 new uncommon item to the
/sbiteminfo
command - New
/sbmineeventinfo
command for displaying info about events that can happen in the Dwarven Mines
Fixed:
- Fixed a bug that caused the
/sbiteminfo
command to display the same message as/sbcredits
. They both now display their own messages.
Changed:
- Changed the way the
/sbiteminfo
command reads the items to make the code simpler on my end. Instead of using a JSON file, I can use a method to define items.
Future To-Do:
- I want to figure out a way to directly grab item information from the official wiki so I don't need to define every item but for now I think I will stick to the way it is now...