mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2025-02-21 02:12:24 +01:00
Also add folia support and exempt all check on bedrock player Upcoming: support Velocity, Sponge?
22 lines
485 B
YAML
22 lines
485 B
YAML
name: CompatNoCheatPlus
|
|
main: me.asofold.bpl.cncp.CompatNoCheatPlus
|
|
version: ${project.version}-${buildDescription}
|
|
dev-url: http://dev.bukkit.org/server-mods/compatnocheatplus-cncp/
|
|
api-version: 1.13
|
|
folia-supported: true
|
|
|
|
loadbefore:
|
|
- NoCheatPlus
|
|
softdepend:
|
|
- mcMMO
|
|
- Citizens
|
|
- MagicSpells
|
|
|
|
commands:
|
|
compatnocheatplus:
|
|
description: 'Show general version information of cncp and dependencies.'
|
|
usage: '/<command>'
|
|
permission: 'cncp.cmd.info'
|
|
aliases:
|
|
- cncp
|