From 0a0b41bf0b6eb9f86868fad966361730e5ee31f6 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 10 Mar 2020 00:06:26 +0100 Subject: [PATCH] Update discord links --- README.md | 4 ++-- build.gradle.kts | 2 +- contrib/craftscripts/SUBMITTING.txt | 2 +- worldedit-core/src/main/resources/de/message.yml | 2 +- worldedit-core/src/main/resources/fr/message.yml | 2 +- worldedit-core/src/main/resources/lang/strings.json | 2 +- worldedit-core/src/main/resources/nl/message.yml | 2 +- worldedit-forge/src/main/resources/META-INF/mods.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 254b2730d..f9d389cc5 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 ## Links * [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/) -* [Discord](https://discord.gg/ngZCzbU) +* [Discord](https://discord.gg/KxkjDVg) * [Wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/wiki) * [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues) @@ -38,4 +38,4 @@ $ gradlew build Have an idea for an optimization, or a cool feature? - We will accept most PR's - Let us know what you've tested / what may need further testing - - If you need any help, create a ticket or discuss on [Discord](https://discord.gg/ngZCzbU) + - If you need any help, create a ticket or discuss on [Discord](https://discord.gg/KxkjDVg) diff --git a/build.gradle.kts b/build.gradle.kts index 8c9ed0c03..b6e47f76c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ logger.lifecycle(""" 1) Read COMPILING.md if you haven't yet 2) Try running 'build' in a separate Gradle run 3) Use gradlew and not gradle - 4) If you still need help, ask on Discord! https://discord.gg/ngZCzbU + 4) If you still need help, ask on Discord! https://discord.gg/KxkjDVg Output files will be in [subproject]/build/libs ******************************************* diff --git a/contrib/craftscripts/SUBMITTING.txt b/contrib/craftscripts/SUBMITTING.txt index b519effe8..c16ebc290 100644 --- a/contrib/craftscripts/SUBMITTING.txt +++ b/contrib/craftscripts/SUBMITTING.txt @@ -7,4 +7,4 @@ Note: Legally you should not release things to the public domain as not all countries have the concept of public domain in their copyright law. You can also post your scripts here: -https://discord.gg/YKbmj7V or http://forum.sk89q.com/forums/craftscripts.6/ \ No newline at end of file +https://discord.gg/KxkjDVg or http://forum.sk89q.com/forums/craftscripts.6/ \ No newline at end of file diff --git a/worldedit-core/src/main/resources/de/message.yml b/worldedit-core/src/main/resources/de/message.yml index e8458685a..4aa4a4a5e 100644 --- a/worldedit-core/src/main/resources/de/message.yml +++ b/worldedit-core/src/main/resources/de/message.yml @@ -366,7 +366,7 @@ tips: tip_biome_pattern: 'Tipp: Das #biome[forest] Muster kann in jedem Befehl genutzt werden' tip_biome_mask: 'Tipp: Beschränke ein Biom mit der `$jungle` Maske' - tip_discord: Du benötigst Hilfe mit FAWE? https://discord.gg/ngZCzbU + tip_discord: Du benötigst Hilfe mit FAWE? https://discord.gg/KxkjDVg tip_replace_regex: 'Tipp: Ersetze mit regex: //replace .*_log ' tip_replace_regex_2: 'Tipp: Ersetze mit regex: //replace .*stairs[facing=(north|south)] ' diff --git a/worldedit-core/src/main/resources/fr/message.yml b/worldedit-core/src/main/resources/fr/message.yml index ff8fd4a30..153b85e79 100644 --- a/worldedit-core/src/main/resources/fr/message.yml +++ b/worldedit-core/src/main/resources/fr/message.yml @@ -333,7 +333,7 @@ tips: tip_select_connected: Astuce, Sélectionner tous les blocs connectés avec //sel fuzzy' tip_set_pos1: Astuce, Utilisez pos1 comme motif avec //set pos1 tip_farwand: Astuce, Sélectionnez les points distants avec //farwand.' - tip_discord: 'Besoin d''aide ? Aide en anglais disponible : https://discord.gg/ngZCzbU' + tip_discord: 'Besoin d''aide ? Aide en anglais disponible : https://discord.gg/KxkjDVg' tip_lazycut: 'Conseil, Il est plus sûr d''utiliser //lazycut' tip_fast: 'Astuce, Définir rapidement et sans défaire en utilisant //fas' tip_cancel: 'Astuce, Vous pouvez //cancel et éditer en cours de traitement.' diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index eb6b7b576..819f15ddf 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -300,7 +300,7 @@ "fawe.tips.tip.select.connected": "Tip: Select all connected blocks with //sel fuzzy", "fawe.tips.tip.set.pos1": "Tip: Use pos1 as a pattern with //set pos1", "fawe.tips.tip.farwand": "Tip: Select distant points with //farwand", - "fawe.tips.tip.discord": "Need help using FAWE? https://discord.gg/ngZCzbU", + "fawe.tips.tip.discord": "Need help using FAWE? https://discord.gg/KxkjDVg", "fawe.tips.tip.lazycut": "Tip: It is safer to use //lazycut", "fawe.tips.tip.fast": "Tip: Set fast and without undo using //fast", "fawe.tips.tip.cancel": "Tip: You can //cancel an edit in progress", diff --git a/worldedit-core/src/main/resources/nl/message.yml b/worldedit-core/src/main/resources/nl/message.yml index 58442f7dc..3c3b9e51d 100644 --- a/worldedit-core/src/main/resources/nl/message.yml +++ b/worldedit-core/src/main/resources/nl/message.yml @@ -363,4 +363,4 @@ tips: worden' tip_biome_mask: 'Tip: Er wordt een restrictie geplaatst op de biome met `$jungle` mask' - tip_discord: Heb je hulp nodig bij FAWE? https://discord.gg/ngZCzbU + tip_discord: Heb je hulp nodig bij FAWE? https://discord.gg/KxkjDVg diff --git a/worldedit-forge/src/main/resources/META-INF/mods.toml b/worldedit-forge/src/main/resources/META-INF/mods.toml index 1f6e628a7..c467f82c9 100644 --- a/worldedit-forge/src/main/resources/META-INF/mods.toml +++ b/worldedit-forge/src/main/resources/META-INF/mods.toml @@ -3,7 +3,7 @@ modLoader="javafml" # A version range to match for said mod loader - for regular FML @Mod it will be the minecraft version (without the 1.) loaderVersion="[24,)" # A URL to refer people to when problems occur with this mod -issueTrackerURL="https://discord.gg/enginehub" +issueTrackerURL="https://discord.gg/KxkjDVg" # A URL for the "homepage" for this mod, displayed in the mod UI displayURL="https://worldedit.enginehub.org/" # A file name (in the root of the mod JAR) containing a logo for display