diff options
| author | Myles <mylesandmore9@gmail.com> | 2022-11-25 20:30:51 -0600 | 
|---|---|---|
| committer | Myles <mylesandmore9@gmail.com> | 2022-11-25 20:30:51 -0600 | 
| commit | 77ca75a3f76527491ea4ec2c9902a94ef846ddde (patch) | |
| tree | ec8380f2178dd51a1e62e21f6be504ad1aa1b45b /src/main | |
| parent | f127451945dc6ee0404372b1c2d993e636b2578f (diff) | |
| download | Tumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.tar.gz Tumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.tar.bz2 Tumble-77ca75a3f76527491ea4ec2c9902a94ef846ddde.zip  | |
update plugin.yml for reload cmd
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/plugin.yml | 9 | 
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  | 
