diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 771ff78f3..b93b1293c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: IntellectualSites Discord - url: https://discord.gg/KxkjDVg - about: Our support Discord, please ask questions and seek support here. \ No newline at end of file + url: https://discord.gg/intellectualsites + about: Our support Discord, please ask questions and seek support here. diff --git a/README.md b/README.md index 3acc61ee4..79c3a2410 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Looking builds for older versions? Download them [here](https://intellectualsite ## Links * [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/) -* [Discord](https://discord.gg/KxkjDVg) +* [Discord](https://discord.gg/intellectualsites) * [Wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit/index) * [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit/issues) * [Crowdin](https://intellectualsites.crowdin.com/fastasyncworldedit) @@ -66,7 +66,7 @@ The jar is located in `worldedit-bukkit/build/libs/FastAsyncWorldEdit-1.16-###.j 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/KxkjDVg) + - If you need any help, create a ticket or discuss on [Discord](https://discord.gg/intellectualsites) ## YourKit diff --git a/build.gradle.kts b/build.gradle.kts index b601906f1..4a6772f61 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/KxkjDVg + 4) If you still need help, ask on Discord! https://discord.gg/intellectualsites Output files will be in [subproject]/build/libs ******************************************* diff --git a/contrib/craftscripts/SUBMITTING.md b/contrib/craftscripts/SUBMITTING.md index 06d016bda..8400a12ae 100644 --- a/contrib/craftscripts/SUBMITTING.md +++ b/contrib/craftscripts/SUBMITTING.md @@ -2,4 +2,4 @@ Write a cool script? You can submit a pull request to [our GitHub Repository](ht We will consider your script for inclusion in the FastAsyncWorldEdit repository. CraftScripts in the FastAsyncWorldEdit repository are licensed under GPLv3, like the rest of FastAsybcWorldEdit. -You can also post your scripts on [our Discord](https://discord.gg/KxkjDVg) in the `#sharing-is-caring` channel. \ No newline at end of file +You can also post your scripts on [our Discord](https://discord.gg/intellectualsites) in the `#sharing-is-caring` channel. diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index b778c31ed..6b0f4f25e 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -135,7 +135,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/KxkjDVg", + "fawe.tips.tip.discord": "Need help using FAWE? https://discord.gg/intellectualsites", "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-forge/src/main/resources/META-INF/mods.toml b/worldedit-forge/src/main/resources/META-INF/mods.toml index bf0e06999..e12b282e5 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/KxkjDVg" +issueTrackerURL="https://discord.gg/intellectualsites" # 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