mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-09 19:48:13 +01:00
16 lines
349 B
YAML
16 lines
349 B
YAML
name: "Minepacks"
|
|
author: "GeorgH93"
|
|
version: "${version}"
|
|
api-version: "1.19"
|
|
|
|
main: "at.pcgamingfreaks.MinepacksStandalone.Bukkit.Minepacks"
|
|
bootstrapper: "at.pcgamingfreaks.Minepacks.Paper.MinepacksBootstrap"
|
|
|
|
dependencies:
|
|
- name: PCGF_PluginLib
|
|
required: false
|
|
bootstrap: true
|
|
|
|
load-after:
|
|
- name: PCGF_PluginLib
|
|
bootstrap: true |