Switch to vanity url

Dieser Commit ist enthalten in:
NotMyFault 2021-02-16 23:49:04 +01:00
Ursprung e3ab9035a8
Commit 80b6a100e8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C
6 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen

Datei anzeigen

@ -1,5 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: IntellectualSites Discord - name: IntellectualSites Discord
url: https://discord.gg/KxkjDVg url: https://discord.gg/intellectualsites
about: Our support Discord, please ask questions and seek support here. about: Our support Discord, please ask questions and seek support here.

Datei anzeigen

@ -24,7 +24,7 @@ Looking builds for older versions? Download them [here](https://intellectualsite
## Links ## Links
* [Spigot Page](https://www.spigotmc.org/threads/fast-async-worldedit.100104/) * [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) * [Wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit/index)
* [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit/issues) * [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit/issues)
* [Crowdin](https://intellectualsites.crowdin.com/fastasyncworldedit) * [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? Have an idea for an optimization, or a cool feature?
- We will accept most PR's - We will accept most PR's
- Let us know what you've tested / what may need further testing - 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 ## YourKit
<a href="https://www.yourkit.com"> <a href="https://www.yourkit.com">

Datei anzeigen

@ -9,7 +9,7 @@ logger.lifecycle("""
1) Read COMPILING.md if you haven't yet 1) Read COMPILING.md if you haven't yet
2) Try running 'build' in a separate Gradle run 2) Try running 'build' in a separate Gradle run
3) Use gradlew and not gradle 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 Output files will be in [subproject]/build/libs
******************************************* *******************************************

Datei anzeigen

@ -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 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. 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. You can also post your scripts on [our Discord](https://discord.gg/intellectualsites) in the `#sharing-is-caring` channel.

Datei anzeigen

@ -135,7 +135,7 @@
"fawe.tips.tip.select.connected": "Tip: Select all connected blocks with //sel fuzzy", "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.set.pos1": "Tip: Use pos1 as a pattern with //set pos1",
"fawe.tips.tip.farwand": "Tip: Select distant points with //farwand", "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.lazycut": "Tip: It is safer to use //lazycut",
"fawe.tips.tip.fast": "Tip: Set fast and without undo using //fast", "fawe.tips.tip.fast": "Tip: Set fast and without undo using //fast",
"fawe.tips.tip.cancel": "Tip: You can //cancel an edit in progress", "fawe.tips.tip.cancel": "Tip: You can //cancel an edit in progress",

Datei anzeigen

@ -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.) # A version range to match for said mod loader - for regular FML @Mod it will be the minecraft version (without the 1.)
loaderVersion="[24,)" loaderVersion="[24,)"
# A URL to refer people to when problems occur with this mod # 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 # A URL for the "homepage" for this mod, displayed in the mod UI
displayURL="https://worldedit.enginehub.org/" displayURL="https://worldedit.enginehub.org/"
# A file name (in the root of the mod JAR) containing a logo for display # A file name (in the root of the mod JAR) containing a logo for display