Skip to content

Releases: randombyte-developer/command-utils

v2.4.0

Choose a tag to compare

@randombyte-developer randombyte-developer released this 13 Feb 19:49

Changes:

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

v2.3.0

Choose a tag to compare

@randombyte-developer randombyte-developer released this 25 Dec 18:25

Changes:

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

v2.2.4

Choose a tag to compare

@randombyte-developer randombyte-developer released this 27 Jun 07:58

Changes:

  • Fixed a bug where commands got out of order

v2.2.2

Choose a tag to compare

@randombyte-developer randombyte-developer released this 16 Jun 23:22

Changes:

  • Fixed bug

v2.2.1

Choose a tag to compare

@randombyte-developer randombyte-developer released this 13 Jun 21:48

Changes:

  • Fixed bug

v2.2.0

Choose a tag to compare

@randombyte-developer randombyte-developer released this 13 Jun 19:55

Changes:

  • Added HasInHandCommand, HasGivenFromHandCommand and HasPermissionCommand

v2.1.5

Choose a tag to compare

@randombyte-developer randombyte-developer released this 05 Jun 21:42

Changes:

  • Fixed crash

v2.1

Choose a tag to compare

@randombyte-developer randombyte-developer released this 31 May 20:21

Changes:

  • Fixed crash when PlaceholderAPI wasn't installed

v2.0

Choose a tag to compare

@randombyte-developer randombyte-developer released this 25 May 21:11

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

Choose a tag to compare

@randombyte-developer randombyte-developer released this 03 Dec 21:21

Changes:

  • Removed forgotten debug message