-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
28 lines (25 loc) · 921 Bytes
/
plugin.yml
File metadata and controls
28 lines (25 loc) · 921 Bytes
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
---
# Example plugin to show coding styles and templates of KygekTeam plugins
# Copyright (C) 2021-2022 KygekTeam
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# he Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
name: KygekExamplePlugin
version: 2.1.0
description: Example plugin to show coding styles and templates of KygekTeam plugins
author: KygekTeam
website: "https://github.com/KygekTeam/KygekExamplePlugin"
api: 4.0.0
main: KygekTeam\KygekExamplePlugin\ExamplePlugin
commands:
exampleplugin:
description: Command to enable or disable broadcast message when a player chats
permission: kygekexampleplugin.cmd
aliases: [expl, ep]
permissions:
kygekexampleplugin.cmd:
description: Permission to use /exampleplugin commmand
default: true
...