-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
33 lines (31 loc) · 1.37 KB
/
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
---
# _ __ _ _
# | | / / | | | |
# | | / / | | | |
# | |/ / _ _ ____ ____| | ______ ____ _____ ______ ____ | | __
# | |\ \| | | |/ __ \ / __ \ |/ / __/ __ \ / __ | _ _ \ / __ \| |/ /
# | | \ \ \_| | <__> | ___/ <| / | <__> | <__| | |\ |\ | <__> | <
# By |_| \_\__ |\___ |\____|_|\_\_| \____^_\___ |_||_||_|\____^_\|\_\
# | | | | | |
# ___/ | ___/ | | |
# |____/ |____/ |_|
#
# A PocketMine-MP plugin that shows information about ranks in the server
# Copyright (C) 2020-2023 Kygekraqmak, 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
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
name: KygekRanksUI
version: 2.2.0
main: Kygekraqmak\KygekRanksUI\Main
api: 5.0.0
authors: [Kygekraqmak, KygekTeam, thebigcrafter]
description: Shows information about ranks in the server
website: https://github.com/KygekTeam/KygekRanksUI
permissions:
kygekranksui.ranks:
description: Permission to use KygekRanksUI
default: true
...