Switching from IRC to Discord

To offer us a better possibility to help you, visit us on discord https://discord.gg/ngZCzbU
This commit is contained in:
NotMyFault 2018-12-18 21:15:53 +01:00
parent 772de99706
commit e64debbc2a
3 changed files with 5 additions and 4 deletions

View File

@ -7,9 +7,10 @@
FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features FAWE is a fork of WorldEdit that has huge speed and memory improvements and considerably more features
It is available for Bukkit, Forge, Sponge and Nukkit. It is available for Bukkit, Forge, Sponge and Nukkit.
For FAWE for 1.13 see [here](https://github.com/boy0001/WorldEdit/)
## Chat ## 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 ## Releases
@ -28,4 +29,4 @@ $ gradlew build
Have an idea for an optimization, or a cool feature? Have an idea for an optimization, or a cool feature?
- I'll accept most PR's - I'll accept most PR's
- Let me know what you've tested / what may need further testing - 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)

View File

@ -643,7 +643,7 @@ public class Fawe {
debug(" - AsyncWorldEdit/WorldEditRegions isn't installed"); debug(" - AsyncWorldEdit/WorldEditRegions isn't installed");
debug(" - Any other errors in the startup log"); debug(" - Any other errors in the startup log");
debug("Contact Empire92 if you need assistance:"); debug("Contact Empire92 if you need assistance:");
debug(" - Send me a PM or ask on IRC/Discord"); debug(" - Send me a PM or ask on Discord");
debug(" - https://discord.gg/ngZCzbU"); debug(" - https://discord.gg/ngZCzbU");
debug("======================================="); debug("=======================================");
} }

View File

@ -160,7 +160,7 @@ public class InstallerFrame extends JFrame {
} catch (Throwable ignore) { } catch (Throwable ignore) {
ignore.printStackTrace(); 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"); URLButton chatButton = new URLButton(chat, "Chat");
bottomBar.add(chatButton); bottomBar.add(chatButton);
URL wiki = new URL("https://github.com/boy0001/FastAsyncWorldedit/wiki"); URL wiki = new URL("https://github.com/boy0001/FastAsyncWorldedit/wiki");