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:
parent
772de99706
commit
e64debbc2a
@ -7,9 +7,10 @@
|
||||
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.
|
||||
For FAWE for 1.13 see [here](https://github.com/boy0001/WorldEdit/)
|
||||
|
||||
## 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 +29,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)
|
||||
|
@ -643,7 +643,7 @@ public class Fawe {
|
||||
debug(" - AsyncWorldEdit/WorldEditRegions isn't installed");
|
||||
debug(" - Any other errors in the startup log");
|
||||
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("=======================================");
|
||||
}
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user