Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reload notify permission and bump api version in plugin.yml #7192

Open
wants to merge 7 commits into
base: dev/feature
Choose a base branch
from
11 changes: 6 additions & 5 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ website: https://skriptlang.org
main: ch.njol.skript.Skript

version: @version@
api-version: 1.13
api-version: 1.19

commands:
skript:
Expand All @@ -45,14 +45,15 @@ permissions:
default: false
children:
skript.effectcommands: true
skript.reloadnotify: true
skript.admin: true
#skript.config: true
skript.effectcommands:
default: false
description: Allows to use effects as commands, e.g. '!set health to 10'
skript.reloadnotify:
default: false
description: Notifies when others are reloading script files.
skript.admin:
default: op
description: Allows to use administrative commands and to recieve notifications of new versions.
# skript.config:
# description: allows to modify the configuration files via commands
# default: false
description: Allows use of administrative commands and receiving notifications of new versions.