mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-24 18:18:05 +01:00
Update references to the project website
This commit is contained in:
parent
e111270aed
commit
2da6298c53
@ -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 {
|
||||
|
@ -4,6 +4,7 @@
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.github.io | #
|
||||
# | | #
|
||||
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
|
||||
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #
|
||||
|
@ -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
|
||||
|
@ -4,6 +4,7 @@
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.github.io | #
|
||||
# | | #
|
||||
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
|
||||
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #
|
||||
|
@ -4,6 +4,7 @@
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.github.io | #
|
||||
# | | #
|
||||
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
|
||||
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #
|
||||
|
@ -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
|
||||
|
@ -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")
|
||||
|
@ -4,6 +4,7 @@
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.github.io | #
|
||||
# | | #
|
||||
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
|
||||
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
# | | | | / ` |__/ |__) |__ |__) |\/| /__` | #
|
||||
# | |___ \__/ \__, | \ | |___ | \ | | .__/ | #
|
||||
# | | #
|
||||
# | https://luckperms.github.io | #
|
||||
# | | #
|
||||
# | SOURCE CODE: https://github.com/lucko/LuckPerms | #
|
||||
# | WIKI: https://github.com/lucko/LuckPerms/wiki | #
|
||||
|
Loading…
Reference in New Issue
Block a user