From 95a8d40a056d406cc31780789753efb549043f11 Mon Sep 17 00:00:00 2001 From: Lilith <44578053+LilithRainbows@users.noreply.github.com> Date: Sun, 8 Aug 2021 06:53:46 -0300 Subject: [PATCH 1/3] Update C# links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec088a2..8510a7f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Additionally, you can add the -t flag to log the packets in your terminal instea * 2 included extensions on-release Interested in creating an extension? -* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/ArachisH/Geode). +* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/LilithRainbows/Geode) or [Xabbo.Gearth](https://github.com/b7c/Xabbo.GEarth). * If you are experienced with Java, read this [wiki page](https://github.com/sirjonasxx/G-Earth/wiki/Extensions) carefully. * The easiest way to create extensions is using [G-Python](https://github.com/sirjonasxx/G-Python). (can also be done inside G-Earth with a [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole)) From 16493f8609241ce31abdf9a23307c7d35c16cb91 Mon Sep 17 00:00:00 2001 From: Lilith <44578053+LilithRainbows@users.noreply.github.com> Date: Sun, 8 Aug 2021 06:58:54 -0300 Subject: [PATCH 2/3] Fix name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8510a7f..0c3fd3d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Additionally, you can add the -t flag to log the packets in your terminal instea * 2 included extensions on-release Interested in creating an extension? -* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/LilithRainbows/Geode) or [Xabbo.Gearth](https://github.com/b7c/Xabbo.GEarth). +* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/LilithRainbows/Geode) or [Xabbo.GEarth](https://github.com/b7c/Xabbo.GEarth). * If you are experienced with Java, read this [wiki page](https://github.com/sirjonasxx/G-Earth/wiki/Extensions) carefully. * The easiest way to create extensions is using [G-Python](https://github.com/sirjonasxx/G-Python). (can also be done inside G-Earth with a [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole)) From c057d9aefda9a8cbd31ede76551ceb335c637cb3 Mon Sep 17 00:00:00 2001 From: Lilith <44578053+LilithRainbows@users.noreply.github.com> Date: Sun, 8 Aug 2021 07:13:37 -0300 Subject: [PATCH 3/3] Also add VB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3fd3d..b163ed8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Additionally, you can add the -t flag to log the packets in your terminal instea * 2 included extensions on-release Interested in creating an extension? -* If you're not experienced with Java but have written extensions before in C#, you could have a look at [Geode](https://github.com/LilithRainbows/Geode) or [Xabbo.GEarth](https://github.com/b7c/Xabbo.GEarth). +* If you're not experienced with Java but have written extensions before in C#/VB, you could have a look at [Geode](https://github.com/LilithRainbows/Geode) or [Xabbo.GEarth](https://github.com/b7c/Xabbo.GEarth). * If you are experienced with Java, read this [wiki page](https://github.com/sirjonasxx/G-Earth/wiki/Extensions) carefully. * The easiest way to create extensions is using [G-Python](https://github.com/sirjonasxx/G-Python). (can also be done inside G-Earth with a [live scripting console](https://github.com/sirjonasxx/G-Earth/wiki/G-Python-qtConsole))