From 5520813ae615fa253be0bcf87505a00f331b0a8e Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 18 Dec 2018 21:54:17 +0100 Subject: [PATCH] Switching from IRC to Discord To offer us a better possibility to help you regarding issues or bugs, join us on discord https://discord.gg/ngZCzbU --- COMPILING.md | 2 +- README.md | 4 ++-- splash.txt | 3 +-- .../main/java/com/boydti/fawe/installer/InstallerFrame.java | 2 +- worldedit-core/src/main/resources/cn/message.yml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 53518b0c9..d3e5bac5c 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -1,7 +1,7 @@ Compiling ========= -You can compile WorldEdit as long as you have the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html) for Java 7 or newer. +You can compile WorldEdit as long as you have the [Java Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html) for Java 8 or newer. You only need one version of the JDK installed. The build process uses Gradle, which you do *not* need to download. WorldEdit is a multi-module project with four modules: diff --git a/README.md b/README.md index 75aa6a8d9..8bc6ad869 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ FAWE is a fork of WorldEdit that has huge speed and memory improvements and cons It is available for Bukkit, Forge, Sponge and Nukkit. ## Chat -### - **`> `**[`Discord`](https://discord.gg/ngZCzbU)`|`[`IRC`](http://webchat.esper.net/?nick=&channels=IntellectualCrafters)` | `[`Spigot Forums`](https://www.spigotmc.org/threads/fast-async-worldedit.100104/)**` <`** +### - **`> `**[`Discord`](https://discord.gg/ngZCzbU)`|`[`Spigot Forums`](https://www.spigotmc.org/threads/fast-async-worldedit.100104/)**` <`** ## Releases @@ -28,4 +28,4 @@ $ gradlew build Have an idea for an optimization, or a cool feature? - I'll accept most PR's - Let me know what you've tested / what may need further testing - - If you need any help, create a ticket or discuss on Discord + - If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU) diff --git a/splash.txt b/splash.txt index b5e673506..70cf461ed 100644 --- a/splash.txt +++ b/splash.txt @@ -1,4 +1,4 @@ - + ============= You are compiling: ============= _______ ___ ____ __ ____ _______ | ____| / \ \ \ / \ / / | ____| @@ -15,7 +15,6 @@ If you encounter trouble: - Use gradlew and not gradle - Ask us! - https://discord.gg/ngZCzbU (Discord) - - https://goo.gl/Zwvv8J (IRC) Files will be output to `/target` diff --git a/worldedit-core/src/main/java/com/boydti/fawe/installer/InstallerFrame.java b/worldedit-core/src/main/java/com/boydti/fawe/installer/InstallerFrame.java index 818926a97..ffc1f610e 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/installer/InstallerFrame.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/installer/InstallerFrame.java @@ -160,7 +160,7 @@ public class InstallerFrame extends JFrame { } catch (Throwable ignore) { ignore.printStackTrace(); } - URL chat = new URL("http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF"); + URL chat = new URL("https://discord.gg/ngZCzbU"); URLButton chatButton = new URLButton(chat, "Chat"); bottomBar.add(chatButton); URL wiki = new URL("https://github.com/boy0001/FastAsyncWorldedit/wiki"); diff --git a/worldedit-core/src/main/resources/cn/message.yml b/worldedit-core/src/main/resources/cn/message.yml index bc8d3c958..1d7fd6cd6 100644 --- a/worldedit-core/src/main/resources/cn/message.yml +++ b/worldedit-core/src/main/resources/cn/message.yml @@ -5,7 +5,7 @@ # 请其他译者勿使用机器翻译。谢谢! info: - prefix: '&8(&4&l快异创世&8)&r&7' + prefix: '&8(&4&lFAWE&8)&r&7' file_deleted: '%s0 已被删除。' schematic_pasting: '&7正在粘贴布局。此操作无法撤销。' lighting_propogate_selection: '&7光照已在 %s0 个区块内传播。(注:您可使用 //removelight 移除)'