Skip to content

Releases: randombyte-developer/command-utils

v2.4.0

13 Feb 19:49
Compare
Choose a tag to compare

Changes:

  • Added "has in inventory" condition
  • Added "has given from inventory" condition

v2.3.0

25 Dec 18:25
Compare
Choose a tag to compare

Changes:

  • Added HasChanceCommand.
  • Deprecated the CommandUtilsService for adding commands to the 'whenOnline' module, use the '/cu execute whenOnline' command instead.

v2.2.4

27 Jun 07:58
Compare
Choose a tag to compare

Changes:

  • Fixed a bug where commands got out of order

v2.2.2

16 Jun 23:22
Compare
Choose a tag to compare

Changes:

  • Fixed bug

v2.2.1

13 Jun 21:48
Compare
Choose a tag to compare

Changes:

  • Fixed bug

v2.2.0

13 Jun 19:55
Compare
Choose a tag to compare

Changes:

  • Added HasInHandCommand, HasGivenFromHandCommand and HasPermissionCommand

v2.1.5

05 Jun 21:42
Compare
Choose a tag to compare

Changes:

  • Fixed crash

v2.1

31 May 20:21
Compare
Choose a tag to compare

Changes:

  • Fixed crash when PlaceholderAPI wasn't installed

v2.0

25 May 21:11
Compare
Choose a tag to compare

Changes:

  • The config is split up into 4 files in the folder config/command-utils, the old config will be renamed to command-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

03 Dec 21:21
Compare
Choose a tag to compare

Changes:

  • Removed forgotten debug message