Releases: randombyte-developer/command-utils
Releases · randombyte-developer/command-utils
v2.4.0
v2.3.0
Changes:
- Added HasChanceCommand.
- Deprecated the CommandUtilsService for adding commands to the 'whenOnline' module, use the '/cu execute whenOnline' command instead.
v2.2.4
Changes:
- Fixed a bug where commands got out of order
v2.2.2
Changes:
- Fixed bug
v2.2.1
Changes:
- Fixed bug
v2.2.0
Changes:
- Added HasInHandCommand, HasGivenFromHandCommand and HasPermissionCommand
v2.1.5
Changes:
- Fixed crash
v2.1
Changes:
- Fixed crash when PlaceholderAPI wasn't installed
v2.0
Changes:
-
The config is split up into 4 files in the folder
config/command-utils
, the old config will be renamed tocommand-utils-old.conf
and can be deleted when the converting process was successful. -
All commands are now processed by PlaceholderAPI if it is installed. This enables you to use placeholders like
%player_name%
. -
Changed/Added the following commands:
Execute
commands:/cu execute if <condition> <commands>
/cu execute delayed <duration> <command>
/cu execute whenOnline <user> <command>
/cu execute parsed <user> <command>
Condition
commands:/cu has payed <user> <costs>
/cu has money <user> <money>
/cu is before <timestamp>
/cu is after <timestamp
You may want to use this pre-release of PlaceholderAPI to run this plugin and use the full functionality: v4.5-pre-randombyte
You can find in depth documentation on the wiki.
v1.7.5
Changes:
- Removed forgotten debug message