You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
DON'T USE THIS VERSION! USE v2.0.2+
What's New:
Alias Creation for Commands: You can now create aliases for commands using a semicolon, as in "Command": "discord;dc".
New Tag for User ID: Added a new tag {USERID} to retrieve the #userid of the individual who used the command (userid from 'status').
Support for Tags in Server Commands: Enhanced functionality with the addition of tag support for server commands.
Command Cooldown Feature: Introduced a command cooldown option. For more information, see Cooldown.json.
Argument Support for Commands: Implemented support for command arguments, e.g., "Command": "test 1". Details are available at CommandWithArguments.json.
Toggle Feature for Server Commands: Added the ability to toggle server commands, such as sv_cheats. See ToggleServerCommands.json for more information.
Fixes:
Example Ignoring in Command Folder: Fixed an issue where Command.example.json file were not ignored when a JSON file was present in the Commands folder.
Color Display at String Start: Resolved a bug where colors were not displayed when color tag placed at the beginning of a string.
Command Alias Case Sensitivity: Fixed a bug where the plugin did not recognize duplicated commands due to differing cases in aliases.
Miscellaneous Minor Fixes: Implemented several small fixes to improve overall functionality.