diff options
author | Chris Ward <chris@chrisgward.com> | 2013-01-23 02:56:18 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-01-23 02:56:18 +1100 |
commit | 972d831d0db14448ba94c43607f96e3a51ceb36b (patch) | |
tree | 91fd74e3bcec07817a0f66ea4d8c6dc50d40771d | |
parent | bfa34130a03d3a31858800e4eb0866b51ef9c135 (diff) | |
download | Essentials-972d831d0db14448ba94c43607f96e3a51ceb36b.tar Essentials-972d831d0db14448ba94c43607f96e3a51ceb36b.tar.gz Essentials-972d831d0db14448ba94c43607f96e3a51ceb36b.tar.lz Essentials-972d831d0db14448ba94c43607f96e3a51ceb36b.tar.xz Essentials-972d831d0db14448ba94c43607f96e3a51ceb36b.zip |
Remove references to earth2me in plugin.ymls
-rw-r--r-- | EssentialsAntiBuild/src/plugin.yml | 2 | ||||
-rw-r--r-- | EssentialsProtect/src/plugin.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EssentialsAntiBuild/src/plugin.yml b/EssentialsAntiBuild/src/plugin.yml index ea880af14..897d70876 100644 --- a/EssentialsAntiBuild/src/plugin.yml +++ b/EssentialsAntiBuild/src/plugin.yml @@ -3,7 +3,7 @@ name: EssentialsAntiBuild main: com.earth2me.essentials.antibuild.EssentialsAntiBuild # 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/EssentialsCommands description: Provides build protection. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] softdepend: [Essentials]
\ No newline at end of file diff --git a/EssentialsProtect/src/plugin.yml b/EssentialsProtect/src/plugin.yml index 6407c45ee..bf7389a91 100644 --- a/EssentialsProtect/src/plugin.yml +++ b/EssentialsProtect/src/plugin.yml @@ -3,7 +3,7 @@ name: EssentialsProtect main: com.earth2me.essentials.protect.EssentialsProtect # 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/EssentialsCommands description: Provides protection for various parts of the world. authors: [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits] softdepend: [Essentials]
\ No newline at end of file |