From 0f1eb9b4f910b4f61f4c89fbad14b6485c372756 Mon Sep 17 00:00:00 2001 From: snowleo Date: Wed, 14 Dec 2011 16:04:15 +0100 Subject: Moved signs code to a new module --- EssentialsSpawn/src/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsSpawn/src/plugin.yml') diff --git a/EssentialsSpawn/src/plugin.yml b/EssentialsSpawn/src/plugin.yml index a91031fbe..c1cd00280 100644 --- a/EssentialsSpawn/src/plugin.yml +++ b/EssentialsSpawn/src/plugin.yml @@ -3,7 +3,7 @@ name: EssentialsSpawn main: com.earth2me.essentials.spawn.EssentialsSpawn # Note to developers: This next line cannot change, or the automatic versioning system will break. version: TeamCity -website: http://www.earth2me.net:8001/ +website: http://tiny.cc/EssentialsWiki description: Provides spawn control commands, utilizing Essentials. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] depend: [Essentials] -- cgit v1.2.3 From c689b55c4ddff6483799e021334e403db745562e Mon Sep 17 00:00:00 2001 From: KHobbits Date: Wed, 25 Jan 2012 23:53:31 +0000 Subject: Fix depends --- EssentialsSpawn/src/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsSpawn/src/plugin.yml') diff --git a/EssentialsSpawn/src/plugin.yml b/EssentialsSpawn/src/plugin.yml index c1cd00280..f2638aa2a 100644 --- a/EssentialsSpawn/src/plugin.yml +++ b/EssentialsSpawn/src/plugin.yml @@ -6,7 +6,7 @@ version: TeamCity website: http://tiny.cc/EssentialsWiki description: Provides spawn control commands, utilizing Essentials. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] -depend: [Essentials] +depend: [Essentials3] commands: setspawn: description: Set the spawnpoint to your current position. -- cgit v1.2.3 From 3ed78c052086d7838fd8e5dd2b3acf50acb3ecf1 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 3 Mar 2012 13:19:10 +1100 Subject: Move EssentialsSpawn into the main plugin, going to make it a component in the near future --- EssentialsSpawn/src/plugin.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 EssentialsSpawn/src/plugin.yml (limited to 'EssentialsSpawn/src/plugin.yml') diff --git a/EssentialsSpawn/src/plugin.yml b/EssentialsSpawn/src/plugin.yml deleted file mode 100644 index f2638aa2a..000000000 --- a/EssentialsSpawn/src/plugin.yml +++ /dev/null @@ -1,16 +0,0 @@ -# This determines the command prefix when there are conflicts (/name:home, /name:help, etc.) -name: EssentialsSpawn -main: com.earth2me.essentials.spawn.EssentialsSpawn -# Note to developers: This next line cannot change, or the automatic versioning system will break. -version: TeamCity -website: http://tiny.cc/EssentialsWiki -description: Provides spawn control commands, utilizing Essentials. -authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] -depend: [Essentials3] -commands: - setspawn: - description: Set the spawnpoint to your current position. - usage: / - spawn: - description: Teleport to the spawnpoint. - usage: / [player] \ No newline at end of file -- cgit v1.2.3