diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-06 12:15:09 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-06 12:15:09 -0500 |
commit | 2139a8d5d30237b6066691af3f29bf1105e4298a (patch) | |
tree | 5109f842a00b5fc6eab86f9390e6482d1ea1a34b /src/main/resources/plugin.yml | |
parent | Merge pull request '1.7.0 - Multi Map Support' (#4) from dev into main (diff) | |
download | kenshinshideandseek-2139a8d5d30237b6066691af3f29bf1105e4298a.tar.gz kenshinshideandseek-2139a8d5d30237b6066691af3f29bf1105e4298a.tar.bz2 kenshinshideandseek-2139a8d5d30237b6066691af3f29bf1105e4298a.zip |
spawn patch, bounds checks, drop items, regen
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c6ce455..cf281af 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -72,4 +72,6 @@ permissions: default: op hs.confirm: default: op + hs.leavebounds: + default: false |