mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-25 05:21:29 +02:00
Update references to the project website
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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 | #
|
||||||
|
@@ -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
|
||||||
|
@@ -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 | #
|
||||||
|
@@ -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 | #
|
||||||
|
@@ -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
|
||||||
|
@@ -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")
|
||||||
|
@@ -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 | #
|
||||||
|
@@ -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 {
|
||||||
|
|
||||||
|
@@ -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 | #
|
||||||
|
Reference in New Issue
Block a user