diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..67079dc67 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [NotMyFault, dordsor21, SirYwell] +patreon: IntellectualSites # Replace with a single Patreon username +open_collective: IntellectualSites +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: https://www.paypal.me/AlexanderBrandes # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6246921fe..f338de82c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report for FastAsyncWorldEdit! Fill out the following form to your best ability to help us fix the problem. - Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit). + Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki). - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 58f2485b5..0035e2ca2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://discord.gg/intellectualsites about: Our support Discord, please ask questions and seek support here. - name: FastAsyncWorldEdit Wiki - url: https://wiki.intellectualsites.com/FastAsyncWorldEdit + url: https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki about: Look at the wiki page for answers for setup instructions command syntax and more. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cd5cfef4c..b49926ac0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for taking the time to fill out this feature request for FastAsyncWorldEdit! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added. - For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit). + For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki). - type: textarea attributes: diff --git a/README.md b/README.md index 2c4a8db70..03b8f6abe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Java Edition required. FastAsyncWorldEdit is compatible with Bukkit, Spigot, Pap ## Links * [Discord](https://discord.gg/intellectualsites) -* [Wiki](https://wiki.intellectualsites.com/FastAsyncWorldEdit/index) +* [Wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki) * [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit/issues) * [Crowdin (Translations)](https://intellectualsites.crowdin.com/fastasyncworldedit) * [JavaDocs](https://ci.athion.net/job/FastAsyncWorldEdit-1.16/javadoc/) diff --git a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java index d33804bdb..2dec019a5 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java @@ -20,7 +20,7 @@ public class Settings extends Config { @Final // Indicates that this value isn't configurable public String ISSUES = "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"; @Final - public String WIKI = "https://wiki.intellectualsites.com/FastAsyncWorldEdit/index"; + public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki"; @Final public String DATE; // These values are set from FAWE before loading @Final diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java index 08cdeffdb..5732bef3a 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java @@ -96,7 +96,7 @@ public class WorldEditCommands { actor.print(Caption.of("worldedit.version.version", dateArg, commitArg, buildArg, platformArg)); } - actor.printInfo(TextComponent.of("Wiki: https://wiki.intellectualsites.com/FastAsyncWorldEdit/index")); + actor.printInfo(TextComponent.of("Wiki: https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki")); PlatformManager pm = we.getPlatformManager(); diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java b/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java index 4a4290393..f179eed6b 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java @@ -33,7 +33,7 @@ import javax.swing.text.html.HTMLEditorKit; public class InfoEntryPoint { - private static final String INSTALL_URL = "https://wiki.intellectualsites.com/FastAsyncWorldEdit"; + private static final String INSTALL_URL = "https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki"; private static final String SUPPORT_URL = "https://discord.gg/intellectualsites"; private static String getMessage(boolean html) {