TFGuilds/src/main/resources/plugin.yml

23 lines
662 B
YAML
Raw Normal View History

2020-06-15 21:39:52 +00:00
name: TFGuilds
version: ${project.version}
2020-06-18 22:24:02 +00:00
main: me.totalfreedom.tfguilds.TFGuilds
2020-07-14 02:39:30 +00:00
api-version: 1.16
authors: [ speed, super ]
2020-07-13 00:40:11 +00:00
description: A guilds plugin for the TotalFreedom server.
2020-06-15 21:39:52 +00:00
commands:
2020-07-13 00:40:11 +00:00
guild:
description: The main command of TFGuilds.
2020-08-26 18:23:26 +00:00
usage: /<command> <help>
aliases: [ g ]
2020-06-18 18:05:49 +00:00
guildchat:
2020-07-13 00:40:11 +00:00
description: Talk in chat with your guild.
usage: /<command> [message]
aliases: [ gchat ]
2020-07-13 00:40:11 +00:00
tfguilds:
description: Information about the plugin.
usage: /<command>
aliases: [ tfg ]
guildchatspy:
description: An admin only command which allows for spying on guild chat.
usage: /<command>
aliases: [ gchatspy, gcs ]