diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:37:05 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-08-17 14:37:05 -0400 |
commit | e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b (patch) | |
tree | a3932f7a3634263b14f54f2d843f761a1657d4b2 /src/main/resources/plugin.yml | |
parent | Shorten Collision Group Team Name (diff) | |
download | kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.tar.gz kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.tar.bz2 kenshinshideandseek-e6edb8eb3d2ed384bac4f352ffc32c3436ce9e9b.zip |
update dependencides, fixed respawn timer not showing, fixed SEEKER_SPAWN is not in localization
Diffstat (limited to '')
-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 1f61282..f0d8fe5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: KenshinsHideAndSeek main: net.tylermurphy.hideAndSeek.Main -version: 1.6.1 +version: 1.6.2 author: KenshinEto load: STARTUP api-version: 1.13 |