Skip to content
Success

Changes

Summary

  1. `tick` command (#2591) (commit: 915219b) (details)
Commit 915219ba564b636dc29c74696c57e760685d2cb8 by noreply
`tick` command (#2591)

* `tick` command

* Remove dev note

* Remove unneeded exception

* Update syntax, meta, and version compatability

* Clarify tick rate boundry

* Update usages

* Add float check

* Condense `float` and `int` checks

* Meta, syntax, and error message fixups.

* Update link

* Change `@Warning` meta

* Fix error messages and arg annotations

* Update syntax and store float amount in a variable

* Change `amount` to a `float` and change input checks

* 1
(commit: 915219b)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/BukkitCommandRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/TickCommand.java