diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-24 23:43:01 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-24 23:43:01 -0400 |
commit | d331302e3d203a7716195aa66c4bc8e0b19099d0 (patch) | |
tree | 4c4f55d07914e42858a0313fe1e94f01be23768f /src/main/resources/plugin.yml | |
parent | Merge pull request #6 from tylermurphy534/dev (diff) | |
download | kenshinshideandseek-d331302e3d203a7716195aa66c4bc8e0b19099d0.tar.gz kenshinshideandseek-d331302e3d203a7716195aa66c4bc8e0b19099d0.tar.bz2 kenshinshideandseek-d331302e3d203a7716195aa66c4bc8e0b19099d0.zip |
fixed snowball, changed config, added blocked commands, bug fixes i guess
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 4250258..61d8b88 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: HideAndSeek main: net.tylermurphy.hideAndSeek.Main -version: 1.2.0 +version: 1.3.0 author: KenshinEto load: STARTUP api-version: 1.17 |