-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
945ab2c
commit 4431507
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# meta-commands | ||
|
||
A set of commands that can be used to run any command with additional behaviour. | ||
|
||
## Install | ||
|
||
1. Head over to the [releases](../../releases) section and download the latest version | ||
2. Drag the file into the `plugins` directory of your server | ||
3. Restart or reload the server | ||
4. Done! | ||
|
||
## Use | ||
|
||
### Delay | ||
|
||
The `delay` command runs a command after waiting a specified amount of ticks. | ||
|
||
For example: `delay 200 say I will be run after 10 seconds` (20 ticks ~ 1 second) | ||
|
||
## Chance | ||
|
||
The `chance` command runs a command or doesn't, depending on the outcome of a random decision with the specified chance. | ||
|
||
For example: `chance 50.5 say I will be run 50.5% of the times you run this command` |