Pre merge
This commit is contained in:
parent
6239acb08a
commit
35d9e912d5
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: HideAndSeek
|
name: HideAndSeek
|
||||||
main: net.tylermurphy.hideAndSeek.Main
|
main: net.tylermurphy.hideAndSeek.Main
|
||||||
version: 1.3.2
|
version: 1.3.3
|
||||||
author: KenshinEto
|
author: KenshinEto
|
||||||
load: STARTUP
|
load: STARTUP
|
||||||
api-version: 1.14
|
api-version: 1.14
|
||||||
|
@ -28,6 +28,7 @@ permissions:
|
||||||
hideandseek.savemap: true
|
hideandseek.savemap: true
|
||||||
hideandseek.join: true
|
hideandseek.join: true
|
||||||
hideandseek.leave: true
|
hideandseek.leave: true
|
||||||
|
hideandseek.leavebounds: true
|
||||||
hideandseek.about:
|
hideandseek.about:
|
||||||
description: Allows you to run the about command
|
description: Allows you to run the about command
|
||||||
default: true
|
default: true
|
||||||
|
@ -70,3 +71,6 @@ permissions:
|
||||||
hideandseek.leave:
|
hideandseek.leave:
|
||||||
description: Allows you to leave the game manual lobby
|
description: Allows you to leave the game manual lobby
|
||||||
default: true
|
default: true
|
||||||
|
hideandseek.leavebounds:
|
||||||
|
description: Allows players to leave specified game bounderies
|
||||||
|
default: op
|
||||||
|
|
Loading…
Reference in a new issue