-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.yml
33 lines (32 loc) · 1017 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
name: ServerTools
main: matcracker\ServerTools\Main
version: 0.6.0
api: 5.0.0
load: POSTWORLD
author: matcracker
description: "ServerTools is a set of tools that allows you to manage your server directly from the game!"
website: https://github.com/matcracker/ServerTools
permissions:
st.command.servertools:
description: "Allows the user to run the command /servertools"
default: op
st.ui.file-explorer:
description: "Allows to use the file explorer function"
default: op
st.ui.file-explorer.write:
description: "Give the permission to create/edit files and folders."
default: false
st.ui.clone:
description: "Allows to use the cloning function"
default: false
st.ui.plugin-manager:
description: "Allows to use the plugin manager function"
default: false
st.ui.poggit-downloader:
description: "Allows to use the poggit plugin downloader function"
default: false
st.ui.restart:
description: "Allows to use the restart function"
default: op
...