Essentials/EssentialsChat/src/plugin.yml

11 lines
606 B
YAML
Raw Normal View History

# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.)
name: EssentialsChat
main: com.earth2me.essentials.chat.EssentialsChat
# Note to developers: This next line cannot change, or the automatic versioning system will break.
2016-08-31 04:29:07 +02:00
version: ${project.version}-b${build.number}
2012-01-28 01:20:46 +01:00
website: http://tiny.cc/EssentialsCommands
description: Provides chat control features for Essentials. Requires Permissions.
2012-06-12 07:13:12 +02:00
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally]
depend: [Essentials]
2016-08-31 04:29:07 +02:00
#softdepend: [Factions]