src/main/resources/plugin.yml hinzugefügt
This commit is contained in:
parent
b17078e2d1
commit
226c44d87c
15
src/main/resources/plugin.yml
Normal file
15
src/main/resources/plugin.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: PlayerUtils
|
||||||
|
version: '${version}'
|
||||||
|
main: com.alttd.playerutils.PlayerUtils
|
||||||
|
api-version: '1.20'
|
||||||
|
softdepend:
|
||||||
|
- PlotSquared
|
||||||
|
- LuckPerms
|
||||||
|
- Vault
|
||||||
|
commands:
|
||||||
|
playerutils:
|
||||||
|
description: Base command for player utils
|
||||||
|
permission: playerutils.use
|
||||||
|
usage: /playerutils
|
||||||
|
aliases:
|
||||||
|
- pu
|
||||||
Loading…
Reference in New Issue
Block a user