1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-25 21:38:59 +02:00

Update references to the project website

This commit is contained in:
Luck
2018-11-22 15:25:39 +00:00
parent e111270aed
commit 2da6298c53
10 changed files with 10 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass
project { project {
name 'LuckPerms API' name 'LuckPerms API'
description 'An advanced permissions plugin for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.' 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 { licenses {
license { license {
@@ -74,7 +74,6 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass
connection 'scm:git:https://github.com/lucko/LuckPerms.git' connection 'scm:git:https://github.com/lucko/LuckPerms.git'
developerConnection 'scm:git:git@github.com:lucko/LuckPerms.git' developerConnection 'scm:git:git@github.com:lucko/LuckPerms.git'
url 'https://github.com/lucko/LuckPerms' url 'https://github.com/lucko/LuckPerms'
} }
ciManagement { ciManagement {

View File

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

View File

@@ -2,7 +2,7 @@ name: LuckPerms
version: ${pluginVersion} version: ${pluginVersion}
description: A permissions plugin description: A permissions plugin
author: Luck author: Luck
website: https://github.com/lucko/LuckPerms website: https://luckperms.github.io
main: me.lucko.luckperms.bukkit.LPBukkitBootstrap main: me.lucko.luckperms.bukkit.LPBukkitBootstrap
load: STARTUP load: STARTUP

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ version: ${pluginVersion}
api: ["1.0.5"] api: ["1.0.5"]
description: A permissions plugin description: A permissions plugin
author: Luck author: Luck
website: https://github.com/lucko/LuckPerms website: https://luckperms.github.io
main: me.lucko.luckperms.nukkit.LPNukkitBootstrap main: me.lucko.luckperms.nukkit.LPNukkitBootstrap
load: STARTUP load: STARTUP

View File

@@ -72,7 +72,7 @@ import java.util.stream.Stream;
version = "@version@", version = "@version@",
authors = "Luck", authors = "Luck",
description = "A permissions plugin", description = "A permissions plugin",
url = "https://github.com/lucko/LuckPerms", url = "https://luckperms.github.io",
dependencies = { dependencies = {
// explicit dependency on spongeapi with no defined API version // explicit dependency on spongeapi with no defined API version
@Dependency(id = "spongeapi") @Dependency(id = "spongeapi")

View File

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

View File

@@ -60,7 +60,7 @@ import java.util.stream.Stream;
version = "@version@", version = "@version@",
authors = "Luck", authors = "Luck",
description = "A permissions plugin", description = "A permissions plugin",
url = "https://github.com/lucko/LuckPerms" url = "https://luckperms.github.io"
) )
public class LPVelocityBootstrap implements LuckPermsBootstrap { public class LPVelocityBootstrap implements LuckPermsBootstrap {

View File

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