v1.0.7
Changes:
-
File Renaming:
- Renamed
Commands.json
toCommands.example.json
to prevent accidental replacement of the original file on the server.
- Renamed
-
Command Duplication Check:
- Introduced a new feature to check for duplicated commands, ensuring a more streamlined and error-free experience.
-
Bug Fixes:
-
MessageCenter Issue:
- Resolved an issue where MessageCenter was not functioning correctly. Please refer to the updated
Commands.example.json
for any necessary adjustments.
- Resolved an issue where MessageCenter was not functioning correctly. Please refer to the updated
-
SteamID Error:
- Fixed a SteamID error that was causing issues. Users should no longer encounter this issue after updating.
-
-
Enhancements:
- Flexible Message Format:
- Messages can now be defined as either an array or a string, providing greater flexibility in message handling.
- Flexible Message Format:
How to Upgrade:
- If you are using the previous version, follow these steps to upgrade:
- Check the
Commands.example.json
for any adjustments related to the MessageCenter fix.
- Check the
[
{
"Title": "Center Message with color",
"Description": "Center Message with color",
"Command": "colorcenter",
"CenterElement": {
"CenterMessage": "<font color='#00ff00'>Cool color here</font>",
"CenterMessageTime": 5
},
"PrintTo": 2
},
--------> TO
{
"Title": "Center Message with color",
"Description": "Center Message with color",
"Command": "colorcenter",
"CenterMessage": {
"Message": "<font color='#00ff00'>Cool color here</font>",
"Time": 5
},
"PrintTo": 2
}
]
Thank you for your continued support! If you encounter any issues or have questions, please feel free to open an issue on GitHub.