Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay authored Aug 21, 2020
1 parent 945ab2c commit 4431507
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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`

0 comments on commit 4431507

Please sign in to comment.