diff --git a/api/build.gradle b/api/build.gradle index a04e02b1a..73c62938d 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -53,7 +53,7 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass project { name 'LuckPerms API' description 'An advanced permissions plugin for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.' - url 'https://github.com/lucko/LuckPerms' + url 'https://luckperms.github.io' licenses { license { @@ -74,7 +74,6 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass connection 'scm:git:https://github.com/lucko/LuckPerms.git' developerConnection 'scm:git:git@github.com:lucko/LuckPerms.git' url 'https://github.com/lucko/LuckPerms' - } ciManagement { diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index c1ac48e69..dd9c7cbfa 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -4,6 +4,7 @@ # | | | | / ` |__/ |__) |__ |__) |\/| /__` | # # | |___ \__/ \__, | \ | |___ | \ | | .__/ | # # | | # +# | https://luckperms.github.io | # # | | # # | SOURCE CODE: https://github.com/lucko/LuckPerms | # # | WIKI: https://github.com/lucko/LuckPerms/wiki | # diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index d016b07df..7b6de4c12 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ name: LuckPerms version: ${pluginVersion} description: A permissions plugin author: Luck -website: https://github.com/lucko/LuckPerms +website: https://luckperms.github.io main: me.lucko.luckperms.bukkit.LPBukkitBootstrap load: STARTUP diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 95da5a35e..7ef8ade7b 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -4,6 +4,7 @@ # | | | | / ` |__/ |__) |__ |__) |\/| /__` | # # | |___ \__/ \__, | \ | |___ | \ | | .__/ | # # | | # +# | https://luckperms.github.io | # # | | # # | SOURCE CODE: https://github.com/lucko/LuckPerms | # # | WIKI: https://github.com/lucko/LuckPerms/wiki | # diff --git a/nukkit/src/main/resources/config.yml b/nukkit/src/main/resources/config.yml index 197bd6c2c..6bd09500a 100644 --- a/nukkit/src/main/resources/config.yml +++ b/nukkit/src/main/resources/config.yml @@ -4,6 +4,7 @@ # | | | | / ` |__/ |__) |__ |__) |\/| /__` | # # | |___ \__/ \__, | \ | |___ | \ | | .__/ | # # | | # +# | https://luckperms.github.io | # # | | # # | SOURCE CODE: https://github.com/lucko/LuckPerms | # # | WIKI: https://github.com/lucko/LuckPerms/wiki | # diff --git a/nukkit/src/main/resources/plugin.yml b/nukkit/src/main/resources/plugin.yml index 80797db0a..697ad5141 100644 --- a/nukkit/src/main/resources/plugin.yml +++ b/nukkit/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ version: ${pluginVersion} api: ["1.0.5"] description: A permissions plugin author: Luck -website: https://github.com/lucko/LuckPerms +website: https://luckperms.github.io main: me.lucko.luckperms.nukkit.LPNukkitBootstrap load: STARTUP diff --git a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeBootstrap.java b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeBootstrap.java index cd16164fb..48d479eec 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeBootstrap.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeBootstrap.java @@ -72,7 +72,7 @@ import java.util.stream.Stream; version = "@version@", authors = "Luck", description = "A permissions plugin", - url = "https://github.com/lucko/LuckPerms", + url = "https://luckperms.github.io", dependencies = { // explicit dependency on spongeapi with no defined API version @Dependency(id = "spongeapi") diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 99043e0cc..63c3cd21a 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -4,6 +4,7 @@ # | | | | / ` |__/ |__) |__ |__) |\/| /__` | # # | |___ \__/ \__, | \ | |___ | \ | | .__/ | # # | | # +# | https://luckperms.github.io | # # | | # # | SOURCE CODE: https://github.com/lucko/LuckPerms | # # | WIKI: https://github.com/lucko/LuckPerms/wiki | # diff --git a/velocity/src/main/java/me/lucko/luckperms/velocity/LPVelocityBootstrap.java b/velocity/src/main/java/me/lucko/luckperms/velocity/LPVelocityBootstrap.java index 8f2067eb8..121355b94 100644 --- a/velocity/src/main/java/me/lucko/luckperms/velocity/LPVelocityBootstrap.java +++ b/velocity/src/main/java/me/lucko/luckperms/velocity/LPVelocityBootstrap.java @@ -60,7 +60,7 @@ import java.util.stream.Stream; version = "@version@", authors = "Luck", description = "A permissions plugin", - url = "https://github.com/lucko/LuckPerms" + url = "https://luckperms.github.io" ) public class LPVelocityBootstrap implements LuckPermsBootstrap { diff --git a/velocity/src/main/resources/config.yml b/velocity/src/main/resources/config.yml index aab721926..ae512f74a 100644 --- a/velocity/src/main/resources/config.yml +++ b/velocity/src/main/resources/config.yml @@ -4,6 +4,7 @@ # | | | | / ` |__/ |__) |__ |__) |\/| /__` | # # | |___ \__/ \__, | \ | |___ | \ | | .__/ | # # | | # +# | https://luckperms.github.io | # # | | # # | SOURCE CODE: https://github.com/lucko/LuckPerms | # # | WIKI: https://github.com/lucko/LuckPerms/wiki | #