ColorConsole/src/main/resources/bungee.yml

13 lines
491 B
YAML

# project informations for BungeeCord
# This file will be prioritised over plugin.yml which can be also used for Bungee
# This make it easy to combine BungeeCord and Bukkit support in one plugin
name: ${project.name}
# ${-} will be automatically replaced by Maven
main: ${project.groupId}.${project.artifactId}.bungee.${project.name}Bungee
version: ${project.version}
author: games647, https://github.com/games647/ColorConsole/graphs/contributors
description: |
${project.description}