aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMyles <mylesandmore9@gmail.com>2022-11-25 20:30:51 -0600
committerMyles <mylesandmore9@gmail.com>2022-11-25 20:30:51 -0600
commit77ca75a3f76527491ea4ec2c9902a94ef846ddde (patch)
treeec8380f2178dd51a1e62e21f6be504ad1aa1b45b /src/main/resources
parentf127451945dc6ee0404372b1c2d993e636b2578f (diff)
downloadTumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.tar.gz
Tumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.tar.bz2
Tumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.zip
update plugin.yml for reload cmd
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/plugin.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index c3eb14b..28423cf 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -8,3 +8,12 @@ author: MylesAndMore
website: https://github.com/MylesAndMore/tumble
depend:
- Multiverse-Core
+commands:
+ reload:
+ description: Base constructor for /tumble commands
+ usage: /tumble <command>
+ permission: tumble
+permissions:
+ reload:
+ description: Allows you to reload the plugin's config.
+ default: false \ No newline at end of file