Update references to the project website

This commit is contained in:
Luck 2018-11-22 15:25:39 +00:00
parent e111270aed
commit 2da6298c53
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
10 changed files with 10 additions and 6 deletions

View File

@ -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 {

View File

@ -4,6 +4,7 @@
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.github.io | #
# | | #
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #

View File

@ -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

View File

@ -4,6 +4,7 @@
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.github.io | #
# | | #
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #

View File

@ -4,6 +4,7 @@
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.github.io | #
# | | #
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #

View File

@ -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

View File

@ -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")

View File

@ -4,6 +4,7 @@
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.github.io | #
# | | #
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #

View File

@ -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 {

View File

@ -4,6 +4,7 @@
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
# | | #
# | https://luckperms.github.io | #
# | | #
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #