mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-10 05:19:43 +05:00
9 lines
279 B
YAML
9 lines
279 B
YAML
name: example_plugin
|
|
version: ${version}
|
|
main: com.example.voicechatplugin.ExamplePlugin
|
|
api-version: ${bukkit_api_version}
|
|
prefix: example_plugin
|
|
authors: [ "Example Author" ]
|
|
description: A Simple Voice Chat API plugin example
|
|
website: https://example.com
|
|
depend: [ voicechat ] |