Created commands.yml (markdown)

Jesse Boyd 2016-06-19 13:13:49 +10:00
parent 717f9cd7b9
commit cd0054540e
1 changed files with 14 additions and 0 deletions

14
commands.yml.md Normal file

@ -0,0 +1,14 @@
Located in: `PlotSquared/config/commands.yml`
The commands.yml offers configuration for each command (aliases, description and usage messages).
Example:
```YML
claim:
aliases:
- claim
- c
usage: /plot claim
description: Claim the current plot you're standing on
confirmation: false
```