mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-07 15:16:41 +02:00
Update authors fields of all plugins to a link instead of an outdated list of developers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Essentials - a bukkit plugin
|
||||
* Copyright (C) 2011 Essentials Team
|
||||
* Copyright (C) 2011 - 2012 Essentials Team, http://contributors.ess3.net
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@@ -5,7 +5,7 @@ main: net.ess3.bukkit.BukkitPlugin
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides an essential, core set of commands for Bukkit.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
commands:
|
||||
afk:
|
||||
description: Marks you as away-from-keyboard.
|
||||
|
@@ -5,5 +5,5 @@ main: net.ess3.antibuild.EssentialsAntiBuild
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides build protection.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
softdepend: [Essentials]
|
@@ -5,6 +5,6 @@ main: net.ess3.chat.EssentialsChat
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides chat control features for Essentials. Requires Permissions.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
depend: [Essentials-3]
|
||||
#softdepend: [Factions]
|
@@ -5,5 +5,5 @@ main: net.ess3.extra.EssentialsExtra
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides extra commands for Essentials
|
||||
authors: [md_5]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
depend: [Essentials-3]
|
||||
|
@@ -5,5 +5,5 @@ main: net.ess3.geoip.EssentialsGeoIP
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Shows the country or city of a user on login and /whois.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
depend: [Essentials-3]
|
@@ -5,5 +5,5 @@ main: net.ess3.protect.EssentialsProtect
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides protection for various parts of the world.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
softdepend: [Essentials-3]
|
@@ -5,5 +5,5 @@ main: net.ess3.signs.EssentialsSignsPlugin
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides signs, utilizing Essentials.
|
||||
authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, Iaccidentally]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
depend: [Essentials-3]
|
@@ -5,7 +5,7 @@ main: net.ess3.update.EssentialsUpdate
|
||||
version: ${build.number}
|
||||
description: This plugin allows to install or update all Essentials plugins
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
authors: [snowleo]
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
commands:
|
||||
essentialsupdate:
|
||||
description: Install or update the Essentials plugins.
|
||||
|
@@ -5,8 +5,7 @@ main: net.ess3.xmpp.EssentialsXMPP
|
||||
version: ${build.number}
|
||||
website: http://tiny.cc/EssentialsWiki
|
||||
description: Provides xmpp communication.
|
||||
authors:
|
||||
- snowleo
|
||||
authors: [Essentialsteam, "http://contributors.ess3.net"]
|
||||
depend: [Essentials-3]
|
||||
commands:
|
||||
setxmpp:
|
||||
|
Reference in New Issue
Block a user