Added the plugin.yml resource to the bukkit resource folder
This commit is contained in:
9
bukkit/src/main/resources/plugin.yml
Normal file
9
bukkit/src/main/resources/plugin.yml
Normal file
@ -0,0 +1,9 @@
|
||||
name: CrazyAddons
|
||||
main: app.crazyaddons.plugin.CrazyAddons
|
||||
version: ${project.version}
|
||||
api-version: 1.13
|
||||
load: STARTUP
|
||||
commands:
|
||||
crazyaddons:
|
||||
aliases: ["ca", "crazy", "cai", "cau"]
|
||||
description: The global crazy addons command
|
Reference in New Issue
Block a user