Dateien nach "src/main" hochladen
This commit is contained in:
parent
a308391bee
commit
292209c533
15
src/main/plugin.yml
Normal file
15
src/main/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