mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-06 12:17:13 +01:00
Compare commits
87 Commits
feature/ad
...
hytale
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55c52a83ac | ||
|
|
abb85e6d16 | ||
|
|
44ac2589a3 | ||
|
|
5ab5d06fc6 | ||
|
|
8814126d47 | ||
|
|
21902c5fa3 | ||
|
|
3e75070375 | ||
|
|
59ec9bee5a | ||
|
|
95896416e6 | ||
|
|
ebc62c6fd2 | ||
|
|
a065d620cb | ||
|
|
873c9bf727 | ||
|
|
3bf99821ef | ||
|
|
6d8f223591 | ||
|
|
3b34193caa | ||
|
|
757f6ee9ae | ||
|
|
c308769e6d | ||
|
|
98b7ef68ec | ||
|
|
62f6eb4e54 | ||
|
|
5f4839390c | ||
|
|
fb57b70546 | ||
|
|
ee392322c6 | ||
|
|
6f61c0eb31 | ||
|
|
db79cf6340 | ||
|
|
fa50fd14a5 | ||
|
|
085b09e019 | ||
|
|
6e3e64d3f8 | ||
|
|
400857f18b | ||
|
|
7111fef559 | ||
|
|
722279308a | ||
|
|
2d9f4fca77 | ||
|
|
cb5b9a8bb9 | ||
|
|
880ddc22b5 | ||
|
|
d378f782b4 | ||
|
|
1f2d969a69 | ||
|
|
cac79a26af | ||
|
|
8b078f9058 | ||
|
|
d3a5d01f55 | ||
|
|
9a677d46a1 | ||
|
|
8116cbb385 | ||
|
|
b9affd0879 | ||
|
|
ec8657015c | ||
|
|
38a86e6d2d | ||
|
|
35376e43ca | ||
|
|
1c233ec297 | ||
|
|
967dec09ff | ||
|
|
85aa6ae8ae | ||
|
|
83aad38b09 | ||
|
|
b0fb784079 | ||
|
|
84948101f4 | ||
|
|
5dea70532c | ||
|
|
403adeb217 | ||
|
|
a81ed63c0f | ||
|
|
38da700168 | ||
|
|
4a085682dc | ||
|
|
cfed3ce31b | ||
|
|
4c62318338 | ||
|
|
7247cbb9f7 | ||
|
|
9ed7a7ae56 | ||
|
|
9a356ceecf | ||
|
|
e0ac7b1c66 | ||
|
|
82230d8156 | ||
|
|
cda55f20aa | ||
|
|
0df7a01fd8 | ||
|
|
b49668ddee | ||
|
|
f14b081f0b | ||
|
|
b51fbf4e13 | ||
|
|
e48b6fe702 | ||
|
|
984f944daf | ||
|
|
0575c8cf41 | ||
|
|
c181d18f5e | ||
|
|
2e0d9eb846 | ||
|
|
33d1009d6a | ||
|
|
b16d62fb75 | ||
|
|
e019d6370c | ||
|
|
581b73dbc7 | ||
|
|
25f7eafe32 | ||
|
|
ef22d564f3 | ||
|
|
787a053d98 | ||
|
|
f31dd2bea9 | ||
|
|
5c8086150a | ||
|
|
b838d1c52a | ||
|
|
0a712e6530 | ||
|
|
272e2e7904 | ||
|
|
32f3d14682 | ||
|
|
152105017d | ||
|
|
be956f52b0 |
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -38,7 +38,7 @@ PlaceholderAPI provides a feature to have expansions (separate jar files) for pl
|
|||||||
In those cases should you report the issue to the issue tracker of the expansion or plugin.
|
In those cases should you report the issue to the issue tracker of the expansion or plugin.
|
||||||
|
|
||||||
## Pull requests
|
## Pull requests
|
||||||
As an open source project are we welcoming all contributions to improve PlaceholderAPI, being it changes to its code, or contributions to its documentation such as the [Wiki] or the Javadocs.
|
As an open source project we are welcoming all contributions to improve PlaceholderAPI, being it changes to its code, or contributions to its documentation such as the [Wiki] or the Javadocs.
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> When contributing, make sure to both base of and target the mentioned branch. Pull requests targeting the wrong branch may get closed without a warning.
|
> When contributing, make sure to both base of and target the mentioned branch. Pull requests targeting the wrong branch may get closed without a warning.
|
||||||
|
|||||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -21,7 +21,7 @@
|
|||||||
### Description
|
### Description
|
||||||
<!-- What does your Pull request change? -->
|
<!-- What does your Pull request change? -->
|
||||||
|
|
||||||
Closes N/A <!-- If your PR is based on an issue, change "N/A" the the issue ID (#id) -->
|
Closes N/A <!-- If your PR is based on an issue, change "N/A" to the issue ID (#id) -->
|
||||||
|
|
||||||
|
|
||||||
<!-- DO NOT ALTER ANYTHING BELOW THIS LINE! -->
|
<!-- DO NOT ALTER ANYTHING BELOW THIS LINE! -->
|
||||||
|
|||||||
6
.github/workflows/pr_build_jars.yml
vendored
6
.github/workflows/pr_build_jars.yml
vendored
@@ -5,8 +5,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
paths:
|
paths:
|
||||||
- "src/**"
|
- "../../spigot/**"
|
||||||
- "build.gradle"
|
- "../../paper/**"
|
||||||
|
- "build.gradle.kts"
|
||||||
|
- "settings.gradle.kts"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testBuilds:
|
testBuilds:
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
.idea/
|
.idea/
|
||||||
.gradle/
|
.gradle/
|
||||||
|
.vscode/
|
||||||
server/
|
server/
|
||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
*.iml
|
*.iml
|
||||||
|
libs/
|
||||||
10
README.md
10
README.md
@@ -8,15 +8,15 @@
|
|||||||
[discord]: https://helpch.at/discord
|
[discord]: https://helpch.at/discord
|
||||||
[spigot]: https://www.spigotmc.org/resources/6245/
|
[spigot]: https://www.spigotmc.org/resources/6245/
|
||||||
[hangar]: https://hangar.papermc.io/HelpChat/PlaceholderAPI
|
[hangar]: https://hangar.papermc.io/HelpChat/PlaceholderAPI
|
||||||
[bbb]: https://builtbybit.com/resources/placeholderapi.24306
|
[modrinth]: https://modrinth.com/plugin/placeholderapi
|
||||||
[Expansions cloud]: https://api.extendedclip.com/home
|
[Expansions cloud]: https://ecloud.placeholderapi.com
|
||||||
[placeholder list]: https://helpch.at/placeholders
|
[placeholder list]: https://helpch.at/placeholders
|
||||||
[statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI
|
[statistics]: https://bstats.org/plugin/bukkit/PlaceholderAPI
|
||||||
|
|
||||||
[ci]: http://ci.extendedclip.com/job/PlaceholderAPI/
|
[ci]: http://ci.extendedclip.com/job/PlaceholderAPI/
|
||||||
[ciImg]: http://ci.extendedclip.com/buildStatus/icon?job=PlaceholderAPI
|
[ciImg]: http://ci.extendedclip.com/buildStatus/icon?job=PlaceholderAPI
|
||||||
|
|
||||||
[APIversionImg]: https://img.shields.io/nexus/placeholderapi/me.clip/placeholderapi?server=https%3A%2F%2Frepo.extendedclip.com&label=API%20Version
|
[APIversionImg]: https://repo.extendedclip.com/api/badge/latest/releases/me/clip/placeholderapi?name=API%20Version
|
||||||
[logo]: https://wiki.placeholderapi.com/assets/img/papi-logo.png
|
[logo]: https://wiki.placeholderapi.com/assets/img/papi-logo.png
|
||||||
|
|
||||||
[contributing]: https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/.github/CONTRIBUTING.md
|
[contributing]: https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/.github/CONTRIBUTING.md
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Support for specific plugins are provided either by the plugin itself or through expansions. The expansions may be downloaded in-game through the PAPI Expansion Cloud. There are currently over 240+ expansions that support a wide variety of plugins, such as Essentials, Factions, LuckPerms, and Vault.
|
Support for specific plugins are provided either by the plugin itself or through expansions. The expansions may be downloaded in-game through the PAPI Expansion Cloud. There are currently over 240+ expansions that support a wide variety of plugins, such as Essentials, Factions, LuckPerms, and Vault.
|
||||||
|
|
||||||
PlaceholderAPI has been downloaded over 1,600,000 times and has been used concurrently on over 40,000 servers, which makes it a must-have for a server of any type or scale.
|
PlaceholderAPI has been downloaded over 1,700,000 times on Spigot and has been used concurrently on over 45,000 servers, which makes it a must-have for a server of any type or scale.
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
If you would like to contribute towards PlaceholderAPI should you take a look at our [Contributing file][contributing] for the ins and outs on how you can do that and what you need to keep in mind.
|
If you would like to contribute towards PlaceholderAPI should you take a look at our [Contributing file][contributing] for the ins and outs on how you can do that and what you need to keep in mind.
|
||||||
@@ -50,5 +50,5 @@ If you would like to create your own Placeholder Expansion for PlaceholderAPI, t
|
|||||||
- [Placeholder List]
|
- [Placeholder List]
|
||||||
- [Spigot Page][spigot]
|
- [Spigot Page][spigot]
|
||||||
- [Hangar Page][hangar]
|
- [Hangar Page][hangar]
|
||||||
- [BuiltByBit Page][bbb]
|
- [Modrinth Page][modrinth]
|
||||||
- [Plugin Statistics][statistics]
|
- [Plugin Statistics][statistics]
|
||||||
|
|||||||
@@ -3,59 +3,38 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
|||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("com.github.hierynomus.license") version "0.16.1"
|
id("com.gradleup.shadow") version "9.3.1"
|
||||||
id("io.github.goooler.shadow") version "8.1.7"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "me.clip"
|
group = "at.helpch"
|
||||||
version = "2.11.7-DEV-${System.getProperty("BUILD_NUMBER")}"
|
version = "1.0.5-DEV-${System.getProperty("BUILD_NUMBER")}"
|
||||||
|
|
||||||
description = "An awesome placeholder provider!"
|
description = "An awesome placeholder provider!"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
|
||||||
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
maven("https://repo.codemc.org/repository/maven-public/")
|
maven {
|
||||||
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
url = uri("https://repo.codemc.io/repository/hytale/")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.bstats:bstats-bukkit:3.0.1")
|
implementation("org.yaml:snakeyaml:2.5")
|
||||||
implementation("net.kyori:adventure-platform-bukkit:4.3.3")
|
|
||||||
|
|
||||||
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
|
compileOnly("com.hypixel.hytale:Server:2026.01.17-4b0f30090")
|
||||||
compileOnlyApi("org.jetbrains:annotations:23.0.0")
|
compileOnlyApi("org.jetbrains:annotations:23.0.0")
|
||||||
|
|
||||||
testImplementation("org.openjdk.jmh:jmh-core:1.32")
|
|
||||||
testImplementation("org.openjdk.jmh:jmh-generator-annprocess:1.32")
|
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
|
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
||||||
withJavadocJar()
|
withJavadocJar()
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
}
|
|
||||||
|
|
||||||
license {
|
disableAutoTargetJvm()
|
||||||
header = rootProject.file("config/headers/main.txt")
|
|
||||||
|
|
||||||
include("**/*.java")
|
|
||||||
mapping("java", "JAVADOC_STYLE")
|
|
||||||
|
|
||||||
encoding = "UTF-8"
|
|
||||||
|
|
||||||
ext {
|
|
||||||
set("year", 2024)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val javaComponent: SoftwareComponent = components["java"]
|
val javaComponent: SoftwareComponent = components["java"]
|
||||||
@@ -65,42 +44,18 @@ tasks {
|
|||||||
eachFile { expand("version" to project.version) }
|
eachFile { expand("version" to project.version) }
|
||||||
}
|
}
|
||||||
|
|
||||||
build {
|
|
||||||
dependsOn(named("shadowJar"))
|
|
||||||
}
|
|
||||||
|
|
||||||
withType<JavaCompile> {
|
|
||||||
options.encoding = "UTF-8"
|
|
||||||
options.release = 8
|
|
||||||
}
|
|
||||||
|
|
||||||
withType<Javadoc> {
|
|
||||||
isFailOnError = false
|
|
||||||
|
|
||||||
with(options as StandardJavadocDocletOptions) {
|
|
||||||
addStringOption("Xdoclint:none", "-quiet")
|
|
||||||
addStringOption("encoding", "UTF-8")
|
|
||||||
addStringOption("charSet", "UTF-8")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
withType<ShadowJar> {
|
withType<ShadowJar> {
|
||||||
archiveClassifier.set("")
|
archiveClassifier.set("hytale")
|
||||||
|
|
||||||
relocate("org.bstats", "me.clip.placeholderapi.metrics")
|
relocate("org.yaml.snakeyaml", "at.helpch.placeholderapi.libs.yaml")
|
||||||
relocate("net.kyori", "me.clip.placeholderapi.libs.kyori")
|
|
||||||
|
|
||||||
exclude("META-INF/versions/**")
|
exclude("META-INF/versions/**")
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
|
||||||
useJUnitPlatform()
|
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("maven") {
|
create<MavenPublication>("maven") {
|
||||||
artifactId = "placeholderapi"
|
artifactId = "placeholderapi-hytale"
|
||||||
from(javaComponent)
|
from(javaComponent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -108,9 +63,9 @@ tasks {
|
|||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
if ("-DEV" in version.toString()) {
|
if ("-DEV" in version.toString()) {
|
||||||
url = uri("https://repo.extendedclip.com/content/repositories/dev/")
|
url = uri("https://repo.extendedclip.com/snapshots")
|
||||||
} else {
|
} else {
|
||||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
url = uri("https://repo.extendedclip.com/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
@@ -123,9 +78,3 @@ tasks {
|
|||||||
|
|
||||||
publish.get().setDependsOn(listOf(build.get()))
|
publish.get().setDependsOn(listOf(build.get()))
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
|
||||||
testImplementation {
|
|
||||||
extendsFrom(compileOnly.get())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2018-2024 Peter Blood
|
Copyright (c) 2018-2026 Peter Blood
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
330
src/main/java/at/helpch/placeholderapi/PlaceholderAPI.java
Normal file
330
src/main/java/at/helpch/placeholderapi/PlaceholderAPI.java
Normal file
@@ -0,0 +1,330 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.Objects;
|
||||||
|
import java.util.Set;
|
||||||
|
import java.util.regex.Matcher;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.Relational;
|
||||||
|
import at.helpch.placeholderapi.replacer.CharsReplacer;
|
||||||
|
import at.helpch.placeholderapi.replacer.MessageReplacer;
|
||||||
|
import at.helpch.placeholderapi.replacer.Replacer;
|
||||||
|
import at.helpch.placeholderapi.replacer.Replacer.Closure;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public final class PlaceholderAPI {
|
||||||
|
|
||||||
|
private static final Replacer REPLACER_PERCENT = new CharsReplacer(Closure.PERCENT);
|
||||||
|
private static final Replacer REPLACER_BRACKET = new CharsReplacer(Closure.BRACKET);
|
||||||
|
|
||||||
|
static final Pattern PLACEHOLDER_PATTERN = Pattern.compile("[%]([^%]+)[%]");
|
||||||
|
static final Pattern BRACKET_PLACEHOLDER_PATTERN = Pattern.compile("[{]([^{}]+)[}]");
|
||||||
|
static final Pattern RELATIONAL_PLACEHOLDER_PATTERN = Pattern
|
||||||
|
.compile("[%](rel_)([^%]+)[%]");
|
||||||
|
|
||||||
|
|
||||||
|
private PlaceholderAPI() {
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Current API ===
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translates all placeholders into their corresponding values.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
*
|
||||||
|
* @param player Player to parse the placeholders against
|
||||||
|
* @param text Text to set the placeholder values in
|
||||||
|
* @return String containing all translated placeholders
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static String setPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final String text) {
|
||||||
|
return REPLACER_PERCENT.apply(text, player,
|
||||||
|
PlaceholderAPIPlugin.instance().localExpansionManager()::getExpansion);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translates all placeholders into their corresponding values.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
*
|
||||||
|
* @param player Player to parse the placeholders against
|
||||||
|
* @param original Message to set the placeholder values in
|
||||||
|
* @return Message containing all translated placeholders
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static Message setPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final Message original) {
|
||||||
|
return MessageReplacer.replace(original, str -> setPlaceholders(player, str));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translates all placeholders into their corresponding values.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
*
|
||||||
|
* @param player Player to parse the placeholders against
|
||||||
|
* @param text List of Strings to set the placeholder values in
|
||||||
|
* @return String containing all translated placeholders
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static List<String> setPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final List<String> text) {
|
||||||
|
return text.stream().map(line -> setPlaceholders(player, line)).collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Translates all placeholders into their corresponding values.
|
||||||
|
// * <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
// *
|
||||||
|
// * @param player Player to parse the placeholders against
|
||||||
|
// * @param original List of Messages to set the placeholder values in
|
||||||
|
// * @return List of Message containing all translated placeholders
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public static List<Message> setPlaceholders(final Player player,
|
||||||
|
// @NotNull final List<Message> original) {
|
||||||
|
// return original.stream().map(msg -> setPlaceholders(player, msg)).collect(Collectors.toList());
|
||||||
|
// }
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Translates all placeholders into their corresponding values.
|
||||||
|
// * <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
// *
|
||||||
|
// * @param player Player to parse the placeholders against
|
||||||
|
// * @param text Text to set the placeholder values in
|
||||||
|
// * @return String containing all translated placeholders
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public static String setPlaceholders(final Player player, @NotNull String text) {
|
||||||
|
// return setPlaceholders(((OfflinePlayer) player), text);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Translates all placeholders into their corresponding values.
|
||||||
|
// * <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
||||||
|
// *
|
||||||
|
// * @param player Player to parse the placeholders against
|
||||||
|
// * @param text List of Strings to set the placeholder values in
|
||||||
|
// * @return String containing all translated placeholders
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public static List<String> setPlaceholders(final Player player, @NotNull List<@NotNull String> text) {
|
||||||
|
// return setPlaceholders(((OfflinePlayer) player), text);
|
||||||
|
// }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translates all placeholders into their corresponding values.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
||||||
|
*
|
||||||
|
* @param player Player to parse the placeholders against
|
||||||
|
* @param text Text to set the placeholder values in
|
||||||
|
* @return String containing all translated placeholders
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static String setBracketPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final String text) {
|
||||||
|
return REPLACER_BRACKET.apply(text, player,
|
||||||
|
PlaceholderAPIPlugin.instance().localExpansionManager()::getExpansion);
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static Message setBracketPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final Message original) {
|
||||||
|
return MessageReplacer.replace(original, str -> setBracketPlaceholders(player, str));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translates all placeholders into their corresponding values.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
||||||
|
*
|
||||||
|
* @param player Player to parse the placeholders against
|
||||||
|
* @param text List of Strings to set the placeholder values in
|
||||||
|
* @return String containing all translated placeholders
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static List<@NotNull String> setBracketPlaceholders(final PlayerRef player,
|
||||||
|
@NotNull final List<@NotNull String> text) {
|
||||||
|
return text.stream().map(line -> setBracketPlaceholders(player, line))
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Translates all placeholders into their corresponding values.
|
||||||
|
// * <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
||||||
|
// *
|
||||||
|
// * @param player Player to parse the placeholders against
|
||||||
|
// * @param text Text to set the placeholder values in
|
||||||
|
// * @return String containing all translated placeholders
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public static String setBracketPlaceholders(Player player, @NotNull String text) {
|
||||||
|
// return setBracketPlaceholders((OfflinePlayer) player, text);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Translates all placeholders into their corresponding values.
|
||||||
|
// * <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
||||||
|
// *
|
||||||
|
// * @param player Player to parse the placeholders against
|
||||||
|
// * @param text List of Strings to set the placeholder values in
|
||||||
|
// * @return String containing all translated placeholders
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public static List<String> setBracketPlaceholders(Player player, @NotNull List<String> text) {
|
||||||
|
// return setBracketPlaceholders((OfflinePlayer) player, text);
|
||||||
|
// }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set relational placeholders in the text specified placeholders are matched with the pattern
|
||||||
|
* {@literal %<rel_(identifier)_(params)>%} when set with this method
|
||||||
|
*
|
||||||
|
* @param one First player to compare
|
||||||
|
* @param two Second player to compare
|
||||||
|
* @param text Text to parse the placeholders in
|
||||||
|
* @return The text containing the parsed relational placeholders
|
||||||
|
*/
|
||||||
|
public static String setRelationalPlaceholders(PlayerRef one, PlayerRef two, String text) {
|
||||||
|
final Matcher matcher = RELATIONAL_PLACEHOLDER_PATTERN.matcher(text);
|
||||||
|
|
||||||
|
while (matcher.find()) {
|
||||||
|
final String format = matcher.group(2);
|
||||||
|
final int index = format.indexOf("_");
|
||||||
|
|
||||||
|
if (index <= 0 || index >= format.length()) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
String identifier = format.substring(0, index).toLowerCase(Locale.ROOT);
|
||||||
|
String params = format.substring(index + 1);
|
||||||
|
final PlaceholderExpansion expansion = PlaceholderAPIPlugin.instance()
|
||||||
|
.localExpansionManager().getExpansion(identifier);
|
||||||
|
|
||||||
|
if (!(expansion instanceof Relational)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String value = ((Relational) expansion).onPlaceholderRequest(one, two, params);
|
||||||
|
|
||||||
|
if (value != null) {
|
||||||
|
text = text.replaceAll(Pattern.quote(matcher.group()), Matcher.quoteReplacement(value));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return text;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Translate placeholders in the provided List based on the relation of the two provided players.
|
||||||
|
* <br>The pattern of a valid placeholder is {@literal %rel_<identifier>_<param>%}.
|
||||||
|
*
|
||||||
|
* @param one Player to compare
|
||||||
|
* @param two Player to compare
|
||||||
|
* @param text text to parse the placeholder values to
|
||||||
|
* @return The text containing the parsed relational placeholders
|
||||||
|
*/
|
||||||
|
public static List<String> setRelationalPlaceholders(PlayerRef one, PlayerRef two, List<String> text) {
|
||||||
|
return text.stream().map(line -> setRelationalPlaceholders(one, two, line))
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if a specific placeholder identifier is currently registered
|
||||||
|
*
|
||||||
|
* @param identifier The identifier to check
|
||||||
|
* @return true if identifier is already registered
|
||||||
|
*/
|
||||||
|
public static boolean isRegistered(@NotNull final String identifier) {
|
||||||
|
return PlaceholderAPIPlugin.instance().localExpansionManager()
|
||||||
|
.findExpansionByIdentifier(identifier).isPresent();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get all registered placeholder identifiers
|
||||||
|
*
|
||||||
|
* @return A Set of type String containing the identifiers of all registered expansions.
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public static Set<String> getRegisteredIdentifiers() {
|
||||||
|
return Set
|
||||||
|
.copyOf(PlaceholderAPIPlugin.instance().localExpansionManager().getIdentifiers());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the normal placeholder pattern.
|
||||||
|
*
|
||||||
|
* @return Regex Pattern of {@literal [%]([^%]+)[%]}
|
||||||
|
*/
|
||||||
|
public static Pattern getPlaceholderPattern() {
|
||||||
|
return PLACEHOLDER_PATTERN;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the bracket placeholder pattern.
|
||||||
|
*
|
||||||
|
* @return Regex Pattern of {@literal [{]([^{}]+)[}]}
|
||||||
|
*/
|
||||||
|
public static Pattern getBracketPlaceholderPattern() {
|
||||||
|
return BRACKET_PLACEHOLDER_PATTERN;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the relational placeholder pattern.
|
||||||
|
*
|
||||||
|
* @return Regex Pattern of {@literal [%](rel_)([^%]+)[%]}
|
||||||
|
*/
|
||||||
|
public static Pattern getRelationalPlaceholderPattern() {
|
||||||
|
return RELATIONAL_PLACEHOLDER_PATTERN;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if a String contains any PlaceholderAPI placeholders ({@literal
|
||||||
|
* %<identifier>_<params>%}).
|
||||||
|
*
|
||||||
|
* @param text String to check
|
||||||
|
* @return true if String contains any matches to the normal placeholder pattern, false otherwise
|
||||||
|
*/
|
||||||
|
public static boolean containsPlaceholders(String text) {
|
||||||
|
return text != null && PLACEHOLDER_PATTERN.matcher(text).find();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if a String contains any PlaceholderAPI bracket placeholders ({@literal
|
||||||
|
* {<identifier>_<params>}}).
|
||||||
|
*
|
||||||
|
* @param text String to check
|
||||||
|
* @return true if String contains any matches to the bracket placeholder pattern, false otherwise
|
||||||
|
*/
|
||||||
|
public static boolean containsBracketPlaceholders(String text) {
|
||||||
|
return text != null && BRACKET_PLACEHOLDER_PATTERN.matcher(text).find();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String booleanValue(final boolean value) {
|
||||||
|
return value ? PlaceholderAPIPlugin.instance().configManager().config().booleanValue().trueValue() : PlaceholderAPIPlugin.instance().configManager().config().booleanValue().falseValue();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,88 @@
|
|||||||
|
package at.helpch.placeholderapi;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommandRouter;
|
||||||
|
import at.helpch.placeholderapi.configuration.ConfigManager;
|
||||||
|
import at.helpch.placeholderapi.expansion.manager.CloudExpansionManager;
|
||||||
|
import at.helpch.placeholderapi.expansion.manager.LocalExpansionManager;
|
||||||
|
import com.hypixel.hytale.event.EventPriority;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import com.hypixel.hytale.server.core.console.ConsoleSender;
|
||||||
|
import com.hypixel.hytale.server.core.event.events.BootEvent;
|
||||||
|
import com.hypixel.hytale.server.core.event.events.PrepareUniverseEvent;
|
||||||
|
import com.hypixel.hytale.server.core.event.events.player.PlayerDisconnectEvent;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.JavaPlugin;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.JavaPluginInit;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public class PlaceholderAPIPlugin extends JavaPlugin {
|
||||||
|
private final ConfigManager configManager = new ConfigManager(this);
|
||||||
|
private final LocalExpansionManager localExpansionManager = new LocalExpansionManager(this);
|
||||||
|
private final CloudExpansionManager cloudExpansionManager = new CloudExpansionManager(this);
|
||||||
|
|
||||||
|
private static PlaceholderAPIPlugin instance;
|
||||||
|
|
||||||
|
public static PlaceholderAPIPlugin instance() {
|
||||||
|
return instance;
|
||||||
|
}
|
||||||
|
|
||||||
|
public PlaceholderAPIPlugin(@NotNull final JavaPluginInit init) {
|
||||||
|
super(init);
|
||||||
|
|
||||||
|
instance = this;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void setup() {
|
||||||
|
configManager.setup();
|
||||||
|
getEventRegistry().register(PlayerDisconnectEvent.class, localExpansionManager::onQuit);
|
||||||
|
getEventRegistry().register(EventPriority.LAST, BootEvent.class, this::onServerLoad);
|
||||||
|
|
||||||
|
if (configManager.config().cloudEnabled()) {
|
||||||
|
cloudExpansionManager.load();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void start() {
|
||||||
|
getCommandRegistry().registerCommand(new PlaceholderCommandRouter(this));
|
||||||
|
|
||||||
|
// localExpansionManager().load(ConsoleSender.INSTANCE);
|
||||||
|
|
||||||
|
super.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void shutdown() {
|
||||||
|
super.shutdown();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void reloadPlugin(@NotNull final CommandSender sender) {
|
||||||
|
localExpansionManager.kill();
|
||||||
|
// configManager.save();
|
||||||
|
configManager.setup();
|
||||||
|
|
||||||
|
localExpansionManager.load(sender);
|
||||||
|
|
||||||
|
if (configManager.config().cloudEnabled()) {
|
||||||
|
cloudExpansionManager.load();
|
||||||
|
} else {
|
||||||
|
cloudExpansionManager.kill();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public LocalExpansionManager localExpansionManager() {
|
||||||
|
return localExpansionManager;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ConfigManager configManager() {
|
||||||
|
return configManager;
|
||||||
|
}
|
||||||
|
|
||||||
|
public CloudExpansionManager cloudExpansionManager() {
|
||||||
|
return cloudExpansionManager;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void onServerLoad(BootEvent event) {
|
||||||
|
localExpansionManager.load(ConsoleSender.INSTANCE);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,21 +18,14 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.replacer;
|
package at.helpch.placeholderapi;
|
||||||
|
|
||||||
import me.clip.placeholderapi.Values;
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
import org.openjdk.jmh.annotations.Benchmark;
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
public class ReplacerBenchmarks {
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
@Benchmark
|
|
||||||
public void measureCharsReplacerSmallText() {
|
|
||||||
Values.CHARS_REPLACER.apply(Values.SMALL_TEXT, null, Values.PLACEHOLDERS::get);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Benchmark
|
|
||||||
public void measureCharsReplacerLargeText() {
|
|
||||||
Values.CHARS_REPLACER.apply(Values.LARGE_TEXT, null, Values.PLACEHOLDERS::get);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
public interface PlaceholderHook {
|
||||||
|
@Nullable
|
||||||
|
String onPlaceholderRequest(final PlayerRef player, @NotNull final String params);
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,105 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands;
|
||||||
|
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public abstract class PlaceholderCommand {
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final String label;
|
||||||
|
@NotNull
|
||||||
|
private final Set<String> alias;
|
||||||
|
|
||||||
|
private Set<String> permissions = new HashSet<>();
|
||||||
|
|
||||||
|
|
||||||
|
protected PlaceholderCommand(@NotNull final String label, @NotNull final String... alias) {
|
||||||
|
this.label = label;
|
||||||
|
this.alias = Set.of(alias);
|
||||||
|
|
||||||
|
setPermissions("placeholderapi.*");
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static Stream<PlaceholderCommand> filterByPermission(@NotNull final CommandSender sender,
|
||||||
|
@NotNull final Stream<PlaceholderCommand> commands) {
|
||||||
|
return commands.filter(target -> target.getPermissions().stream().anyMatch(sender::hasPermission));
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void suggestByParameter(@NotNull final Stream<String> possible,
|
||||||
|
@NotNull final List<String> suggestions, @Nullable final String parameter) {
|
||||||
|
if (parameter == null) {
|
||||||
|
possible.forEach(suggestions::add);
|
||||||
|
} else {
|
||||||
|
possible.filter(suggestion -> suggestion.toLowerCase(Locale.ROOT).startsWith(parameter.toLowerCase(Locale.ROOT)))
|
||||||
|
.forEach(suggestions::add);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public final String getLabel() {
|
||||||
|
return label;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public final Set<String> getAlias() {
|
||||||
|
return Set.copyOf(alias);
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public final Set<String> getLabels() {
|
||||||
|
final Set<String> set = new HashSet<>();
|
||||||
|
set.add(label);
|
||||||
|
set.addAll(alias);
|
||||||
|
return set;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public final Set<String> getPermissions() {
|
||||||
|
return permissions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPermissions(@NotNull final String @NotNull ... permissions) {
|
||||||
|
this.permissions.addAll(Arrays.asList(permissions));
|
||||||
|
}
|
||||||
|
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands;
|
||||||
|
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.impl.cloud.CommandECloud;
|
||||||
|
import at.helpch.placeholderapi.commands.impl.local.*;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.*;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class PlaceholderCommandRouter extends AbstractCommand {
|
||||||
|
|
||||||
|
@Unmodifiable
|
||||||
|
private static final List<PlaceholderCommand> COMMANDS = List.of(new CommandHelp(),
|
||||||
|
new CommandInfo(),
|
||||||
|
new CommandList(),
|
||||||
|
new CommandDump(),
|
||||||
|
new CommandECloud(),
|
||||||
|
new CommandParse(),
|
||||||
|
new CommandReload(),
|
||||||
|
new CommandVersion(),
|
||||||
|
new CommandExpansionRegister(),
|
||||||
|
new CommandExpansionUnregister());
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final PlaceholderAPIPlugin plugin;
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
private final Map<String, PlaceholderCommand> commands;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getName() {
|
||||||
|
return "papi";
|
||||||
|
}
|
||||||
|
|
||||||
|
public PlaceholderCommandRouter(@NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
super("papi", "papi");
|
||||||
|
addAliases("placeholderapi");
|
||||||
|
setAllowsExtraArguments(true);
|
||||||
|
|
||||||
|
this.plugin = plugin;
|
||||||
|
|
||||||
|
final Map<String, PlaceholderCommand> commands = new HashMap<>();
|
||||||
|
|
||||||
|
for (final PlaceholderCommand command : COMMANDS) {
|
||||||
|
command.getLabels().forEach(label -> commands.put(label, command));
|
||||||
|
}
|
||||||
|
|
||||||
|
this.commands = commands;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean canGeneratePermission() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected @Nullable CompletableFuture<Void> execute(@NotNull final CommandContext context) {
|
||||||
|
final String[] args = context.getInputString().replace("papi", "").replace("placeholderapi", "").trim().split(" ");
|
||||||
|
final CommandSender sender = context.sender();
|
||||||
|
|
||||||
|
if (args.length == 0 || args[0].isBlank()) {
|
||||||
|
final PlaceholderCommand fallback = commands.get("version");
|
||||||
|
if (fallback != null) {
|
||||||
|
fallback.evaluate(plugin, sender, "", Collections.emptyList());
|
||||||
|
}
|
||||||
|
|
||||||
|
return CompletableFuture.completedFuture(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
final String search = args[0].toLowerCase(Locale.ROOT);
|
||||||
|
final PlaceholderCommand target = commands.get(search);
|
||||||
|
|
||||||
|
if (target == null) {
|
||||||
|
sender.sendMessage(Message.raw("Unknown command ").color(Color.RED).insert(Message.raw(search).color(Color.GRAY)));
|
||||||
|
|
||||||
|
return CompletableFuture.completedFuture(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
final Set<String> permissions = target.getPermissions();
|
||||||
|
if (permissions.stream().noneMatch(sender::hasPermission)) {
|
||||||
|
sender.sendMessage(Message.raw("You do not have permission to do this!").color(Color.RED));
|
||||||
|
|
||||||
|
return CompletableFuture.completedFuture(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
target
|
||||||
|
.evaluate(plugin, sender, search, Arrays.asList(Arrays.copyOfRange(args, 1, args.length)));
|
||||||
|
|
||||||
|
return CompletableFuture.completedFuture(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,184 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
public final class CommandECloud extends PlaceholderCommand {
|
||||||
|
|
||||||
|
@Unmodifiable
|
||||||
|
private static final List<PlaceholderCommand> COMMANDS = List
|
||||||
|
.of(new CommandECloudClear(),
|
||||||
|
new CommandECloudStatus(),
|
||||||
|
new CommandECloudUpdate(),
|
||||||
|
new CommandECloudRefresh(),
|
||||||
|
new CommandECloudDownload(),
|
||||||
|
new CommandECloudExpansionInfo(),
|
||||||
|
new CommandECloudExpansionList(),
|
||||||
|
new CommandECloudExpansionPlaceholders());
|
||||||
|
|
||||||
|
static {
|
||||||
|
COMMANDS
|
||||||
|
.forEach(command -> command.setPermissions("placeholderapi.ecloud." + command.getLabel()));
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
private final Map<String, PlaceholderCommand> commands;
|
||||||
|
|
||||||
|
|
||||||
|
public CommandECloud() {
|
||||||
|
super("ecloud");
|
||||||
|
|
||||||
|
final Map<String, PlaceholderCommand> commands = new HashMap<>();
|
||||||
|
|
||||||
|
for (final PlaceholderCommand command : COMMANDS) {
|
||||||
|
command.getLabels().forEach(label -> commands.put(label, command));
|
||||||
|
}
|
||||||
|
|
||||||
|
this.commands = commands;
|
||||||
|
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud");
|
||||||
|
COMMANDS.stream().map(PlaceholderCommand::getPermissions).flatMap(Set::stream).forEach(this::setPermissions);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
Message message = Message.empty()
|
||||||
|
.insert(Message.raw("PlaceholderAPI ").color(Color.CYAN).bold(true))
|
||||||
|
.insert(Message.raw("- ").color(Color.DARK_GRAY))
|
||||||
|
.insert(Message.raw("eCloud Help Menu ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("-\n").color(Color.DARK_GRAY));
|
||||||
|
|
||||||
|
final List<String[]> commands = List.of(
|
||||||
|
new String[]{"ecloud status", "View status of the eCloud"},
|
||||||
|
new String[]{"ecloud list <all/{author}/installed> {page}", "List all/author specific available expansions"},
|
||||||
|
new String[]{"ecloud info <expansion name> {version}", "View information about a specific expansion available on the eCloud"},
|
||||||
|
new String[]{"ecloud placeholders <expansion name>", "View placeholders for an expansion"},
|
||||||
|
new String[]{"ecloud download <expansion name> {version}", "Download an expansion from the eCloud"},
|
||||||
|
new String[]{"ecloud update <expansion name/all>", "Update a specific/all installed expansions"},
|
||||||
|
new String[]{"ecloud refresh", "Fetch the most up to date list of expansions available."},
|
||||||
|
new String[]{"ecloud clear", "Clear the expansion cloud cache."}
|
||||||
|
);
|
||||||
|
|
||||||
|
for (String[] command : commands) {
|
||||||
|
message = message.insert(Message.raw("\n/papi ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(command[0]).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\n " + command[1]).color(Color.GRAY));
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
|
||||||
|
// " ",
|
||||||
|
// "&b/papi &fecloud status",
|
||||||
|
// " &7&oView status of the eCloud",
|
||||||
|
// "&b/papi &fecloud list <all/{author}/installed> {page}",
|
||||||
|
// " &7&oList all/author specific available expansions",
|
||||||
|
// "&b/papi &fecloud info <expansion name> {version}",
|
||||||
|
// " &7&oView information about a specific expansion available on the eCloud",
|
||||||
|
// "&b/papi &fecloud placeholders <expansion name>",
|
||||||
|
// " &7&oView placeholders for an expansion",
|
||||||
|
// "&b/papi &fecloud download <expansion name> {version}",
|
||||||
|
// " &7&oDownload an expansion from the eCloud",
|
||||||
|
// "&b/papi &fecloud update <expansion name/all>",
|
||||||
|
// " &7&oUpdate a specific/all installed expansions",
|
||||||
|
// "&b/papi &fecloud refresh",
|
||||||
|
// " &7&oFetch the most up to date list of expansions available.",
|
||||||
|
// "&b/papi &fecloud clear",
|
||||||
|
// " &7&oClear the expansion cloud cache.");
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String search = params.get(0).toLowerCase(Locale.ROOT);
|
||||||
|
final PlaceholderCommand target = commands.get(search);
|
||||||
|
|
||||||
|
if (target == null) {
|
||||||
|
sender.sendMessage(Message.raw("Unknown command ").color(Color.RED).insert(Message.raw("ecloud " + search).color(Color.GRAY)));
|
||||||
|
// Msg.msg(sender, "&cUnknown command &7ecloud " + search);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Set<String> permissions = target.getPermissions();
|
||||||
|
if (permissions.stream().noneMatch(sender::hasPermission)) {
|
||||||
|
sender.sendMessage(Message.raw("You do not have permission to do this!").color(Color.RED));
|
||||||
|
// Msg.msg(sender, "&cYou do not have permission to do this!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!plugin.configManager().config().cloudEnabled()) {
|
||||||
|
sender.sendMessage(Message.raw("The eCloud Manager is not enabled! To enable it, set 'cloud_enabled' to true and reload the plugin."));
|
||||||
|
// Msg.msg(sender, "&cThe eCloud Manager is not enabled! To enable it, set 'cloud_enabled' to true and reload the plugin.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!target.getLabel().equalsIgnoreCase("refresh") && plugin.cloudExpansionManager().isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("There is no available data from the eCloud. Please try running ").color(Color.RED)
|
||||||
|
.insert(Message.raw("/papi ecloud refresh").color(Color.WHITE))
|
||||||
|
.insert(Message.raw(" If this does not resolve the issue, the eCloud may be blocked by your firewall, server host or service provider.\n\n").color(Color.RED))
|
||||||
|
.insert(Message.raw("More information: ").color(Color.RED))
|
||||||
|
.insert(Message.raw("https://placeholderapi.com/ecloud-blocked").color(Color.WHITE).bold(true).italic(true).link("https://placeholderapi.com/ecloud-blocked")));
|
||||||
|
// Msg.msg(sender, "&cThere is no available data from the eCloud. Please try running &f/papi ecloud refresh&c. If this does not resolve the issue, the eCloud may be blocked by your firewall, server host, or service provider.\n\nMore information: &fhttps://placeholderapi.com/ecloud-blocked");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
target.evaluate(plugin, sender, search, params.subList(1, params.size()));
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() <= 1) {
|
||||||
|
// final Stream<String> targets = filterByPermission(sender, commands.values().stream())
|
||||||
|
// .map(PlaceholderCommand::getLabels).flatMap(Collection::stream);
|
||||||
|
// suggestByParameter(targets, suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
//
|
||||||
|
// return; // send sub commands
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final String search = params.get(0).toLowerCase(Locale.ROOT);
|
||||||
|
// final PlaceholderCommand target = commands.get(search);
|
||||||
|
//
|
||||||
|
// if (target == null) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// target.complete(plugin, sender, search, params.subList(1, params.size()), suggestions);
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudClear extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudClear() {
|
||||||
|
super("clear");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.clear");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
plugin.cloudExpansionManager().clean();
|
||||||
|
sender.sendMessage(Message.raw("The eCloud cache has been cleared!").color(Color.GREEN));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aThe eCloud cache has been cleared!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,160 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudDownload extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudDownload() {
|
||||||
|
super("download");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.download");
|
||||||
|
}
|
||||||
|
|
||||||
|
private boolean isBlockedExpansion(String name) {
|
||||||
|
String env = System.getenv("PAPI_BLOCKED_EXPANSIONS");
|
||||||
|
if (env == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Arrays.stream(env.split(","))
|
||||||
|
.anyMatch(s -> s.equalsIgnoreCase(name));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must supply the name of an expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must supply the name of an expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isBlockedExpansion(params.get(0))) {
|
||||||
|
sender.sendMessage(Message.raw("This expansion can't be downloaded.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThis expansion can't be downloaded.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final CloudExpansion expansion = plugin.cloudExpansionManager()
|
||||||
|
.findCloudExpansionByName(params.get(0)).orElse(null);
|
||||||
|
if (expansion == null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to find an expansion named: ").color(Color.GREEN).insert(Message.raw(params.get(0)).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to find an expansion named: &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final CloudExpansion.Version version;
|
||||||
|
if (params.size() < 2) {
|
||||||
|
version = expansion.getVersion(expansion.getLatestVersion());
|
||||||
|
if (version == null) {
|
||||||
|
sender.sendMessage(Message.raw("Could not find latest version for expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cCould not find latest version for expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
version = expansion.getVersion(params.get(1));
|
||||||
|
if (version == null) {
|
||||||
|
sender.sendMessage(Message.raw("Could not find specified version: ").color(Color.RED)
|
||||||
|
.insert(Message.raw(params.get(0) + "\n").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("Available versions: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(expansion.getAvailableVersions().toString()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cCould not find specified version: &f" + params.get(1),
|
||||||
|
// "&7Available versions: &f" + expansion.getAvailableVersions());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!version.isVerified()) {
|
||||||
|
sender.sendMessage(Message.raw("The expansion: '").color(Color.RED)
|
||||||
|
.insert(Message.raw(params.get(0)).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("' is not verified and can only be downloaded manually from ").color(Color.RED))
|
||||||
|
.insert(Message.raw("https://ecloud.placeholderapi.com").color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender, "&cThe expansion '&f" + params.get(0) + "&c' is not verified and can only be downloaded manually from &fhttps://ecloud.placeholderapi.com");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
plugin.cloudExpansionManager().downloadExpansion(expansion, version)
|
||||||
|
.whenComplete((file, exception) -> {
|
||||||
|
if (exception != null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to download expansion: ").color(Color.RED).insert(Message.raw(exception.getMessage()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to download expansion: &f" + exception.getMessage());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Successfully downloaded expansion ").color(Color.GREEN)
|
||||||
|
.insert(Message.raw(expansion.getName() + " [" + version.getVersion() + "] ").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("to file: ").color(Color.GREEN))
|
||||||
|
.insert(Message.raw(file.getName()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nMake sure to type ").color(Color.GREEN))
|
||||||
|
.insert(Message.raw("/papi reload ").color(Color.GREEN))
|
||||||
|
.insert(Message.raw("to enable your new expansion!").color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aSuccessfully downloaded expansion &f" + expansion.getName() + " [" + version
|
||||||
|
// .getVersion() + "] &ato file: &f" + file.getName(),
|
||||||
|
// "&aMake sure to type &f/papi reload &ato enable your new expansion!");
|
||||||
|
|
||||||
|
plugin.cloudExpansionManager().load();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 2) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// if (params.size() <= 1) {
|
||||||
|
// final Stream<String> names = plugin.getCloudExpansionManager().getCloudExpansions().values()
|
||||||
|
// .stream().map(CloudExpansion::getName).map(name -> name.replace(' ', '_'));
|
||||||
|
// suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final Optional<CloudExpansion> expansion = plugin.getCloudExpansionManager()
|
||||||
|
// .findCloudExpansionByName(params.get(0));
|
||||||
|
// if (!expansion.isPresent()) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(expansion.get().getAvailableVersions().stream(), suggestions, params.get(1));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,134 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudExpansionInfo extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudExpansionInfo() {
|
||||||
|
super("info");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.info");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify the name of the expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify the name of the expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final CloudExpansion expansion = plugin.cloudExpansionManager()
|
||||||
|
.findCloudExpansionByName(params.get(0)).orElse(null);
|
||||||
|
if (expansion == null) {
|
||||||
|
sender.sendMessage(Message.raw("There is no expansion with the name: ").color(Color.RED).insert(Message.raw(params.get(0)).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThere is no expansion with the name: &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Message message = Message.raw("Expansion: ").color(Color.CYAN)
|
||||||
|
.insert(Message.raw(expansion.getName()).color(expansion.shouldUpdate() ? Color.YELLOW : Color.GREEN))
|
||||||
|
.insert(Message.raw("\nAuthor: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(expansion.getAuthor()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\n"));
|
||||||
|
|
||||||
|
if (params.size() < 2) {
|
||||||
|
message = message
|
||||||
|
.insert(Message.raw("Latest Version: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(expansion.getLatestVersion()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nReleased: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(expansion.getTimeSinceLastUpdate() + " ago").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nVerified: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(expansion.getVersion().isVerified() ? "YES" : "NO")
|
||||||
|
.color(expansion.getVersion().isVerified() ? Color.GREEN : Color.RED)
|
||||||
|
.bold(true))
|
||||||
|
.insert(Message.raw("\nRelease Notes: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(expansion.getVersion().getReleaseNotes()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\n"));
|
||||||
|
} else {
|
||||||
|
final CloudExpansion.Version version = expansion.getVersion(params.get(1));
|
||||||
|
if (version == null) {
|
||||||
|
sender.sendMessage(Message.raw("Could not find specified version: ").color(Color.RED)
|
||||||
|
.insert(Message.raw(params.get(1)).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nVersions: ").color(Color.GREEN))
|
||||||
|
.insert(Message.raw(expansion.getAvailableVersions().toString()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cCould not find specified version: &f" + params.get(1),
|
||||||
|
// "&aVersions: &f" + expansion.getAvailableVersions());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
message = message
|
||||||
|
.insert(Message.raw("Version: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(version.getVersion()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nVerified: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(version.isVerified() ? "YES" : "NO")
|
||||||
|
.color(version.isVerified() ? Color.GREEN : Color.RED)
|
||||||
|
.bold(true))
|
||||||
|
.insert(Message.raw("\nRelease Notes: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(version.getReleaseNotes()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nDownload URL: ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(version.getUrl()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 2) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// if (params.size() <= 1) {
|
||||||
|
// final Stream<String> names = plugin.getCloudExpansionManager().getCloudExpansions().values()
|
||||||
|
// .stream().map(CloudExpansion::getName).map(name -> name.replace(' ', '_'));
|
||||||
|
// suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final Optional<CloudExpansion> expansion = plugin.getCloudExpansionManager()
|
||||||
|
// .findCloudExpansionByName(params.get(0));
|
||||||
|
// if (!expansion.isPresent()) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(expansion.get().getAvailableVersions().stream(), suggestions, params.get(1));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,392 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudExpansionList extends PlaceholderCommand {
|
||||||
|
|
||||||
|
private static final int PAGE_SIZE = 10;
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final Function<CloudExpansion, String> EXPANSION_LATEST_VERSION =
|
||||||
|
CloudExpansion::getLatestVersion;
|
||||||
|
@NotNull
|
||||||
|
private static final Function<CloudExpansion, String> EXPANSION_CURRENT_VERSION =
|
||||||
|
expansion -> PlaceholderAPIPlugin.instance().localExpansionManager()
|
||||||
|
.findExpansionByName(expansion.getName()).map(PlaceholderExpansion::getVersion)
|
||||||
|
.orElse("Unknown");
|
||||||
|
|
||||||
|
|
||||||
|
@Unmodifiable
|
||||||
|
private static final Set<String> OPTIONS = Set.of("all", "installed");
|
||||||
|
|
||||||
|
|
||||||
|
public CommandECloudExpansionList() {
|
||||||
|
super("list");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.list");
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static Collection<CloudExpansion> getExpansions(@NotNull final String target,
|
||||||
|
@NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
switch (target.toLowerCase(Locale.ROOT)) {
|
||||||
|
case "all":
|
||||||
|
return plugin.cloudExpansionManager().getCloudExpansions().values();
|
||||||
|
case "installed":
|
||||||
|
return plugin.cloudExpansionManager().getCloudExpansionsInstalled().values();
|
||||||
|
default:
|
||||||
|
return plugin.cloudExpansionManager().getCloudExpansionsByAuthor(target).values();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static List<CloudExpansion> getPage(@NotNull final List<CloudExpansion> expansions,
|
||||||
|
final int page) {
|
||||||
|
final int head = (page * PAGE_SIZE);
|
||||||
|
final int tail = Math.min(expansions.size(), head + PAGE_SIZE);
|
||||||
|
|
||||||
|
if (expansions.size() < head) {
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
|
||||||
|
return expansions.subList(head, tail);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Message buildExpansionTitle(@NotNull final String target, final int page) {
|
||||||
|
Message title;
|
||||||
|
switch (target.toLowerCase(Locale.ROOT)) {
|
||||||
|
case "all":
|
||||||
|
title = Message.raw("All Expansions").color(Color.CYAN);
|
||||||
|
break;
|
||||||
|
case "installed":
|
||||||
|
title = Message.raw("Installed Expansions").color(Color.CYAN);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
title = Message.raw("Expansions by ").color(Color.CYAN)
|
||||||
|
.insert(Message.raw(target).color(Color.WHITE));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (page == -1) {
|
||||||
|
return title.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
return title
|
||||||
|
.insert(Message.raw(" Page").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(": ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(String.valueOf(page)).color(Color.GREEN));
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Message getMessage(@NotNull final List<CloudExpansion> expansions,
|
||||||
|
final int page, final int limit, @NotNull final String target) {
|
||||||
|
Message message = Message.empty();
|
||||||
|
|
||||||
|
for (int index = 0; index < expansions.size(); index++) {
|
||||||
|
final CloudExpansion expansion = expansions.get(index);
|
||||||
|
Message line = Message.empty();
|
||||||
|
|
||||||
|
final int expansionNumber = index + ((page - 1) * PAGE_SIZE) + 1;
|
||||||
|
line = line.insert(Message.raw(expansionNumber + ". ").color(Color.DARK_GRAY));
|
||||||
|
|
||||||
|
final Color expansionColour;
|
||||||
|
|
||||||
|
if (expansion.shouldUpdate()) {
|
||||||
|
expansionColour = Color.YELLOW;
|
||||||
|
} else {
|
||||||
|
if (expansion.hasExpansion()) {
|
||||||
|
expansionColour = Color.GREEN;
|
||||||
|
} else {
|
||||||
|
expansionColour = Color.GRAY;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
line = line.insert(Message.raw(expansion.getName()).color(expansionColour));
|
||||||
|
|
||||||
|
// line = line.click(ClickEvent.suggestCommand("/papi ecloud download " + expansion.getName()));
|
||||||
|
//
|
||||||
|
// final TextComponent.Builder hoverText = text("Click to download this expansion!", AQUA)
|
||||||
|
// .append(newline()).append(newline())
|
||||||
|
// .append(text("Author: ", AQUA)).append(text(expansion.getAuthor(), WHITE))
|
||||||
|
// .append(newline())
|
||||||
|
// .append(text("Verified: ", AQUA)).append(text(expansion.getVersion().isVerified() ? "✔" : "❌", expansion.getVersion().isVerified() ? GREEN : RED, TextDecoration.BOLD))
|
||||||
|
// .append(newline())
|
||||||
|
// .append(text("Released: ", AQUA)).append(text(format.format(expansion.getLastUpdate()), WHITE))
|
||||||
|
// .toBuilder();
|
||||||
|
//
|
||||||
|
// Optional.ofNullable(expansion.getDescription())
|
||||||
|
// .filter(description -> !description.isEmpty())
|
||||||
|
// .ifPresent(description -> hoverText.append(newline()).append(newline())
|
||||||
|
// .append(text(description.replace("\r", "").trim(), WHITE))
|
||||||
|
// );
|
||||||
|
|
||||||
|
// line.hoverEvent(HoverEvent.showText(hoverText.build()));
|
||||||
|
|
||||||
|
if (index != expansions.size() - 1) {
|
||||||
|
line.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
message = message.insert(line);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (limit > 1) {
|
||||||
|
message = message.insert("\n");
|
||||||
|
|
||||||
|
// Message left = Message.raw("◀", page > 1 ? GRAY : DARK_GRAY).toBuilder();
|
||||||
|
|
||||||
|
// if (page > 1) {
|
||||||
|
// left.clickEvent(ClickEvent.runCommand("/papi ecloud list " + target + " " + (page - 1)));
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final TextComponent.Builder right = text("▶", page < limit ? GRAY : DARK_GRAY).toBuilder();
|
||||||
|
|
||||||
|
// if (page < limit) {
|
||||||
|
// right.clickEvent(ClickEvent.runCommand("/papi ecloud list " + target + " " + (page + 1)));
|
||||||
|
// }
|
||||||
|
|
||||||
|
message = message.insert(Message.raw(" - " + page + " - ").color(Color.GREEN));
|
||||||
|
}
|
||||||
|
|
||||||
|
return message;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Message buildExpansionTable(@NotNull final List<CloudExpansion> expansions,
|
||||||
|
final int startIndex,
|
||||||
|
@NotNull final String versionTitle,
|
||||||
|
@NotNull final Function<CloudExpansion, String> versionFunction) {
|
||||||
|
final List<List<String>> rows = new ArrayList<>();
|
||||||
|
rows.add(List.of("#", "Name", "Author", "Verified", versionTitle));
|
||||||
|
|
||||||
|
int counter = startIndex;
|
||||||
|
for (final CloudExpansion expansion : expansions) {
|
||||||
|
rows.add(List.of(
|
||||||
|
counter++ + ".",
|
||||||
|
expansion.getName(),
|
||||||
|
expansion.getAuthor(),
|
||||||
|
expansion.getVersion().isVerified() ? "Y" : "N",
|
||||||
|
versionFunction.apply(expansion)
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
final int columnCount = rows.getFirst().size();
|
||||||
|
final int[] widths = new int[columnCount];
|
||||||
|
for (final List<String> row : rows) {
|
||||||
|
for (int i = 0; i < columnCount; i++) {
|
||||||
|
widths[i] = Math.max(widths[i], row.get(i).length());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<Color> headerColors = List.of(
|
||||||
|
Color.WHITE,
|
||||||
|
new Color(85, 85, 255),
|
||||||
|
new Color(85, 85, 255),
|
||||||
|
new Color(85, 85, 255),
|
||||||
|
new Color(85, 85, 255)
|
||||||
|
);
|
||||||
|
|
||||||
|
Message message = Message.empty();
|
||||||
|
message = message.insert(buildTableRow(rows.getFirst(), headerColors, widths));
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
|
||||||
|
final int separatorLength = Arrays.stream(widths).sum() + (columnCount * 2);
|
||||||
|
message = message.insert(Message.raw("-".repeat(separatorLength)).color(Color.DARK_GRAY));
|
||||||
|
|
||||||
|
if (rows.size() > 1) {
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int rowIndex = 1; rowIndex < rows.size(); rowIndex++) {
|
||||||
|
final List<String> row = rows.get(rowIndex);
|
||||||
|
final CloudExpansion expansion = expansions.get(rowIndex - 1);
|
||||||
|
|
||||||
|
final Color nameColor = expansion.shouldUpdate()
|
||||||
|
? Color.YELLOW
|
||||||
|
: (expansion.hasExpansion() ? Color.GREEN : Color.GRAY);
|
||||||
|
|
||||||
|
final List<Color> rowColors = List.of(
|
||||||
|
Color.DARK_GRAY,
|
||||||
|
nameColor,
|
||||||
|
Color.WHITE,
|
||||||
|
expansion.getVersion().isVerified() ? Color.GREEN : Color.RED,
|
||||||
|
Color.WHITE
|
||||||
|
);
|
||||||
|
|
||||||
|
message = message.insert(buildTableRow(row, rowColors, widths));
|
||||||
|
if (rowIndex < rows.size() - 1) {
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return message;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Message buildTableRow(@NotNull final List<String> columns,
|
||||||
|
@NotNull final List<Color> colors,
|
||||||
|
@NotNull final int[] widths) {
|
||||||
|
Message row = Message.empty();
|
||||||
|
|
||||||
|
for (int i = 0; i < columns.size(); i++) {
|
||||||
|
final String padded = padRight(columns.get(i), widths[i] + 2);
|
||||||
|
row = row.insert(Message.raw(padded).color(colors.get(i)));
|
||||||
|
}
|
||||||
|
|
||||||
|
return row;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static String padRight(@NotNull final String text, final int length) {
|
||||||
|
if (text.length() >= length) {
|
||||||
|
return text;
|
||||||
|
}
|
||||||
|
return text + " ".repeat(length - text.length());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify an option. [all, {author}, installed]").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify an option. [all, {author}, installed]");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final boolean installed = params.get(0).equalsIgnoreCase("installed");
|
||||||
|
final List<CloudExpansion> expansions = new ArrayList<>(getExpansions(params.get(0), plugin));
|
||||||
|
|
||||||
|
if (expansions.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("No expansions available to list.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cNo expansions available to list.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
expansions
|
||||||
|
.sort(plugin.configManager().config().cloudSorting());
|
||||||
|
|
||||||
|
if (!(sender instanceof Player) && params.size() < 2) {
|
||||||
|
final Message message = buildExpansionTitle(params.get(0), -1)
|
||||||
|
.insert(buildExpansionTable(
|
||||||
|
expansions,
|
||||||
|
1,
|
||||||
|
installed ? "Version" : "Latest Version",
|
||||||
|
installed ? EXPANSION_CURRENT_VERSION : EXPANSION_LATEST_VERSION));
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
// Msg.msg(sender, builder.toString());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final int page;
|
||||||
|
|
||||||
|
if (params.size() < 2) {
|
||||||
|
page = 1;
|
||||||
|
} else {
|
||||||
|
//noinspection UnstableApiUsage
|
||||||
|
Integer parsed/* = Ints.tryParse(params.get(1))*/;
|
||||||
|
|
||||||
|
try {
|
||||||
|
parsed = Integer.parseInt(params.get(1));
|
||||||
|
} catch (Exception e) {
|
||||||
|
parsed = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (parsed == null) {
|
||||||
|
sender.sendMessage(Message.raw("Page number must be an integer.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cPage number must be an integer.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final int limit = (int) Math.ceil((double) expansions.size() / PAGE_SIZE);
|
||||||
|
|
||||||
|
if (parsed < 1 || parsed > limit) {
|
||||||
|
sender.sendMessage(Message.raw("Page number must be in the range [1.." + limit + "]").color(Color.RED)); //todo: not exact
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cPage number must be in the range &8[&a1&7..&a" + limit + "&8]");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
page = parsed;
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<CloudExpansion> values = getPage(expansions, page - 1);
|
||||||
|
|
||||||
|
final Message title = buildExpansionTitle(params.get(0), page);
|
||||||
|
|
||||||
|
if (!(sender instanceof Player)) {
|
||||||
|
final Message message = title.insert(buildExpansionTable(
|
||||||
|
values,
|
||||||
|
((page - 1) * PAGE_SIZE) + 1,
|
||||||
|
installed ? "Version" : "Latest Version",
|
||||||
|
installed ? EXPANSION_CURRENT_VERSION : EXPANSION_LATEST_VERSION));
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
// Msg.msg(sender, builder.toString());
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(title);
|
||||||
|
// Msg.msg(sender, builder.toString());
|
||||||
|
|
||||||
|
final int limit = (int) Math.ceil((double) expansions.size() / PAGE_SIZE);
|
||||||
|
|
||||||
|
|
||||||
|
final Message message = getMessage(values, page, limit, params.get(0));
|
||||||
|
sender.sendMessage(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 2) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// if (params.size() <= 1) {
|
||||||
|
// suggestByParameter(
|
||||||
|
// Sets.union(OPTIONS, plugin.getCloudExpansionManager().getCloudExpansionAuthors())
|
||||||
|
// .stream(), suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(IntStream.rangeClosed(1,
|
||||||
|
// (int) Math.ceil((double) getExpansions(params.get(0), plugin).size() / PAGE_SIZE))
|
||||||
|
// .mapToObj(Objects::toString), suggestions, params.get(1));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,124 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
import java.util.stream.IntStream;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudExpansionPlaceholders extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudExpansionPlaceholders() {
|
||||||
|
super("placeholders");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.placeholders");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify the name of the expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify the name of the expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final CloudExpansion expansion = plugin.cloudExpansionManager()
|
||||||
|
.findCloudExpansionByName(params.get(0)).orElse(null);
|
||||||
|
if (expansion == null) {
|
||||||
|
sender.sendMessage(Message.raw("There is no expansion with the name: ").color(Color.RED).insert(Message.raw(params.getFirst()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThere is no expansion with the name: &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<String> placeholders = expansion.getPlaceholders();
|
||||||
|
if (placeholders == null || placeholders.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("The expansion specified does not have placeholders listed.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThe expansion specified does not have placeholders listed.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// final List<List<String>> partitions = Lists
|
||||||
|
// .partition(placeholders.stream().sorted().collect(Collectors.toList()), 10);
|
||||||
|
final List<List<String>> partitions = new ArrayList<>(IntStream.range(0, placeholders.size()).boxed().collect(Collectors.groupingBy(i -> i/10, Collectors.mapping(placeholders::get, Collectors.toList()))).values());
|
||||||
|
|
||||||
|
Message message = Message.raw(" ").color(Color.ORANGE)
|
||||||
|
.insert(Message.raw(String.valueOf(placeholders.size())).color(Color.ORANGE))
|
||||||
|
.insert(Message.raw(" placeholders: ").color(Color.GRAY));
|
||||||
|
|
||||||
|
for (int i = 0; i < partitions.size(); i++) {
|
||||||
|
if (i == 0) {
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<String> partition = partitions.get(i);
|
||||||
|
for (int j = 0; j < partition.size(); j++) {
|
||||||
|
message = message.insert(Message.raw(partition.get(j)).color(Color.GREEN));
|
||||||
|
if (j < partition.size() - 1) {
|
||||||
|
message = message.insert(Message.raw(", ").color(Color.GRAY));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (i < partitions.size() - 1) {
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&6" + placeholders.size() + "&7 placeholders: &a",
|
||||||
|
// partitions.stream().map(partition -> String.join(", ", partition))
|
||||||
|
// .collect(Collectors.joining("\n")));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 1) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final Stream<String> names = plugin.getCloudExpansionManager()
|
||||||
|
// .getCloudExpansions()
|
||||||
|
// .values()
|
||||||
|
// .stream()
|
||||||
|
// .map(CloudExpansion::getName)
|
||||||
|
// .map(name -> name.replace(' ', '_'));
|
||||||
|
//
|
||||||
|
// suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudRefresh extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudRefresh() {
|
||||||
|
super("refresh");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.refresh");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
plugin.cloudExpansionManager().load();
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("The eCloud manager has been refreshed!").color(Color.GREEN));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aThe eCloud manager has been refreshed!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.manager.CloudExpansionManager;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandECloudStatus extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudStatus() {
|
||||||
|
super("status");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.status");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
final CloudExpansionManager manager = plugin.cloudExpansionManager();
|
||||||
|
|
||||||
|
final int updateCount = manager.getCloudUpdateCount();
|
||||||
|
final int authorCount = manager.getCloudExpansionAuthorCount();
|
||||||
|
final int expansionCount = manager.getCloudExpansions().size();
|
||||||
|
|
||||||
|
Message message = Message.raw("There are ").color(Color.CYAN)
|
||||||
|
.insert(Message.raw(String.valueOf(expansionCount)).color(Color.GREEN))
|
||||||
|
.insert(Message.raw(" expansions available on the eCloud.\n").color(Color.CYAN))
|
||||||
|
.insert(Message.raw("A total of ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(String.valueOf(authorCount)).color(Color.WHITE))
|
||||||
|
.insert(Message.raw(" authors have contributed Hytale expansions to the eCloud.\n").color(Color.GRAY));
|
||||||
|
|
||||||
|
if (updateCount > 0) {
|
||||||
|
message = message
|
||||||
|
.insert(Message.raw("You have ").color(Color.YELLOW))
|
||||||
|
.insert(Message.raw(String.valueOf(updateCount)).color(Color.WHITE))
|
||||||
|
.insert(Message.raw(updateCount > 1 ? " expansions" : " expansion").color(Color.YELLOW))
|
||||||
|
.insert(Message.raw(" installed that ").color(Color.YELLOW))
|
||||||
|
.insert(Message.raw(updateCount > 1 ? "have an" : "has an").color(Color.YELLOW))
|
||||||
|
.insert(Message.raw(" update available.").color(Color.YELLOW));
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
// Msg.msg(sender, builder.toString());
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,170 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.cloud;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Objects;
|
||||||
|
import java.util.Optional;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import at.helpch.placeholderapi.util.Futures;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* please don't flame me for this code, I will fix this shit later.
|
||||||
|
*/
|
||||||
|
public final class CommandECloudUpdate extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandECloudUpdate() {
|
||||||
|
super("update");
|
||||||
|
setPermissions("placeholderapi.ecloud.*", "placeholderapi.ecloud.update");
|
||||||
|
}
|
||||||
|
|
||||||
|
private static CompletableFuture<List<@Nullable Class<? extends PlaceholderExpansion>>> downloadAndDiscover(
|
||||||
|
@NotNull final List<CloudExpansion> expansions, @NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
return expansions.stream()
|
||||||
|
.map(expansion -> plugin.cloudExpansionManager()
|
||||||
|
.downloadExpansion(expansion, expansion.getVersion()))
|
||||||
|
.map(future -> future.thenCompose(plugin.localExpansionManager()::findExpansionInFile))
|
||||||
|
.collect(Futures.collector());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must define 'all' or the name of an expansion to update.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must define 'all' or the name of an expansion to update.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final boolean multiple = params.get(0).equalsIgnoreCase("all");
|
||||||
|
final List<CloudExpansion> expansions = new ArrayList<>();
|
||||||
|
|
||||||
|
// gather target expansions
|
||||||
|
if (multiple) {
|
||||||
|
expansions.addAll(plugin.cloudExpansionManager().getCloudExpansionsInstalled().values());
|
||||||
|
} else {
|
||||||
|
plugin.cloudExpansionManager().findCloudExpansionByName(params.get(0))
|
||||||
|
.ifPresent(expansions::add);
|
||||||
|
}
|
||||||
|
|
||||||
|
// remove the ones that are the latest version
|
||||||
|
expansions.removeIf(expansion -> !expansion.shouldUpdate());
|
||||||
|
|
||||||
|
if (expansions.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("No updates available for " + (!multiple ? "this expansion." : "your active expansions.")).color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cNo updates available for " + (!multiple ? "this expansion."
|
||||||
|
// : "your active expansions."));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Message expansionList = Message.raw("[").color(Color.DARK_GRAY);
|
||||||
|
for (int i = 0; i < expansions.size(); i++) {
|
||||||
|
if (i > 0) {
|
||||||
|
expansionList = expansionList.insert(Message.raw(", ").color(Color.GRAY));
|
||||||
|
}
|
||||||
|
expansionList = expansionList.insert(Message.raw(expansions.get(i).getName()).color(Color.ORANGE));
|
||||||
|
}
|
||||||
|
expansionList = expansionList.insert(Message.raw("]").color(Color.DARK_GRAY));
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Updating expansions: ").color(Color.GREEN)
|
||||||
|
.insert(expansionList));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aUpdating expansions: " + expansions.stream().map(CloudExpansion::getName)
|
||||||
|
// .collect(Collectors.joining("&7, &6", "&8[&6", "&8]&r")));
|
||||||
|
|
||||||
|
Futures.onMainThread(plugin, downloadAndDiscover(expansions, plugin), (classes, exception) -> {
|
||||||
|
if (exception != null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to update expansions: ").color(Color.RED).insert(Message.raw(exception.getMessage()).color(Color.YELLOW)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to update expansions: &e" + exception.getMessage());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Successfully downloaded updates, registering new versions.").color(Color.GREEN));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aSuccessfully downloaded updates, registering new versions.");
|
||||||
|
|
||||||
|
final List<PlaceholderExpansion> registered = classes.stream()
|
||||||
|
.filter(Objects::nonNull)
|
||||||
|
.map(plugin.localExpansionManager()::register)
|
||||||
|
.filter(Optional::isPresent)
|
||||||
|
.map(Optional::get)
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
Message registeredMessage = Message.raw("Registered expansions:\n").color(Color.GRAY);
|
||||||
|
for (int i = 0; i < registered.size(); i++) {
|
||||||
|
final PlaceholderExpansion expansion = registered.get(i);
|
||||||
|
registeredMessage = registeredMessage
|
||||||
|
.insert(Message.raw(" ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(expansion.getName()).color(Color.GREEN))
|
||||||
|
.insert(Message.raw(" ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(expansion.getVersion()).color(Color.WHITE));
|
||||||
|
|
||||||
|
if (i < registered.size() - 1) {
|
||||||
|
registeredMessage = registeredMessage.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(registeredMessage);
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&7Registered expansions:", message);
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 1) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final List<CloudExpansion> installed = Lists
|
||||||
|
// .newArrayList(plugin.getCloudExpansionManager().getCloudExpansionsInstalled().values());
|
||||||
|
// installed.removeIf(expansion -> !expansion.shouldUpdate());
|
||||||
|
//
|
||||||
|
// if (!installed.isEmpty() && (params.isEmpty() || "all"
|
||||||
|
// .startsWith(params.get(0).toLowerCase(Locale.ROOT)))) {
|
||||||
|
// suggestions.add("all");
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(
|
||||||
|
// installed.stream().map(CloudExpansion::getName).map(name -> name.replace(" ", "_")),
|
||||||
|
// suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,214 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import com.google.gson.Gson;
|
||||||
|
import com.google.gson.JsonObject;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.common.plugin.AuthorInfo;
|
||||||
|
import com.hypixel.hytale.common.util.java.ManifestUtil;
|
||||||
|
import com.hypixel.hytale.server.core.HytaleServer;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.PluginBase;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.io.*;
|
||||||
|
import java.net.HttpURLConnection;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.time.Instant;
|
||||||
|
import java.time.ZoneId;
|
||||||
|
import java.time.format.DateTimeFormatter;
|
||||||
|
import java.time.format.FormatStyle;
|
||||||
|
import java.util.Comparator;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
import java.util.concurrent.CompletionException;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
public final class CommandDump extends PlaceholderCommand {
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final String URL = "https://paste.helpch.at/";
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final Gson gson = new Gson();
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final DateTimeFormatter DATE_FORMAT = DateTimeFormatter
|
||||||
|
.ofLocalizedDateTime(FormatStyle.LONG)
|
||||||
|
.withLocale(Locale.US)
|
||||||
|
.withZone(ZoneId.of("UTC"));
|
||||||
|
|
||||||
|
|
||||||
|
public CommandDump() {
|
||||||
|
super("dump");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.dump");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
postDump(makeDump(plugin)).whenComplete((key, exception) -> {
|
||||||
|
if (exception != null) {
|
||||||
|
plugin.getLogger().atWarning().log("failed to post dump details ", exception);
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Failed to post dump details, check console.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to post dump details, check console.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Successfully posted dump: ").color(Color.GREEN).insert(Message.raw(URL + key).color(Color.WHITE).bold(true).italic(true).link(URL + key)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aSuccessfully posted dump: " + URL + key);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private CompletableFuture<String> postDump(@NotNull final String dump) {
|
||||||
|
return CompletableFuture.supplyAsync(() -> {
|
||||||
|
try {
|
||||||
|
final HttpURLConnection connection = ((HttpURLConnection) new URL(URL + "documents")
|
||||||
|
.openConnection());
|
||||||
|
connection.setRequestMethod("POST");
|
||||||
|
connection.setRequestProperty("Content-Type", "text/plain; charset=utf-8");
|
||||||
|
connection.setDoOutput(true);
|
||||||
|
|
||||||
|
connection.connect();
|
||||||
|
|
||||||
|
try (final OutputStream stream = connection.getOutputStream()) {
|
||||||
|
stream.write(dump.getBytes(StandardCharsets.UTF_8));
|
||||||
|
}
|
||||||
|
|
||||||
|
try (final InputStream stream = connection.getInputStream()) {
|
||||||
|
final String json = new BufferedReader(new InputStreamReader(stream, StandardCharsets.UTF_8)).lines().collect(Collectors.joining(System.lineSeparator()));
|
||||||
|
return gson.fromJson(json, JsonObject.class).get("key").getAsString();
|
||||||
|
}
|
||||||
|
} catch (final IOException ex) {
|
||||||
|
throw new CompletionException(ex);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private String makeDump(@NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
final StringBuilder builder = new StringBuilder();
|
||||||
|
|
||||||
|
builder.append("Generated: ")
|
||||||
|
.append(DATE_FORMAT.format(Instant.now()))
|
||||||
|
.append("\n\n");
|
||||||
|
|
||||||
|
builder.append("PlaceholderAPI: ")
|
||||||
|
.append(plugin.getManifest().getVersion())
|
||||||
|
.append("\n\n");
|
||||||
|
|
||||||
|
builder.append("Expansions Registered:")
|
||||||
|
.append('\n');
|
||||||
|
|
||||||
|
final List<PlaceholderExpansion> expansions = plugin.localExpansionManager()
|
||||||
|
.getExpansions()
|
||||||
|
.stream()
|
||||||
|
.sorted(
|
||||||
|
Comparator.comparing(PlaceholderExpansion::getIdentifier)
|
||||||
|
.thenComparing(PlaceholderExpansion::getAuthor)
|
||||||
|
)
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
int size = expansions.stream().map(e -> e.getIdentifier().length())
|
||||||
|
.max(Integer::compareTo)
|
||||||
|
.orElse(0);
|
||||||
|
|
||||||
|
for (final PlaceholderExpansion expansion : expansions) {
|
||||||
|
builder.append(" ")
|
||||||
|
.append(String.format("%-" + size + "s", expansion.getIdentifier()))
|
||||||
|
.append(" [Author: ")
|
||||||
|
.append(expansion.getAuthor())
|
||||||
|
.append(", Version: ")
|
||||||
|
.append(expansion.getVersion())
|
||||||
|
.append("]\n");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
builder.append('\n');
|
||||||
|
|
||||||
|
builder.append("Expansions Directory:")
|
||||||
|
.append('\n');
|
||||||
|
|
||||||
|
final String[] jars = plugin.localExpansionManager()
|
||||||
|
.getExpansionsFolder()
|
||||||
|
.list((dir, name) -> name.toLowerCase(Locale.ROOT).endsWith(".jar"));
|
||||||
|
|
||||||
|
|
||||||
|
if (jars == null) {
|
||||||
|
builder.append(" ¨[Warning]: Could not load jar files from expansions folder.");
|
||||||
|
} else {
|
||||||
|
for (final String jar : jars) {
|
||||||
|
builder.append(" ")
|
||||||
|
.append(jar)
|
||||||
|
.append('\n');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
builder.append('\n');
|
||||||
|
|
||||||
|
builder.append("Server Info: ")
|
||||||
|
.append(ManifestUtil.getImplementationVersion()) // hytale version
|
||||||
|
.append("\n");
|
||||||
|
|
||||||
|
builder.append("Java Version: ")
|
||||||
|
.append(System.getProperty("java.version"))
|
||||||
|
.append("\n\n");
|
||||||
|
|
||||||
|
builder.append("Plugin Info:")
|
||||||
|
.append('\n');
|
||||||
|
|
||||||
|
List<PluginBase> plugins = HytaleServer.get().getPluginManager().getPlugins().stream()
|
||||||
|
.sorted(Comparator.comparing(PluginBase::getName))
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
size = plugins.stream().map(pl -> pl.getName().length())
|
||||||
|
.max(Integer::compareTo)
|
||||||
|
.orElse(0);
|
||||||
|
|
||||||
|
for (final PluginBase other : plugins) {
|
||||||
|
builder.append(" ")
|
||||||
|
.append(String.format("%-" + size + "s", other.getName()))
|
||||||
|
.append(" [Authors: [")
|
||||||
|
.append(other.getManifest().getAuthors().stream()
|
||||||
|
.map(AuthorInfo::getName)
|
||||||
|
.collect(Collectors.joining(", ")))
|
||||||
|
.append("], Version: ")
|
||||||
|
.append(other.getManifest().getVersion())
|
||||||
|
.append("]")
|
||||||
|
.append("\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.io.File;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.manager.LocalExpansionManager;
|
||||||
|
import at.helpch.placeholderapi.util.Futures;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandExpansionRegister extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandExpansionRegister() {
|
||||||
|
super("register");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.register");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify the name of an expansion file.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify the name of an expansion file.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final LocalExpansionManager manager = plugin.localExpansionManager();
|
||||||
|
|
||||||
|
final File file = new File(manager.getExpansionsFolder(), params.getFirst());
|
||||||
|
if (!file.exists() || !file.getParentFile().equals(manager.getExpansionsFolder())) {
|
||||||
|
sender.sendMessage(Message.raw("The file ").color(Color.RED).insert(Message.raw(file.getName()).color(Color.WHITE)).insert(Message.raw(" doesn't exist!").color(Color.RED)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThe file &f" + file.getName() + "&c doesn't exist!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Futures.onMainThread(plugin, manager.findExpansionInFile(file), (clazz, exception) -> {
|
||||||
|
if (exception != null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to find expansion in file: ").color(Color.RED).insert(Message.raw(file.toString()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to find expansion in file: &f" + file);
|
||||||
|
|
||||||
|
plugin.getLogger()
|
||||||
|
.atWarning().log("failed to find expansion in file: " + file, exception);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (clazz == null) {
|
||||||
|
sender.sendMessage(Message.raw("No expansion class found in file: ").color(Color.RED).insert(Message.raw(file.toString()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cNo expansion class found in file: &f" + file);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Optional<PlaceholderExpansion> expansion = manager.register(clazz);
|
||||||
|
if (!expansion.isPresent()) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to register expansion from ").color(Color.RED).insert(Message.raw(params.getFirst()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cFailed to register expansion from &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw("Sucessfully registered expansion: ").color(Color.GREEN).insert(Message.raw(expansion.get().getName()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&aSuccessfully registered expansion: &f" + expansion.get().getName());
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 1) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final String[] fileNames = plugin.getLocalExpansionManager().getExpansionsFolder()
|
||||||
|
// .list((dir, name) -> name.endsWith(".jar"));
|
||||||
|
// if (fileNames == null || fileNames.length == 0) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(Arrays.stream(fileNames), suggestions,
|
||||||
|
// params.isEmpty() ? null : params.get(0));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,86 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandExpansionUnregister extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandExpansionUnregister() {
|
||||||
|
super("unregister");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.unregister");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify the name of the expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify the name of the expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Optional<PlaceholderExpansion> expansion = plugin.localExpansionManager()
|
||||||
|
.findExpansionByName(params.get(0));
|
||||||
|
if (!expansion.isPresent()) {
|
||||||
|
sender.sendMessage(Message.raw("There is no expansion loaded with the identifier: ").color(Color.RED).insert(Message.raw(params.getFirst()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThere is no expansion loaded with the identifier: &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// final String message = !expansion.get().unregister() ?
|
||||||
|
// "&cFailed to unregister expansion: &f" :
|
||||||
|
// "&aSuccessfully unregistered expansion: &f";
|
||||||
|
final Message message = !expansion.get().unregister() ?
|
||||||
|
Message.raw("Failed to unregister expansion: ").color(Color.RED) :
|
||||||
|
Message.raw("Successfully unregistered expansion: ").color(Color.GREEN);
|
||||||
|
|
||||||
|
sender.sendMessage(message.insert(Message.raw(expansion.get().getName()).color(Color.WHITE)));
|
||||||
|
// sender.sendMessage(Message.raw(message + exp));
|
||||||
|
// Msg.msg(sender, message + expansion.get().getName());
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 1) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(PlaceholderAPI.getRegisteredIdentifiers().stream(), suggestions,
|
||||||
|
// params.isEmpty() ? null : params.get(0));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,112 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.common.plugin.PluginManifest;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandHelp extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandHelp() {
|
||||||
|
super("help");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.help");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
final PluginManifest description = plugin.getManifest();
|
||||||
|
// final PluginDescriptionFile description = plugin.getDescription();
|
||||||
|
|
||||||
|
final Message message = Message.raw("PlaceholderAPI ").color(Color.CYAN).bold(true)
|
||||||
|
.insert(Message.raw("- ").color(Color.DARK_GRAY).bold(false))
|
||||||
|
.insert(Message.raw("Help Menu ").color(Color.WHITE).bold(false))
|
||||||
|
.insert(Message.raw("- ").color(Color.DARK_GRAY).bold(false))
|
||||||
|
.insert(Message.raw("(").color(Color.GRAY).bold(false))
|
||||||
|
.insert(Message.raw(description.getVersion().toString()).color(Color.WHITE).bold(false))
|
||||||
|
.insert(Message.raw(")").color(Color.GRAY).bold(false))
|
||||||
|
.insert(Message.raw("\n"))
|
||||||
|
.insert(genCommandMsg("bcparse", "<me|--null|player name> <message>", "Parse a message with placeholders and broadcast it"))
|
||||||
|
.insert(genCommandMsg("cmdparse", "<me|player> <command with placeholders>", "Parse a message with relational placeholders"))
|
||||||
|
.insert(genCommandMsg("dump", null, "Dump all relevant information needed to help debug issues into a paste link."))
|
||||||
|
.insert(genCommandMsg("info", "<placeholder name>", "View information for a specific expansion"))
|
||||||
|
.insert(genCommandMsg("list", null, "List active expansions"))
|
||||||
|
.insert(genCommandMsg("parse", "<me|--null|player name> <message>", "Parse a message with placeholders"))
|
||||||
|
.insert(genCommandMsg("parserel", "<player one> <player two> <message>", "Parse a message with relational placeholders"))
|
||||||
|
.insert(genCommandMsg("register", "<file name>", "Register an expansion by the name of the file"))
|
||||||
|
.insert(genCommandMsg("reload", null, "Reload the config of PAPI"))
|
||||||
|
.insert(genCommandMsg("unregister", "<expansion name>", "Unregister an expansion by name"))
|
||||||
|
.insert(genCommandMsg("version", null, "View plugin info/version"));
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
|
||||||
|
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&b&lPlaceholderAPI &8- &7Help Menu &8- &7(&f" + description.getVersion() + "&7)",
|
||||||
|
// " ",
|
||||||
|
// "&b/papi &fbcparse &9<me|--null|player name> <message>",
|
||||||
|
// " &7&oParse a message with placeholders and broadcast it",
|
||||||
|
// "&b/papi &fcmdparse &9<me|player> <command with placeholders>",
|
||||||
|
// " &7&oParse a message with relational placeholders",
|
||||||
|
// "&b/papi &fdump",
|
||||||
|
// " &7&oDump all relevant information needed to help debug issues into a paste link.",
|
||||||
|
// "&b/papi &finfo &9<placeholder name>",
|
||||||
|
// " &7&oView information for a specific expansion",
|
||||||
|
// "&b/papi &flist",
|
||||||
|
// " &7&oList active expansions",
|
||||||
|
// "&b/papi &fparse &9<me|--null|player name> <message>",
|
||||||
|
// " &7&oParse a message with placeholders",
|
||||||
|
// "&b/papi &fparserel &9<player one> <player two> <message>",
|
||||||
|
// " &7&oParse a message with relational placeholders",
|
||||||
|
// "&b/papi &fregister &9<file name>",
|
||||||
|
// " &7&oRegister an expansion by the name of the file",
|
||||||
|
// "&b/papi &freload",
|
||||||
|
// " &7&oReload the config of PAPI",
|
||||||
|
// "&b/papi &funregister &9<expansion name>",
|
||||||
|
// " &7&oUnregister an expansion by name",
|
||||||
|
// "&b/papi &fversion",
|
||||||
|
// " &7&oView plugin info/version");
|
||||||
|
}
|
||||||
|
|
||||||
|
private Message genCommandMsg(@NotNull final String command, @Nullable final String arguments,
|
||||||
|
@NotNull final String description) {
|
||||||
|
Message message = Message.raw("\n/papi ").color(Color.CYAN)
|
||||||
|
.insert(Message.raw(command).color(Color.WHITE));
|
||||||
|
|
||||||
|
if (arguments != null) {
|
||||||
|
message = message.insert(" " + arguments).color(Color.CYAN);
|
||||||
|
}
|
||||||
|
|
||||||
|
return message
|
||||||
|
.insert(Message.raw("\n " + description).color(Color.gray).bold(false));
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandInfo extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandInfo() {
|
||||||
|
super("info");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.info");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("You must specify the name of the expansion.").color(Color.RED));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cYou must specify the name of the expansion.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final PlaceholderExpansion expansion = plugin.localExpansionManager()
|
||||||
|
.findExpansionByIdentifier(params.get(0)).orElse(null);
|
||||||
|
if (expansion == null) {
|
||||||
|
sender.sendMessage(Message.raw("There is no expansion loaded with the identifier: ").color(Color.RED).insert(Message.raw(params.getFirst()).color(Color.WHITE)));
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&cThere is no expansion loaded with the identifier: &f" + params.get(0));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Message message = Message.empty()
|
||||||
|
.insert(Message.raw("Placeholder expansion info for:").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(expansion.getName() + "\n").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("Status: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(expansion.isRegistered() ? "Registered" : "Not Registered").color(expansion.isRegistered() ? Color.GREEN : Color.RED))
|
||||||
|
.insert("\n");
|
||||||
|
|
||||||
|
final String author = expansion.getAuthor();
|
||||||
|
if (author != null) {
|
||||||
|
message = message.insert(Message.raw("Author: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(author + "\n").color(Color.WHITE));
|
||||||
|
// builder.append("&7Author: &r")
|
||||||
|
// .append(author)
|
||||||
|
// .append('\n');
|
||||||
|
}
|
||||||
|
|
||||||
|
final String version = expansion.getVersion();
|
||||||
|
if (version != null) {
|
||||||
|
message = message.insert(Message.raw("Version: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(version + "\n").color(Color.WHITE));
|
||||||
|
|
||||||
|
// builder.append("&7Version: &r")
|
||||||
|
// .append(version)
|
||||||
|
// .append('\n');
|
||||||
|
}
|
||||||
|
|
||||||
|
final String requiredPlugin = expansion.getRequiredPlugin();
|
||||||
|
if (requiredPlugin != null) {
|
||||||
|
message = message.insert(Message.raw("Requires plugin: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(requiredPlugin + '\n').color(Color.WHITE));
|
||||||
|
|
||||||
|
// builder.append("&7Requires plugin: &r")
|
||||||
|
// .append(requiredPlugin)
|
||||||
|
// .append('\n');
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<String> placeholders = expansion.getPlaceholders();
|
||||||
|
if (placeholders != null && !placeholders.isEmpty()) {
|
||||||
|
message = message.insert(Message.raw("-- ").color(Color.DARK_GRAY))
|
||||||
|
.insert(Message.raw("Placeholders ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("--\n").color(Color.DARK_GRAY));
|
||||||
|
// builder.append("&8&m-- &7Placeholders &8&m--&r")
|
||||||
|
// .append('\n');
|
||||||
|
|
||||||
|
for (final String placeholder : placeholders) {
|
||||||
|
message = message.insert(Message.raw(placeholder + "\n").color(Color.WHITE));
|
||||||
|
// builder.append(placeholder)
|
||||||
|
// .append('\n');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
|
||||||
|
|
||||||
|
// Msg.msg(sender, builder.toString());
|
||||||
|
}
|
||||||
|
|
||||||
|
// @Override
|
||||||
|
// public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
// @NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
// @NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 1) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// suggestByParameter(PlaceholderAPI.getRegisteredIdentifiers().stream(), suggestions,
|
||||||
|
// params.isEmpty() ? null : params.get(0));
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,89 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
import java.util.stream.IntStream;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPI;
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandList extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandList() {
|
||||||
|
super("list");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.list");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
final List<String> identifiers = new ArrayList<>(PlaceholderAPI.getRegisteredIdentifiers());
|
||||||
|
if (identifiers.isEmpty()) {
|
||||||
|
sender.sendMessage(Message.raw("There are no placeholder hooks active!").color(Color.RED));
|
||||||
|
// Msg.msg(sender, "&cThere are no placeholder hooks active!");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
final List<List<String>> partitions = new ArrayList<>(IntStream.range(0, identifiers.size()).boxed().collect(Collectors.groupingBy(i -> i/10, Collectors.mapping(identifiers::get, Collectors.toList()))).values());
|
||||||
|
// final List<List<String>> partitions = Lists
|
||||||
|
// .partition(identifiers.stream().sorted().collect(Collectors.toList()), 10);
|
||||||
|
|
||||||
|
Message message = Message.raw("A total of ").color(Color.GRAY)
|
||||||
|
.insert(Message.raw(identifiers.size() + " ").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("placeholder hook(s) are active: ").color(Color.GRAY));
|
||||||
|
|
||||||
|
for (int i = 0; i < partitions.size(); ++i) {
|
||||||
|
final List<String> partition = partitions.get(i);
|
||||||
|
|
||||||
|
for (int j = 0; j < partition.size(); ++j) {
|
||||||
|
message = message.insert(Message.raw(partition.get(j)).color(Color.GREEN));
|
||||||
|
|
||||||
|
if (j != partition.size() - 1) {
|
||||||
|
message = message.insert(Message.raw(", ").color(Color.GRAY));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (i != partitions.size() - 1) {
|
||||||
|
message = message.insert(Message.raw("\n"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sender.sendMessage(message);
|
||||||
|
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&7A total of &f" + identifiers.size() + "&7 placeholder hook(s) are active: &a",
|
||||||
|
// partitions.stream().map(partition -> String.join("&7, &a", partition))
|
||||||
|
// .collect(Collectors.joining("\n")));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,279 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPI;
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.NameMatching;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
import com.hypixel.hytale.server.core.universe.Universe;
|
||||||
|
import com.hypixel.hytale.server.core.universe.world.World;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandParse extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandParse() {
|
||||||
|
super("parse", "bcparse", "parserel", "cmdparse");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.parse");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
final Runnable logic = () -> {
|
||||||
|
switch (alias.toLowerCase(Locale.ROOT)) {
|
||||||
|
case "parserel":
|
||||||
|
evaluateParseRelation(sender, params);
|
||||||
|
break;
|
||||||
|
case "parse":
|
||||||
|
evaluateParseSingular(sender, params, false, false);
|
||||||
|
break;
|
||||||
|
case "bcparse":
|
||||||
|
evaluateParseSingular(sender, params, true, false);
|
||||||
|
break;
|
||||||
|
case "cmdparse":
|
||||||
|
evaluateParseSingular(sender, params, false, true);
|
||||||
|
break;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
final World world;
|
||||||
|
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
world = ((Player) sender).getWorld();
|
||||||
|
} else if (sender instanceof PlayerRef) {
|
||||||
|
UUID uuid = ((PlayerRef) sender).getWorldUuid();
|
||||||
|
world = uuid == null ? Universe.get().getDefaultWorld() : Universe.get().getWorld(uuid);
|
||||||
|
} else {
|
||||||
|
world = Universe.get().getDefaultWorld();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (world != null) {
|
||||||
|
world.execute(logic);
|
||||||
|
} else {
|
||||||
|
logic.run();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void evaluateParseSingular(@NotNull final CommandSender sender,
|
||||||
|
@NotNull @Unmodifiable final List<String> params, final boolean broadcast,
|
||||||
|
final boolean command) {
|
||||||
|
if (params.size() < 2) {
|
||||||
|
sender.sendMessage(Message.raw("You must provide a target and a message: ").color(Color.RED)
|
||||||
|
.insert(Message.raw("/papi ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw(command ? "cmdparse" : (broadcast ? "bcparse" : "parse")).color(Color.CYAN))
|
||||||
|
.insert(Message.raw(" {target}").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(" {message}").color(Color.GREEN)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
PlayerRef player;
|
||||||
|
|
||||||
|
if ("me".equalsIgnoreCase(params.getFirst())) {
|
||||||
|
if (!(sender instanceof Player) && !(sender instanceof PlayerRef)) {
|
||||||
|
sender.sendMessage(Message.raw("You must be a player to use ").color(Color.RED).insert(Message.raw("me").color(Color.GRAY)).insert(Message.raw(" as a target!").color(Color.RED)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
player = ((Player) sender).getPlayerRef();
|
||||||
|
} else {
|
||||||
|
player = (PlayerRef) sender;
|
||||||
|
}
|
||||||
|
} else if ("--null".equalsIgnoreCase(params.get(0))) {
|
||||||
|
player = null;
|
||||||
|
} else {
|
||||||
|
final PlayerRef target = resolvePlayer(params.get(0));
|
||||||
|
if (target == null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to find player: ").color(Color.RED).insert(Message.raw(params.get(0)).color(Color.WHITE)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
player = target;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String message = PlaceholderAPI
|
||||||
|
.setPlaceholders(player, String.join(" ", params.subList(1, params.size())));
|
||||||
|
|
||||||
|
if (command) {
|
||||||
|
sender.sendMessage(Message.raw("To be implemented")); // todo: implement
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (broadcast) {
|
||||||
|
Universe.get().sendMessage(Message.raw(message));
|
||||||
|
} else {
|
||||||
|
sender.sendMessage(Message.raw(message));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void evaluateParseRelation(@NotNull final CommandSender sender,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
if (params.size() < 3) {
|
||||||
|
sender.sendMessage(Message.raw("You must supply two targets, and a message: ").color(Color.RED)
|
||||||
|
.insert(Message.raw("/papi parserel ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw("{target one} {target two} ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("{message}").color(Color.GREEN)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
PlayerRef playerOne;
|
||||||
|
|
||||||
|
if ("me".equalsIgnoreCase(params.get(0))) {
|
||||||
|
if (!(sender instanceof Player) && !(sender instanceof PlayerRef)) {
|
||||||
|
sender.sendMessage(Message.raw("You must be a player to use ").color(Color.RED)
|
||||||
|
.insert(Message.raw("me").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(" as a target!").color(Color.RED)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
playerOne = ((Player) sender).getPlayerRef();
|
||||||
|
} else {
|
||||||
|
playerOne = (PlayerRef) sender;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
playerOne = resolvePlayer(params.get(0));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (playerOne == null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to find player: ").color(Color.RED).insert(Message.raw(params.get(0)).color(Color.WHITE)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
PlayerRef playerTwo;
|
||||||
|
|
||||||
|
if ("me".equalsIgnoreCase(params.get(1))) {
|
||||||
|
if (!(sender instanceof Player) && !(sender instanceof PlayerRef)) {
|
||||||
|
sender.sendMessage(Message.raw("You must be a player to use ").color(Color.RED).insert(Message.raw("me").color(Color.GRAY)).insert(Message.raw(" as a target!").color(Color.RED)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sender instanceof Player) {
|
||||||
|
playerTwo = ((Player) sender).getPlayerRef();
|
||||||
|
} else {
|
||||||
|
playerTwo = (PlayerRef) sender;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
playerTwo = resolvePlayer(params.get(1));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (playerTwo == null) {
|
||||||
|
sender.sendMessage(Message.raw("Failed to find player: ").color(Color.RED).insert(Message.raw(params.get(1)).color(Color.WHITE)));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String message = PlaceholderAPI
|
||||||
|
.setRelationalPlaceholders(playerOne, playerTwo,
|
||||||
|
String.join(" ", params.subList(2, params.size())));
|
||||||
|
|
||||||
|
sender.sendMessage(Message.raw(message));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private void completeParseSingular(@NotNull final CommandSender sender,
|
||||||
|
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
||||||
|
if (params.size() <= 1) {
|
||||||
|
if (sender instanceof Player && (params.isEmpty() || "me"
|
||||||
|
.startsWith(params.get(0).toLowerCase(Locale.ROOT)))) {
|
||||||
|
suggestions.add("me");
|
||||||
|
}
|
||||||
|
|
||||||
|
if ("--null".startsWith(params.get(0).toLowerCase(Locale.ROOT))) {
|
||||||
|
suggestions.add("--null");
|
||||||
|
}
|
||||||
|
|
||||||
|
final Stream<String> names = Universe.get().getPlayers().stream().map(PlayerRef::getUsername);
|
||||||
|
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String name = params.get(params.size() - 1);
|
||||||
|
if (!name.startsWith("%") || name.endsWith("%")) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final int index = name.indexOf('_');
|
||||||
|
if (index == -1) {
|
||||||
|
return; // no arguments supplied yet
|
||||||
|
}
|
||||||
|
|
||||||
|
final PlaceholderExpansion expansion = PlaceholderAPIPlugin.instance()
|
||||||
|
.localExpansionManager().findExpansionByIdentifier(name.substring(1, index))
|
||||||
|
.orElse(null);
|
||||||
|
if (expansion == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Set<String> possible = new HashSet<>(expansion.getPlaceholders());
|
||||||
|
|
||||||
|
PlaceholderAPIPlugin.instance()
|
||||||
|
.cloudExpansionManager()
|
||||||
|
.findCloudExpansionByName(expansion.getName())
|
||||||
|
.ifPresent(cloud -> possible.addAll(cloud.getPlaceholders()));
|
||||||
|
|
||||||
|
suggestByParameter(possible.stream(), suggestions, params.get(params.size() - 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
// private void completeParseRelation(@NotNull @Unmodifiable final List<String> params,
|
||||||
|
// @NotNull final List<String> suggestions) {
|
||||||
|
// if (params.size() > 2) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// final Stream<String> names = Bukkit.getOnlinePlayers().stream().map(Player::getName);
|
||||||
|
// suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(params.size() - 1));
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
private PlayerRef resolvePlayer(@NotNull final String name) {
|
||||||
|
// Player target = Universe.get().getPlayerByUsername(name, NameMatching.EXACT);
|
||||||
|
// final Optional<Player> target = world.getPlayers().stream().filter(player -> player.getDisplayName().equals(name)).findAny();
|
||||||
|
//
|
||||||
|
// if (target.isEmpty()) {
|
||||||
|
// // Not the best option, but Spigot doesn't offer a good replacement (as usual)
|
||||||
|
//// target = Bukkit.getOfflinePlayer(name);
|
||||||
|
////
|
||||||
|
//// return target.hasPlayedBefore() ? target : null;
|
||||||
|
// return null;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return target.get();
|
||||||
|
return Universe.get().getPlayerByUsername(name, NameMatching.EXACT);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,26 +18,28 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
import org.bukkit.command.CommandSender;
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
public final class CommandReload extends PlaceholderCommand {
|
public final class CommandReload extends PlaceholderCommand {
|
||||||
|
|
||||||
public CommandReload() {
|
public CommandReload() {
|
||||||
super("reload");
|
super("reload");
|
||||||
}
|
setPermissions("placeholderapi.admin", "placeholderapi.reload");
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
plugin.reloadConf(sender);
|
plugin.reloadPlugin(sender);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.commands.impl.local;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.commands.PlaceholderCommand;
|
||||||
|
import com.hypixel.hytale.common.plugin.AuthorInfo;
|
||||||
|
import com.hypixel.hytale.common.plugin.PluginManifest;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CommandVersion extends PlaceholderCommand {
|
||||||
|
|
||||||
|
public CommandVersion() {
|
||||||
|
super("version");
|
||||||
|
setPermissions("placeholderapi.admin", "placeholderapi.version");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CommandSender sender, @NotNull final String alias,
|
||||||
|
@NotNull @Unmodifiable final List<String> params) {
|
||||||
|
final PluginManifest description = plugin.getManifest();
|
||||||
|
|
||||||
|
sender.sendMessage(Message.empty()
|
||||||
|
.insert(Message.raw("PlaceholderAPI ").color(Color.CYAN).bold(true))
|
||||||
|
.insert(Message.raw("(").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(description.getVersion().toString()).color(Color.WHITE))
|
||||||
|
.insert(Message.raw(")").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("\nAuthor: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw(description.getAuthors().stream().map(AuthorInfo::getName).collect(Collectors.joining(", "))).color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\nPAPI Commands: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("/papi ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw("help").color(Color.WHITE))
|
||||||
|
.insert(Message.raw("\neCloud Commands: ").color(Color.GRAY))
|
||||||
|
.insert(Message.raw("/papi ").color(Color.CYAN))
|
||||||
|
.insert(Message.raw("ecloud").color(Color.WHITE)));
|
||||||
|
|
||||||
|
// Msg.msg(sender,
|
||||||
|
// "&b&lPlaceholderAPI &7(&f" + description.getVersion() + "&7)",
|
||||||
|
// "&7Author: &f" + description.getAuthors().stream().map(AuthorInfo::getName).collect(Collectors.joining(", ")),
|
||||||
|
// "&7PAPI Commands: &b/papi &fhelp",
|
||||||
|
// "&7eCloud Commands&8: &b/papi &fecloud");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
package at.helpch.placeholderapi.configuration;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public record BooleanValue(@NotNull String trueValue, @NotNull String falseValue) {
|
||||||
|
}
|
||||||
@@ -0,0 +1,128 @@
|
|||||||
|
package at.helpch.placeholderapi.configuration;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import com.google.gson.FieldNamingPolicy;
|
||||||
|
import com.google.gson.Gson;
|
||||||
|
import com.google.gson.GsonBuilder;
|
||||||
|
import com.google.gson.reflect.TypeToken;
|
||||||
|
import com.hypixel.hytale.logger.HytaleLogger;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.JavaPlugin;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.yaml.snakeyaml.DumperOptions;
|
||||||
|
import org.yaml.snakeyaml.Yaml;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.nio.file.*;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Optional;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
public final class ConfigManager {
|
||||||
|
private static final Yaml YAML;
|
||||||
|
private static final Gson GSON = new GsonBuilder()
|
||||||
|
.setFieldNamingPolicy(FieldNamingPolicy.LOWER_CASE_WITH_UNDERSCORES)
|
||||||
|
.create();
|
||||||
|
// .registerTypeAdapter()
|
||||||
|
private static final Pattern LINE_DELIMITER = Pattern.compile("\n");
|
||||||
|
|
||||||
|
static {
|
||||||
|
final DumperOptions options = new DumperOptions();
|
||||||
|
options.setPrettyFlow(true);
|
||||||
|
options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
|
||||||
|
YAML = new Yaml(options);
|
||||||
|
}
|
||||||
|
|
||||||
|
private final JavaPlugin main;
|
||||||
|
private final HytaleLogger logger;
|
||||||
|
private PlaceholderAPIConfig config;
|
||||||
|
|
||||||
|
public ConfigManager(@NotNull final JavaPlugin main) {
|
||||||
|
this.main = main;
|
||||||
|
this.logger = main.getLogger();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setup() {
|
||||||
|
final String content;
|
||||||
|
|
||||||
|
try {
|
||||||
|
final Path file = createFile("/config.yml", main.getDataDirectory().toString() + "/config.yml");
|
||||||
|
|
||||||
|
if (file != null) {
|
||||||
|
content = Files.readString(file);
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Map<String, Object> data = YAML.load(content);
|
||||||
|
config = GSON.fromJson(GSON.toJsonTree(data), PlaceholderAPIConfig.class);
|
||||||
|
}
|
||||||
|
|
||||||
|
public PlaceholderAPIConfig config() {
|
||||||
|
return config;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void save() {
|
||||||
|
try {
|
||||||
|
final Map<String, Object> map = GSON.fromJson(GSON.toJsonTree(config), new TypeToken<Map<String, Object>>(){}.getType());
|
||||||
|
final String yaml = YAML.dump(map);
|
||||||
|
final Path path = Paths.get(main.getDataDirectory().toString() + "/config.yml");
|
||||||
|
Files.write(path, Arrays.asList(LINE_DELIMITER.split(yaml)), StandardCharsets.UTF_8, StandardOpenOption.TRUNCATE_EXISTING);
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.atSevere().log("Something went wrong when saving config.yml: ", e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public <T> T convertExpansion(@NotNull final Map<String, Object> expansionConfig, @NotNull final Class<T> type) {
|
||||||
|
return GSON.fromJson(GSON.toJsonTree(expansionConfig), type);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
private Path createFile(@NotNull final String internalPath, @NotNull final String externalPath) {
|
||||||
|
final Path file = Paths.get(externalPath);
|
||||||
|
|
||||||
|
if (Files.exists(file)) {
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Optional<Path> parent = Optional.ofNullable(file.getParent());
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (parent.isPresent()) {
|
||||||
|
Files.createDirectories(parent.get());
|
||||||
|
}
|
||||||
|
|
||||||
|
Files.createFile(file);
|
||||||
|
} catch (IOException e) {
|
||||||
|
logger.atSevere().log("Something went wrong when trying to create ", file);
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (exportResource(internalPath, externalPath)) {
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private boolean exportResource(@NotNull final String internalPath, @NotNull final String externalPath) {
|
||||||
|
try {
|
||||||
|
Files.copy(PlaceholderAPIPlugin.class.getResourceAsStream(internalPath), Paths.get(externalPath),
|
||||||
|
StandardCopyOption.REPLACE_EXISTING);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.atSevere().log("Something went wrong when moving internal: ", internalPath, " to ", externalPath);
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,30 +18,31 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.configuration;
|
package at.helpch.placeholderapi.configuration;
|
||||||
|
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
public enum ExpansionSort implements Comparator<CloudExpansion> {
|
public enum ExpansionSort implements Comparator<CloudExpansion> {
|
||||||
|
|
||||||
NAME(Comparator.comparing(CloudExpansion::getName)),
|
NAME(Comparator.comparing(CloudExpansion::getName)),
|
||||||
AUTHOR(Comparator.comparing(CloudExpansion::getAuthor)),
|
AUTHOR(Comparator.comparing(CloudExpansion::getAuthor)),
|
||||||
LATEST(Comparator.comparing(CloudExpansion::getLastUpdate).reversed());
|
LATEST(Comparator.comparing(CloudExpansion::getLastUpdate).reversed());
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
private final Comparator<CloudExpansion> comparator;
|
private final Comparator<CloudExpansion> comparator;
|
||||||
|
|
||||||
ExpansionSort(@NotNull final Comparator<CloudExpansion> comparator) {
|
ExpansionSort(@NotNull final Comparator<CloudExpansion> comparator) {
|
||||||
this.comparator = comparator;
|
this.comparator = comparator;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public final int compare(final CloudExpansion expansion1, final CloudExpansion expansion2) {
|
public final int compare(final CloudExpansion expansion1, final CloudExpansion expansion2) {
|
||||||
return comparator.compare(expansion1, expansion2);
|
return comparator.compare(expansion1, expansion2);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,107 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.configuration;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
public final class PlaceholderAPIConfig {
|
||||||
|
private boolean cloudEnabled;
|
||||||
|
private boolean debugMode;
|
||||||
|
private ExpansionSort cloudSorting;
|
||||||
|
private BooleanValue booleanValue;
|
||||||
|
private String dateFormat;
|
||||||
|
private Map<String, Object> expansions;
|
||||||
|
|
||||||
|
public PlaceholderAPIConfig(boolean cloudEnabled, boolean debugMode, @NotNull ExpansionSort cloudSorting,
|
||||||
|
@NotNull BooleanValue booleanValue, @NotNull String dateFormat) {
|
||||||
|
this.cloudEnabled = cloudEnabled;
|
||||||
|
this.debugMode = debugMode;
|
||||||
|
this.cloudSorting = cloudSorting;
|
||||||
|
this.booleanValue = booleanValue;
|
||||||
|
this.dateFormat = dateFormat;
|
||||||
|
this.expansions = new HashMap<>();
|
||||||
|
}
|
||||||
|
|
||||||
|
public PlaceholderAPIConfig(boolean cloudEnabled, boolean debugMode, @NotNull ExpansionSort cloudSorting,
|
||||||
|
@NotNull BooleanValue booleanValue, @NotNull String dateFormat, Map<String, Object> expansions) {
|
||||||
|
this.cloudEnabled = cloudEnabled;
|
||||||
|
this.debugMode = debugMode;
|
||||||
|
this.cloudSorting = cloudSorting;
|
||||||
|
this.booleanValue = booleanValue;
|
||||||
|
this.dateFormat = dateFormat;
|
||||||
|
this.expansions = expansions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean cloudEnabled() {
|
||||||
|
return cloudEnabled;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void cloudEnabled(final boolean value) {
|
||||||
|
cloudEnabled = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean debugMode() {
|
||||||
|
return debugMode;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void debugMode(final boolean value) {
|
||||||
|
debugMode = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public ExpansionSort cloudSorting() {
|
||||||
|
return cloudSorting;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void cloudSorting(@NotNull final ExpansionSort value) {
|
||||||
|
cloudSorting = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public BooleanValue booleanValue() {
|
||||||
|
return booleanValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void booleanValue(@NotNull final BooleanValue value) {
|
||||||
|
booleanValue = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public String dateFormat() {
|
||||||
|
return dateFormat;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void dateFormat(@NotNull final String value) {
|
||||||
|
dateFormat = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public Map<String, Object> expansions() {
|
||||||
|
return expansions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void expansions(@NotNull final Map<String, Object> value) {
|
||||||
|
expansions = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,74 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.events;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.event.ICancellable;
|
||||||
|
import com.hypixel.hytale.event.IEvent;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This event indicates that a <b>single</b> {@link PlaceholderExpansion PlaceholderExpansion} has
|
||||||
|
* been registered in PlaceholderAPI.
|
||||||
|
*
|
||||||
|
* <p>To know when <b>all</b> Expansions have been registered, use the
|
||||||
|
* {@link at.helpch.placeholderapi.events.ExpansionsLoadedEvent ExpansionsLoadedEvent} instead.
|
||||||
|
*/
|
||||||
|
public final class ExpansionRegisterEvent implements IEvent<Void>, ICancellable {
|
||||||
|
@NotNull
|
||||||
|
private final PlaceholderExpansion expansion;
|
||||||
|
private boolean cancelled;
|
||||||
|
|
||||||
|
public ExpansionRegisterEvent(@NotNull final PlaceholderExpansion expansion) {
|
||||||
|
this.expansion = expansion;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The {@link PlaceholderExpansion PlaceholderExpansion} that was registered in PlaceholderAPI.
|
||||||
|
* <br>The PlaceholderExpansion will be available for use when the event
|
||||||
|
* {@link #isCancelled() was not cancelled}!
|
||||||
|
*
|
||||||
|
* @return Current instance of the registered {@link PlaceholderExpansion PlaceholderExpansion}
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public PlaceholderExpansion getExpansion() {
|
||||||
|
return expansion;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates if this event was cancelled or not.
|
||||||
|
* <br>A cancelled Event will result in the {@link #getExpansion() PlaceholderExpansion} NOT
|
||||||
|
* being added to PlaceholderAPI's internal list and will therefore be considered not registered
|
||||||
|
* anymore.
|
||||||
|
*
|
||||||
|
* @return Whether the event has been cancelled or not.
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public boolean isCancelled() {
|
||||||
|
return cancelled;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setCancelled(boolean cancelled) {
|
||||||
|
this.cancelled = cancelled;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,11 +18,10 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.events;
|
package at.helpch.placeholderapi.events;
|
||||||
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
import org.bukkit.event.Event;
|
import com.hypixel.hytale.event.IEvent;
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -34,37 +33,22 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
* <br>This includes removing any Listeners, stopping active tasks and clearing the cache of
|
* <br>This includes removing any Listeners, stopping active tasks and clearing the cache of
|
||||||
* the PlaceholderExpansion.
|
* the PlaceholderExpansion.
|
||||||
*/
|
*/
|
||||||
public final class ExpansionUnregisterEvent extends Event {
|
public final class ExpansionUnregisterEvent implements IEvent<ExpansionUnregisterEvent> {
|
||||||
|
@NotNull
|
||||||
|
private final PlaceholderExpansion expansion;
|
||||||
|
|
||||||
@NotNull
|
public ExpansionUnregisterEvent(@NotNull final PlaceholderExpansion expansion) {
|
||||||
private static final HandlerList HANDLERS = new HandlerList();
|
this.expansion = expansion;
|
||||||
|
}
|
||||||
|
|
||||||
@NotNull
|
/**
|
||||||
private final PlaceholderExpansion expansion;
|
* The {@link PlaceholderExpansion PlaceholderExpansion} that was unregistered.
|
||||||
|
*
|
||||||
public ExpansionUnregisterEvent(@NotNull final PlaceholderExpansion expansion) {
|
* @return The {@link PlaceholderExpansion PlaceholderExpansion} instance.
|
||||||
this.expansion = expansion;
|
*/
|
||||||
}
|
@NotNull
|
||||||
|
public PlaceholderExpansion getExpansion() {
|
||||||
@NotNull
|
return expansion;
|
||||||
public static HandlerList getHandlerList() {
|
}
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The {@link PlaceholderExpansion PlaceholderExpansion} that was unregistered.
|
|
||||||
*
|
|
||||||
* @return The {@link PlaceholderExpansion PlaceholderExpansion} instance.
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public PlaceholderExpansion getExpansion() {
|
|
||||||
return expansion;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public HandlerList getHandlers() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,14 +18,14 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.events;
|
package at.helpch.placeholderapi.events;
|
||||||
|
|
||||||
|
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import org.bukkit.event.Event;
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
import org.bukkit.event.HandlerList;
|
import com.hypixel.hytale.event.IEvent;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -36,7 +36,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
* <p>All PlaceholderExpansions, except for those loaded by plugins, are loaded
|
* <p>All PlaceholderExpansions, except for those loaded by plugins, are loaded
|
||||||
* after Spigot triggered its ServerLoadEvent (1.13+), or after PlaceholderAPI has been enabled.
|
* after Spigot triggered its ServerLoadEvent (1.13+), or after PlaceholderAPI has been enabled.
|
||||||
*/
|
*/
|
||||||
public class ExpansionsLoadedEvent extends Event {
|
public class ExpansionsLoadedEvent implements IEvent<ExpansionsLoadedEvent> {
|
||||||
|
|
||||||
private final List<PlaceholderExpansion> expansions;
|
private final List<PlaceholderExpansion> expansions;
|
||||||
|
|
||||||
@@ -53,21 +53,7 @@ public class ExpansionsLoadedEvent extends Event {
|
|||||||
* @return List of {@link PlaceholderExpansion registered PlaceholderExpansions}.
|
* @return List of {@link PlaceholderExpansion registered PlaceholderExpansions}.
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
public final List<PlaceholderExpansion> getExpansions(){
|
public final List<PlaceholderExpansion> getExpansions() {
|
||||||
return expansions;
|
return expansions;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final HandlerList HANDLERS = new HandlerList();
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public HandlerList getHandlers() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static HandlerList getHandlerList() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.exceptions;
|
package at.helpch.placeholderapi.exceptions;
|
||||||
|
|
||||||
public final class NoDefaultCommandException extends RuntimeException {
|
public final class NoDefaultCommandException extends RuntimeException {
|
||||||
|
|
||||||
public NoDefaultCommandException(final String message) {
|
public NoDefaultCommandException(final String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Classes implementing this interface will have a {@link #clear() clear void} that is called
|
* Classes implementing this interface will have a {@link #clear() clear void} that is called
|
||||||
* by PlaceholderAPI whenever the {@link me.clip.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}
|
* by PlaceholderAPI whenever the {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}
|
||||||
* is unregistered.
|
* is unregistered.
|
||||||
*
|
*
|
||||||
* <p>This allows you to execute things such as clearing internal caches, saving data to files, etc.
|
* <p>This allows you to execute things such as clearing internal caches, saving data to files, etc.
|
||||||
@@ -31,8 +31,8 @@ package me.clip.placeholderapi.expansion;
|
|||||||
*/
|
*/
|
||||||
public interface Cacheable {
|
public interface Cacheable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the implementing class is unregistered from PlaceholderAPI
|
* Called when the implementing class is unregistered from PlaceholderAPI
|
||||||
*/
|
*/
|
||||||
void clear();
|
void clear();
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
import org.bukkit.entity.Player;
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Classes implementing this interface will have a {@link #cleanup(Player) cleanup void} that is
|
* Classes implementing this interface will have a {@link #cleanup(PlayerRef) cleanup void} that is
|
||||||
* called by PlaceholderAPI whenever a Player leaves the server.
|
* called by PlaceholderAPI whenever a Player leaves the server.
|
||||||
*
|
*
|
||||||
* <p>This can be useful for cases where you keep data of the player in a cache or similar
|
* <p>This can be useful for cases where you keep data of the player in a cache or similar
|
||||||
@@ -33,10 +33,10 @@ import org.bukkit.entity.Player;
|
|||||||
*/
|
*/
|
||||||
public interface Cleanable {
|
public interface Cleanable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a player leaves the server
|
* Called when a player leaves the server
|
||||||
*
|
*
|
||||||
* @param p (@link Player} who left the server
|
* @param p (@link Player} who left the server
|
||||||
*/
|
*/
|
||||||
void cleanup(Player p);
|
void cleanup(PlayerRef p);
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,18 +18,18 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementing this interface allows {@link me.clip.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansions}
|
* Implementing this interface allows {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansions}
|
||||||
* to set a list of default configuration values through the {@link #getDefaults() getDefaults method}
|
* allows you to map an object to a section of yaml in the main config.yml.
|
||||||
* that should be added to the config.yml of PlaceholderAPI.
|
|
||||||
*
|
*
|
||||||
* <p>The entries will be added under {@code expansions} as their own section.
|
* <p>The entries will be added under {@code expansions} as their own section.
|
||||||
* <h2>Example:</h2>
|
* <h2>Example:</h2>
|
||||||
* returning a Map with key {@code foo} and value {@code bar} will result in the following config entry:
|
|
||||||
*
|
*
|
||||||
* <pre><code>
|
* <pre><code>
|
||||||
* expansions:
|
* expansions:
|
||||||
@@ -41,17 +41,23 @@ import java.util.Map;
|
|||||||
*
|
*
|
||||||
* @author Ryan McCarthy
|
* @author Ryan McCarthy
|
||||||
*/
|
*/
|
||||||
public interface Configurable {
|
public interface Configurable<T> {
|
||||||
|
|
||||||
/**
|
@NotNull
|
||||||
* The map returned by this method will be used to set config options in PlaceholderAPI's config.yml.
|
Class<T> provideConfigType();
|
||||||
*
|
|
||||||
* <p>The key and value pairs are set under a section named after your
|
@NotNull
|
||||||
* {@link me.clip.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion} in the
|
T provideDefault();
|
||||||
* {@code expansions} section of the config.
|
|
||||||
*
|
// /**
|
||||||
* @return Map of config path / values which need to be added / removed from the PlaceholderAPI
|
// * The map returned by this method will be used to set config options in PlaceholderAPI's config.yml.
|
||||||
* config.yml file
|
// *
|
||||||
*/
|
// * <p>The key and value pairs are set under a section named after your
|
||||||
Map<String, Object> getDefaults();
|
// * {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion} in the
|
||||||
|
// * {@code expansions} section of the config.
|
||||||
|
// *
|
||||||
|
// * @return Map of config path / values which need to be added / removed from the PlaceholderAPI
|
||||||
|
// * config.yml file
|
||||||
|
// */
|
||||||
|
// Map<String, Object> getDefaults();
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,546 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import at.helpch.placeholderapi.PlaceholderHook;
|
||||||
|
import com.hypixel.hytale.component.Ref;
|
||||||
|
import com.hypixel.hytale.component.Store;
|
||||||
|
import com.hypixel.hytale.server.core.HytaleServer;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.PluginBase;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
import com.hypixel.hytale.server.core.universe.world.storage.EntityStore;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
|
import org.jetbrains.annotations.Contract;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Any class extending this will be able to get registered as a PlaceholderExpansion.
|
||||||
|
* <br>The registration either happens automatically when the jar file containing a
|
||||||
|
* class extending this one is located under the {@code PlaceholderAPI/expansions}
|
||||||
|
* directory or when the {@link #register()} method is called by said class.
|
||||||
|
*/
|
||||||
|
public abstract class PlaceholderExpansion implements PlaceholderHook {
|
||||||
|
private static final Pattern PATH_DELIMITER = Pattern.compile(".");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The type is {@link Type#INTERNAL} by default.
|
||||||
|
* For external expansions, the type is updated on {@link at.helpch.placeholderapi.expansion.manager.LocalExpansionManager#register(Class) register}.
|
||||||
|
*
|
||||||
|
* @since 2.11.4
|
||||||
|
*/
|
||||||
|
@ApiStatus.Internal
|
||||||
|
protected Type expansionType = Type.INTERNAL;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The placeholder identifier of this expansion. May not contain {@literal %},
|
||||||
|
* {@literal {}} or _
|
||||||
|
*
|
||||||
|
* @return placeholder identifier that is associated with this expansion
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public abstract String getIdentifier();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The author of this expansion
|
||||||
|
*
|
||||||
|
* @return name of the author for this expansion
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public abstract String getAuthor();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The version of this expansion
|
||||||
|
*
|
||||||
|
* @return current version of this expansion
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public abstract String getVersion();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The name of this expansion
|
||||||
|
*
|
||||||
|
* @return {@link #getIdentifier()} by default, name of this expansion if specified
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public String getName() {
|
||||||
|
return getIdentifier();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The name of the plugin that this expansion hooks into. by default will null
|
||||||
|
*
|
||||||
|
* @return plugin name that this expansion requires to function
|
||||||
|
*/
|
||||||
|
@Nullable
|
||||||
|
public String getRequiredPlugin() {
|
||||||
|
return getPlugin();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The placeholders associated with this expansion
|
||||||
|
*
|
||||||
|
* @return placeholder list that this expansion provides
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public List<String> getPlaceholders() {
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Expansions that do not use the ecloud and instead register from the dependency should set this
|
||||||
|
* to true to ensure that your placeholder expansion is not unregistered when the papi reload
|
||||||
|
* command is used
|
||||||
|
*
|
||||||
|
* @return if this expansion should persist through placeholder reloads
|
||||||
|
*/
|
||||||
|
public boolean persist() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if this placeholder identifier has already been registered
|
||||||
|
*
|
||||||
|
* @return true if the identifier for this expansion is already registered
|
||||||
|
*/
|
||||||
|
public final boolean isRegistered() {
|
||||||
|
return getPlaceholderAPI().localExpansionManager().findExpansionByIdentifier(getIdentifier())
|
||||||
|
.map(it -> it.equals(this)).orElse(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If any requirements need to be checked before this expansion should register, you can check
|
||||||
|
* them here
|
||||||
|
*
|
||||||
|
* @return true if this hook meets all the requirements to register
|
||||||
|
*/
|
||||||
|
public boolean canRegister() {
|
||||||
|
return getRequiredPlugin() == null
|
||||||
|
|| HytaleServer.get().getPluginManager().getPlugins().stream().map(PluginBase::getName).anyMatch(getRequiredPlugin()::equals);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attempt to register this PlaceholderExpansion
|
||||||
|
*
|
||||||
|
* @return true if this expansion is now registered with PlaceholderAPI
|
||||||
|
*/
|
||||||
|
public boolean register() {
|
||||||
|
return getPlaceholderAPI().localExpansionManager().register(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attempt to unregister this PlaceholderExpansion
|
||||||
|
*
|
||||||
|
* @return true if this expansion is now unregistered with PlaceholderAPI
|
||||||
|
*/
|
||||||
|
public final boolean unregister() {
|
||||||
|
return getPlaceholderAPI().localExpansionManager().unregister(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Quick getter for the {@link PlaceholderAPIPlugin} instance
|
||||||
|
*
|
||||||
|
* @return {@link PlaceholderAPIPlugin} instance
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public final PlaceholderAPIPlugin getPlaceholderAPI() {
|
||||||
|
return PlaceholderAPIPlugin.instance();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the type of the expansion
|
||||||
|
*
|
||||||
|
* @return the type of the expansion
|
||||||
|
* @since 2.11.4
|
||||||
|
*/
|
||||||
|
@ApiStatus.Internal
|
||||||
|
public Type getExpansionType() {
|
||||||
|
return expansionType;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the type of the expansion
|
||||||
|
*
|
||||||
|
* @param expansionType the new type
|
||||||
|
* @since 2.11.4
|
||||||
|
*/
|
||||||
|
@ApiStatus.Internal
|
||||||
|
public void setExpansionType(Type expansionType) {
|
||||||
|
this.expansionType = expansionType;
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Configuration ===
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Gets the ConfigurationSection of the expansion located in the config.yml of PlaceholderAPI or
|
||||||
|
// * null when not specified.
|
||||||
|
// * <br>You may use the {@link Configurable} interface to define default values set
|
||||||
|
// *
|
||||||
|
// * @return ConfigurationSection that this expansion has.
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public final Map<String, Object> getExpansionConfig() {
|
||||||
|
// return (Map<String, Object>) getPlaceholderAPI().configManager().config().expansions().getOrDefault(getIdentifier(), new HashMap<>());
|
||||||
|
// }
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
public final <T> T getExpansionConfig(@NotNull final Class<? extends Configurable<T>> configurableType) {
|
||||||
|
return (T) getPlaceholderAPI().configManager().config().expansions().getOrDefault(getIdentifier(), null);
|
||||||
|
}
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Gets the ConfigurationSection relative to the {@link #getConfigSection() default one} set
|
||||||
|
// * by the expansion or null when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the ConfigurationSection from. This is relative to the default section
|
||||||
|
// * @return ConfigurationSection relative to the default section
|
||||||
|
// */
|
||||||
|
// @Nullable
|
||||||
|
// public final ConfigurationSection getConfigSection(@NotNull final String path) {
|
||||||
|
// final ConfigurationSection section = getConfigSection();
|
||||||
|
// return section == null ? null : section.getConfigurationSection(path);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Gets the Object relative to the config section set
|
||||||
|
// * by the expansion or the provided Default Object, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the Object from. This is relative to the default section
|
||||||
|
// * @param def The default Object to return when the ConfigurationSection returns null
|
||||||
|
// * @return Object from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// @Nullable
|
||||||
|
// @Contract("_, !null -> !null")
|
||||||
|
// public final Object get(@NotNull final String path, final Object def) {
|
||||||
|
// return get(new ArrayDeque<>(Arrays.asList(PATH_DELIMITER.split(path))), def, getExpansionConfig());
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// private Object get(@NotNull final Queue<String> path, final Object def, @NotNull final Map<String, Object> map) {
|
||||||
|
// if (path.size() == 1) {
|
||||||
|
// return map.getOrDefault(path.poll(), def);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// Object obj = map.get(path.poll());
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof Map<?, ?>)) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return get(path, def, (Map<String, Object>) obj);
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the int relative to the config section set
|
||||||
|
// * by the expansion or the provided Default int, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the int from. This is relative to the default section
|
||||||
|
// * @param def The default int to return when the ConfigurationSection returns null
|
||||||
|
// * @return int from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// public final int getInt(@NotNull final String path, final int def) {
|
||||||
|
// final Object obj = get(path, def);
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof Integer)) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (Integer) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the long relative to the config section set
|
||||||
|
// * by the expansion or the provided Default long, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the long from. This is relative to the default section
|
||||||
|
// * @param def The default long to return when the ConfigurationSection returns null
|
||||||
|
// * @return long from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// public final long getLong(@NotNull final String path, final long def) {
|
||||||
|
// final Object obj = get(path, def);
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof Long) ) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (Long) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the double relative to the config section set
|
||||||
|
// * by the expansion or the provided Default double, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the double from. This is relative to the default section
|
||||||
|
// * @param def The default double to return when the ConfigurationSection returns null
|
||||||
|
// * @return double from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// public final double getDouble(@NotNull final String path, final double def) {
|
||||||
|
// final Object obj = get(path, def);
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof Double) ) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (Double) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the String relative to the config section set
|
||||||
|
// * by the expansion or the provided Default String, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the String from. This is relative to the default section
|
||||||
|
// * @param def The default String to return when the ConfigurationSection returns null. Can be null
|
||||||
|
// * @return String from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// @Nullable
|
||||||
|
// @Contract("_, !null -> !null")
|
||||||
|
// public final String getString(@NotNull final String path, @Nullable final String def) {
|
||||||
|
// final Object obj = get(path, def);
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof String)) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (String) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets a String List relative to the config section set
|
||||||
|
// * by the expansion or an empty List, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the String list from. This is relative to the default section
|
||||||
|
// * @return String list from the provided path or an empty list
|
||||||
|
// */
|
||||||
|
// @NotNull
|
||||||
|
// public final List<String> getStringList(@NotNull final String path) {
|
||||||
|
// final Object obj = get(path, new ArrayList<>());
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof List<?>)) {
|
||||||
|
// return new ArrayList<>();
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (List<String>) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Gets the boolean relative to the config section set
|
||||||
|
// * by the expansion or the default boolean, when the default ConfigurationSection is null
|
||||||
|
// *
|
||||||
|
// * @param path The path to get the boolean from. This is relative to the default section
|
||||||
|
// * @param def The default boolean to return when the ConfigurationSection is null
|
||||||
|
// * @return boolean from the provided path or the default one provided
|
||||||
|
// */
|
||||||
|
// public final boolean getBoolean(@NotNull final String path, final boolean def) {
|
||||||
|
// final Object obj = get(path, def);
|
||||||
|
//
|
||||||
|
// if (!(obj instanceof Boolean)) {
|
||||||
|
// return def;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// return (Boolean) obj;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// /**
|
||||||
|
// * Whether the config section contains the provided path
|
||||||
|
// * or not. This will return {@code false} when either the default section is null, or doesn't
|
||||||
|
// * contain the provided path
|
||||||
|
// *
|
||||||
|
// * @param path The path to check
|
||||||
|
// * @return true when the default ConfigurationSection is not null and contains the path, false otherwise
|
||||||
|
// */
|
||||||
|
// public final boolean configurationContains(@NotNull final String path) {
|
||||||
|
// final Object obj = get(path, null);
|
||||||
|
//
|
||||||
|
// return obj == null;
|
||||||
|
// }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message with the provided Level in the console.
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param level The Level at which the message should be logged with
|
||||||
|
* @param msg The message to log
|
||||||
|
*/
|
||||||
|
public void log(Level level, String msg) {
|
||||||
|
getPlaceholderAPI().getLogger().at(level).log("[" + getName() + "] " + msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message and Throwable with the provided Level in the console.
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param level The Level at which the message should be logged with
|
||||||
|
* @param msg The message to log
|
||||||
|
* @param throwable The Throwable to log
|
||||||
|
*/
|
||||||
|
public void log(Level level, String msg, Throwable throwable) {
|
||||||
|
getPlaceholderAPI().getLogger().at(level).log("[" + getName() + "] " + msg, throwable);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message with Level "info".
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param msg The message to log
|
||||||
|
*/
|
||||||
|
public void info(String msg) {
|
||||||
|
log(Level.INFO, msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message with Level "warning".
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param msg The message to log
|
||||||
|
*/
|
||||||
|
public void warning(String msg) {
|
||||||
|
log(Level.WARNING, msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message with Level "severe" (error).
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param msg The message to log
|
||||||
|
*/
|
||||||
|
public void severe(String msg) {
|
||||||
|
log(Level.SEVERE, msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Logs the provided message and Throwable with Level "severe" (error).
|
||||||
|
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
||||||
|
*
|
||||||
|
* @param msg The message to log
|
||||||
|
* @param throwable The Throwable to log
|
||||||
|
*/
|
||||||
|
public void severe(String msg, Throwable throwable) {
|
||||||
|
log(Level.SEVERE, msg, throwable);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the provided Object is an instance of this PlaceholderExpansion.
|
||||||
|
* <br>This method will perform the following checks in order:
|
||||||
|
* <br><ul>
|
||||||
|
* <li>Checks if Object equals the class. Returns true when equal and continues otherwise</li>
|
||||||
|
* <li>Checks if the Object is an instance of a PlaceholderExpansion. Returns false if not</li>
|
||||||
|
* <li>Checks if the Object's Identifier, Author and version equal the one of this class</li>
|
||||||
|
* </ul>
|
||||||
|
*
|
||||||
|
* @param o The Object to check
|
||||||
|
* @return true or false depending on the above mentioned checks
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public final boolean equals(final Object o) {
|
||||||
|
if (this == o) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
if (!(o instanceof PlaceholderExpansion)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final PlaceholderExpansion expansion = (PlaceholderExpansion) o;
|
||||||
|
|
||||||
|
return getIdentifier().equals(expansion.getIdentifier()) &&
|
||||||
|
getAuthor().equals(expansion.getAuthor()) &&
|
||||||
|
getVersion().equals(expansion.getVersion());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a String containing the Expansion's name, author and version
|
||||||
|
*
|
||||||
|
* @return String containing name, author and version of the expansion
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public final String toString() {
|
||||||
|
return String.format("PlaceholderExpansion[name: '%s', author: '%s', version: '%s', type: '%s']", getName(),
|
||||||
|
getAuthor(), getVersion(), getExpansionType());
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Deprecated API ===
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The plugin name.
|
||||||
|
* @deprecated As of versions greater than 2.8.7, use {@link #getRequiredPlugin()}
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
||||||
|
public String getPlugin() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The description of the expansion.
|
||||||
|
* @deprecated As of versions greater than 2.8.7, use the expansion cloud to show a description
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
||||||
|
public String getDescription() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The link for the expansion.
|
||||||
|
* @deprecated As of versions greater than 2.8.7, use the expansion cloud to display a link
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
||||||
|
public String getLink() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum Type {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An expansion provided by a plugin is considered internal
|
||||||
|
*/
|
||||||
|
INTERNAL,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An expansion loaded from the expansions folder is considered external
|
||||||
|
*/
|
||||||
|
EXTERNAL
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
public static Player player(@NotNull final PlayerRef target) {
|
||||||
|
final Ref<EntityStore> ref = target.getReference();
|
||||||
|
|
||||||
|
if (ref == null || !ref.isValid()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
final Store<EntityStore> store = ref.getStore();
|
||||||
|
|
||||||
|
return store.isInThread() ? store.getComponent(ref, Player.getComponentType()) : null;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,12 +18,13 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
import org.bukkit.entity.Player;
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementing this interface allows your {@link me.clip.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}
|
* Implementing this interface allows your {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}
|
||||||
* to be used as a relational placeholder expansion.
|
* to be used as a relational placeholder expansion.
|
||||||
*
|
*
|
||||||
* <p>Relational placeholders take two Players as input and are always prefixed with {@code rel_},
|
* <p>Relational placeholders take two Players as input and are always prefixed with {@code rel_},
|
||||||
@@ -31,13 +32,13 @@ import org.bukkit.entity.Player;
|
|||||||
*/
|
*/
|
||||||
public interface Relational {
|
public interface Relational {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is called whenever a placeholder starting with {@code rel_} is called.
|
* This method is called whenever a placeholder starting with {@code rel_} is called.
|
||||||
*
|
*
|
||||||
* @param one The first player used for the placeholder.
|
* @param one The first player used for the placeholder.
|
||||||
* @param two The second player used for the placeholder.
|
* @param two The second player used for the placeholder.
|
||||||
* @param identifier The text right after the expansion's name (%expansion_<b>identifier</b>%)
|
* @param identifier The text right after the expansion's name (%expansion_<b>identifier</b>%)
|
||||||
* @return Parsed String from the expansion.
|
* @return Parsed String from the expansion.
|
||||||
*/
|
*/
|
||||||
String onPlaceholderRequest(Player one, Player two, String identifier);
|
String onPlaceholderRequest(PlayerRef one, PlayerRef two, String identifier);
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,26 +18,26 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
package at.helpch.placeholderapi.expansion;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementing this interface adds the {@link #start() start} and {@link #stop() stop} void
|
* Implementing this interface adds the {@link #start() start} and {@link #stop() stop} void
|
||||||
* methods to your {@link me.clip.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}.
|
* methods to your {@link at.helpch.placeholderapi.expansion.PlaceholderExpansion PlaceholderExpansion}.
|
||||||
*
|
*
|
||||||
* <p>This can be used to execute methods and tasks whenever the PlaceholderExpansion has been
|
* <p>This can be used to execute methods and tasks whenever the PlaceholderExpansion has been
|
||||||
* successfully (un)registered.
|
* successfully (un)registered.
|
||||||
*/
|
*/
|
||||||
public interface Taskable {
|
public interface Taskable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the implementing class has successfully been registered to the placeholder map.
|
* Called when the implementing class has successfully been registered to the placeholder map.
|
||||||
* <br>Tasks that need to be performed when this expansion is registered should go here
|
* <br>Tasks that need to be performed when this expansion is registered should go here
|
||||||
*/
|
*/
|
||||||
void start();
|
void start();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the implementing class has been unregistered from PlaceholderAPI.
|
* Called when the implementing class has been unregistered from PlaceholderAPI.
|
||||||
* <br>Tasks that need to be performed when this expansion has unregistered should go here
|
* <br>Tasks that need to be performed when this expansion has unregistered should go here
|
||||||
*/
|
*/
|
||||||
void stop();
|
void stop();
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,207 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.expansion.cloud;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.TimeUnit;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.util.TimeUtil;
|
||||||
|
|
||||||
|
|
||||||
|
public class CloudExpansion {
|
||||||
|
|
||||||
|
private String name,
|
||||||
|
author,
|
||||||
|
latest_version,
|
||||||
|
description,
|
||||||
|
source_url,
|
||||||
|
dependency_url;
|
||||||
|
|
||||||
|
private boolean hasExpansion,
|
||||||
|
shouldUpdate;
|
||||||
|
|
||||||
|
private long last_update,
|
||||||
|
ratings_count;
|
||||||
|
|
||||||
|
private double average_rating;
|
||||||
|
|
||||||
|
private List<String> placeholders;
|
||||||
|
|
||||||
|
private List<Version> versions;
|
||||||
|
|
||||||
|
public CloudExpansion() {
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getTimeSinceLastUpdate() {
|
||||||
|
int time = (int) TimeUnit.MILLISECONDS.toSeconds(System.currentTimeMillis() - getLastUpdate());
|
||||||
|
return TimeUtil.getTime(time);
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setName(String name) {
|
||||||
|
this.name = name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getAuthor() {
|
||||||
|
return author;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAuthor(String author) {
|
||||||
|
this.author = author;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Version getVersion() {
|
||||||
|
return getLatestVersion() == null ? null : getVersion(getLatestVersion());
|
||||||
|
}
|
||||||
|
|
||||||
|
public Version getVersion(String version) {
|
||||||
|
return versions == null ? null : versions.stream()
|
||||||
|
.filter(v -> v.getVersion().equals(version))
|
||||||
|
.findFirst()
|
||||||
|
.orElse(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<String> getAvailableVersions() {
|
||||||
|
return versions.stream().map(Version::getVersion).collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getLatestVersion() {
|
||||||
|
return latest_version;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setLatestVersion(String latest_version) {
|
||||||
|
this.latest_version = latest_version;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDescription() {
|
||||||
|
return description;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setDescription(String description) {
|
||||||
|
this.description = description;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getSourceUrl() {
|
||||||
|
return source_url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setSourceUrl(String source_url) {
|
||||||
|
this.source_url = source_url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getDependencyUrl() {
|
||||||
|
return dependency_url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setDependencyUrl(String dependency_url) {
|
||||||
|
this.dependency_url = dependency_url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean hasExpansion() {
|
||||||
|
return hasExpansion;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setHasExpansion(boolean hasExpansion) {
|
||||||
|
this.hasExpansion = hasExpansion;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean shouldUpdate() {
|
||||||
|
return shouldUpdate;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setShouldUpdate(boolean shouldUpdate) {
|
||||||
|
this.shouldUpdate = shouldUpdate;
|
||||||
|
}
|
||||||
|
|
||||||
|
public long getLastUpdate() {
|
||||||
|
return last_update;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setLastUpdate(long last_update) {
|
||||||
|
this.last_update = last_update;
|
||||||
|
}
|
||||||
|
|
||||||
|
public long getRatingsCount() {
|
||||||
|
return ratings_count;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getAverage_rating() {
|
||||||
|
return average_rating;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<String> getPlaceholders() {
|
||||||
|
return placeholders;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPlaceholders(List<String> placeholders) {
|
||||||
|
this.placeholders = placeholders;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Version> getVersions() {
|
||||||
|
return versions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setVersions(List<Version> versions) {
|
||||||
|
this.versions = versions;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class Version {
|
||||||
|
|
||||||
|
private String url, version, release_notes;
|
||||||
|
private boolean verified;
|
||||||
|
|
||||||
|
public String getUrl() {
|
||||||
|
return url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUrl(String url) {
|
||||||
|
this.url = url;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getVersion() {
|
||||||
|
return version;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setVersion(String version) {
|
||||||
|
this.version = version;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getReleaseNotes() {
|
||||||
|
return release_notes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setReleaseNotes(String release_notes) {
|
||||||
|
this.release_notes = release_notes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isVerified() {
|
||||||
|
return verified;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setVerified(boolean verified) {
|
||||||
|
this.verified = verified;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,303 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.expansion.manager;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import com.google.gson.Gson;
|
||||||
|
import com.google.gson.reflect.TypeToken;
|
||||||
|
|
||||||
|
import java.io.*;
|
||||||
|
import java.lang.reflect.Type;
|
||||||
|
import java.net.URI;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.net.URLConnection;
|
||||||
|
import java.net.UnknownHostException;
|
||||||
|
import java.nio.channels.Channels;
|
||||||
|
import java.nio.channels.ReadableByteChannel;
|
||||||
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Optional;
|
||||||
|
import java.util.Set;
|
||||||
|
import java.util.concurrent.*;
|
||||||
|
import java.util.concurrent.atomic.AtomicLong;
|
||||||
|
import java.util.function.Function;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import java.util.stream.Collector;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import com.hypixel.hytale.logger.HytaleLogger;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class CloudExpansionManager {
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final String API_URL = "https://ecloud.placeholderapi.com/api/v3/?platform=hytale";
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final Gson GSON = new Gson();
|
||||||
|
@NotNull
|
||||||
|
private static final Type TYPE = new TypeToken<Map<String, CloudExpansion>>() {}.getType();
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final Collector<CloudExpansion, ?, Map<String, CloudExpansion>> INDEXED_NAME_COLLECTOR = Collectors
|
||||||
|
.toMap(CloudExpansionManager::toIndexName, Function.identity());
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final PlaceholderAPIPlugin plugin;
|
||||||
|
private final HytaleLogger logger;
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final Map<String, CloudExpansion> cache = new HashMap<>();
|
||||||
|
@NotNull
|
||||||
|
private final Map<String, CompletableFuture<File>> await = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
|
private final ExecutorService ASYNC_EXECUTOR =
|
||||||
|
Executors.newCachedThreadPool(new LoggingThreadFactory("placeholderapi-io-#%1$d"));
|
||||||
|
|
||||||
|
public CloudExpansionManager(@NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
this.plugin = plugin;
|
||||||
|
this.logger = plugin.getLogger();
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static String toIndexName(@NotNull final String name) {
|
||||||
|
return name.toLowerCase(Locale.ROOT).replace(' ', '_');
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static String toIndexName(@NotNull final CloudExpansion expansion) {
|
||||||
|
return toIndexName(expansion.getName());
|
||||||
|
}
|
||||||
|
|
||||||
|
public void load() {
|
||||||
|
clean();
|
||||||
|
fetch();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void kill() {
|
||||||
|
clean();
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Map<String, CloudExpansion> getCloudExpansions() {
|
||||||
|
return Map.copyOf(cache);
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isEmpty() {
|
||||||
|
return cache.isEmpty();
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Map<String, CloudExpansion> getCloudExpansionsInstalled() {
|
||||||
|
if (cache.isEmpty()) {
|
||||||
|
return Collections.emptyMap();
|
||||||
|
}
|
||||||
|
|
||||||
|
return cache.values()
|
||||||
|
.stream()
|
||||||
|
.filter(CloudExpansion::hasExpansion)
|
||||||
|
.collect(INDEXED_NAME_COLLECTOR);
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Map<String, CloudExpansion> getCloudExpansionsByAuthor(@NotNull final String author) {
|
||||||
|
if (cache.isEmpty()) {
|
||||||
|
return Collections.emptyMap();
|
||||||
|
}
|
||||||
|
|
||||||
|
return cache.values()
|
||||||
|
.stream()
|
||||||
|
.filter(expansion -> author.equalsIgnoreCase(expansion.getAuthor()))
|
||||||
|
.collect(INDEXED_NAME_COLLECTOR);
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Set<String> getCloudExpansionAuthors() {
|
||||||
|
return cache.values().stream().map(CloudExpansion::getAuthor).collect(Collectors.toSet());
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getCloudExpansionAuthorCount() {
|
||||||
|
return getCloudExpansionAuthors().size();
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getCloudUpdateCount() {
|
||||||
|
return ((int) plugin.localExpansionManager()
|
||||||
|
.getExpansions()
|
||||||
|
.stream()
|
||||||
|
.filter(expansion -> findCloudExpansionByName(expansion.getName())
|
||||||
|
.map(CloudExpansion::shouldUpdate).orElse(false))
|
||||||
|
.count());
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public Optional<CloudExpansion> findCloudExpansionByName(@NotNull final String name) {
|
||||||
|
return Optional.ofNullable(cache.get(toIndexName(name)));
|
||||||
|
}
|
||||||
|
|
||||||
|
public void clean() {
|
||||||
|
cache.clear();
|
||||||
|
|
||||||
|
await.values().forEach(future -> future.cancel(true));
|
||||||
|
await.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void fetch() {
|
||||||
|
logger.at(Level.INFO).log("Fetching available expansion information...");
|
||||||
|
|
||||||
|
ASYNC_EXECUTOR.submit(
|
||||||
|
() -> {
|
||||||
|
// a defence tactic! use ConcurrentHashMap instead of normal HashMap
|
||||||
|
Map<String, CloudExpansion> values = new ConcurrentHashMap<>();
|
||||||
|
try {
|
||||||
|
final URI uri = new URI(API_URL);
|
||||||
|
final URLConnection connection = uri.toURL().openConnection();
|
||||||
|
final String json;
|
||||||
|
|
||||||
|
try (final InputStream input = connection.getInputStream()) {
|
||||||
|
final BufferedReader reader = new BufferedReader(new InputStreamReader(input, StandardCharsets.UTF_8));
|
||||||
|
json = reader.lines().collect(Collectors.joining(System.lineSeparator()));
|
||||||
|
}
|
||||||
|
|
||||||
|
//noinspection UnstableApiUsage
|
||||||
|
// String json = Resources.toString(new URL(API_URL), StandardCharsets.UTF_8);
|
||||||
|
values.putAll(GSON.fromJson(json, TYPE));
|
||||||
|
|
||||||
|
List<String> toRemove = new ArrayList<>();
|
||||||
|
|
||||||
|
for (Map.Entry<String, CloudExpansion> entry : values.entrySet()) {
|
||||||
|
CloudExpansion expansion = entry.getValue();
|
||||||
|
if (expansion.getLatestVersion() == null
|
||||||
|
|| expansion.getVersion(expansion.getLatestVersion()) == null) {
|
||||||
|
toRemove.add(entry.getKey());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (String name : toRemove) {
|
||||||
|
values.remove(name);
|
||||||
|
}
|
||||||
|
} catch (UnknownHostException e) {
|
||||||
|
logger.atWarning().log("There is no data available from the eCloud. Please try running /papi refresh. If this does not resolve the issue, the eCloud may be blocked by your firewall, server host, or service provider.\n\nMore information: https://placeholderapi.com/ecloud-blocked", e);
|
||||||
|
} catch (Throwable e) {
|
||||||
|
// ugly swallowing of every throwable, but we have to be defensive
|
||||||
|
logger.atWarning().log("Failed to download expansion information", e);
|
||||||
|
}
|
||||||
|
|
||||||
|
// loop through what's left on the main thread
|
||||||
|
plugin
|
||||||
|
.getTaskRegistry()
|
||||||
|
.registerTask(CompletableFuture.runAsync(
|
||||||
|
() -> {
|
||||||
|
try {
|
||||||
|
for (Map.Entry<String, CloudExpansion> entry : values.entrySet()) {
|
||||||
|
String name = entry.getKey();
|
||||||
|
CloudExpansion expansion = entry.getValue();
|
||||||
|
|
||||||
|
expansion.setName(name);
|
||||||
|
|
||||||
|
Optional<PlaceholderExpansion> localOpt =
|
||||||
|
plugin.localExpansionManager().findExpansionByName(name);
|
||||||
|
if (localOpt.isPresent()) {
|
||||||
|
PlaceholderExpansion local = localOpt.get();
|
||||||
|
if (local.isRegistered()) {
|
||||||
|
expansion.setHasExpansion(true);
|
||||||
|
expansion.setShouldUpdate(
|
||||||
|
!local.getVersion().equalsIgnoreCase(expansion.getLatestVersion()));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
cache.put(toIndexName(expansion), expansion);
|
||||||
|
}
|
||||||
|
} catch (Throwable e) {
|
||||||
|
// ugly swallowing of every throwable, but we have to be defensive
|
||||||
|
logger.atWarning().log("Failed to download expansion information", e);
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isDownloading(@NotNull final CloudExpansion expansion) {
|
||||||
|
return await.containsKey(toIndexName(expansion));
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public CompletableFuture<File> downloadExpansion(@NotNull final CloudExpansion expansion,
|
||||||
|
@NotNull final CloudExpansion.Version version) {
|
||||||
|
final CompletableFuture<File> previous = await.get(toIndexName(expansion));
|
||||||
|
if (previous != null) {
|
||||||
|
return previous;
|
||||||
|
}
|
||||||
|
|
||||||
|
final File file = new File(plugin.localExpansionManager().getExpansionsFolder(),
|
||||||
|
"Expansion-" + toIndexName(expansion) + ".jar");
|
||||||
|
|
||||||
|
final CompletableFuture<File> download = CompletableFuture.supplyAsync(() -> {
|
||||||
|
try (final ReadableByteChannel source = Channels.newChannel(new URL(version.getUrl())
|
||||||
|
.openStream()); final FileOutputStream target = new FileOutputStream(file)) {
|
||||||
|
target.getChannel().transferFrom(source, 0, Long.MAX_VALUE);
|
||||||
|
} catch (final IOException ex) {
|
||||||
|
throw new CompletionException(ex);
|
||||||
|
}
|
||||||
|
return file;
|
||||||
|
}, ASYNC_EXECUTOR);
|
||||||
|
|
||||||
|
download.whenCompleteAsync((value, exception) -> {
|
||||||
|
await.remove(toIndexName(expansion));
|
||||||
|
|
||||||
|
if (exception != null) {
|
||||||
|
logger.atSevere().log("Failed to download %s:%s %s", expansion.getName(), expansion.getVersion(), exception);
|
||||||
|
}
|
||||||
|
}, ASYNC_EXECUTOR);
|
||||||
|
|
||||||
|
await.put(toIndexName(expansion), download);
|
||||||
|
|
||||||
|
return download;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static final class LoggingThreadFactory implements ThreadFactory {
|
||||||
|
private final ThreadFactory backing = Executors.defaultThreadFactory();
|
||||||
|
private final String format;
|
||||||
|
private final AtomicLong count = new AtomicLong(0);
|
||||||
|
|
||||||
|
private LoggingThreadFactory(@NotNull final String format) {
|
||||||
|
this.format = format;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Thread newThread(@NotNull final Runnable r) {
|
||||||
|
final Thread thread = backing.newThread(r);
|
||||||
|
thread.setName(String.format(format, count.getAndIncrement()));
|
||||||
|
return thread;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,481 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.expansion.manager;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import java.io.File;
|
||||||
|
import java.lang.reflect.Modifier;
|
||||||
|
import java.util.*;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
|
import java.util.concurrent.locks.ReentrantLock;
|
||||||
|
import java.util.logging.Level;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.configuration.ConfigManager;
|
||||||
|
import at.helpch.placeholderapi.configuration.PlaceholderAPIConfig;
|
||||||
|
import at.helpch.placeholderapi.events.ExpansionRegisterEvent;
|
||||||
|
import at.helpch.placeholderapi.events.ExpansionUnregisterEvent;
|
||||||
|
import at.helpch.placeholderapi.events.ExpansionsLoadedEvent;
|
||||||
|
import at.helpch.placeholderapi.expansion.Cacheable;
|
||||||
|
import at.helpch.placeholderapi.expansion.Cleanable;
|
||||||
|
import at.helpch.placeholderapi.expansion.Configurable;
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import at.helpch.placeholderapi.expansion.Taskable;
|
||||||
|
import at.helpch.placeholderapi.expansion.cloud.CloudExpansion;
|
||||||
|
import at.helpch.placeholderapi.util.FileUtil;
|
||||||
|
import at.helpch.placeholderapi.util.Futures;
|
||||||
|
import com.hypixel.hytale.common.plugin.PluginIdentifier;
|
||||||
|
import com.hypixel.hytale.event.IEventDispatcher;
|
||||||
|
import com.hypixel.hytale.logger.HytaleLogger;
|
||||||
|
import com.hypixel.hytale.server.core.HytaleServer;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.command.system.CommandSender;
|
||||||
|
import com.hypixel.hytale.server.core.event.events.player.PlayerDisconnectEvent;
|
||||||
|
import com.hypixel.hytale.server.core.plugin.PluginBase;
|
||||||
|
import org.jetbrains.annotations.ApiStatus;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
|
public final class LocalExpansionManager /*implements Listener*/ {
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final String EXPANSIONS_FOLDER_NAME = "expansions";
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static final Set<MethodSignature> ABSTRACT_EXPANSION_METHODS = Arrays.stream(PlaceholderExpansion.class.getDeclaredMethods())
|
||||||
|
.filter(method -> Modifier.isAbstract(method.getModifiers()))
|
||||||
|
.map(method -> new MethodSignature(method.getName(), method.getParameterTypes()))
|
||||||
|
.collect(Collectors.toSet());
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final File folder;
|
||||||
|
@NotNull
|
||||||
|
private final PlaceholderAPIPlugin plugin;
|
||||||
|
private final HytaleLogger logger;
|
||||||
|
private final ConfigManager configManager;
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final Map<String, PlaceholderExpansion> expansions = new ConcurrentHashMap<>();
|
||||||
|
private final ReentrantLock expansionsLock = new ReentrantLock();
|
||||||
|
|
||||||
|
|
||||||
|
public LocalExpansionManager(@NotNull final PlaceholderAPIPlugin plugin) {
|
||||||
|
this.plugin = plugin;
|
||||||
|
this.folder = new File(plugin.getDataDirectory().toString(), EXPANSIONS_FOLDER_NAME);
|
||||||
|
this.logger = plugin.getLogger();
|
||||||
|
this.configManager = plugin.configManager();
|
||||||
|
|
||||||
|
if (!this.folder.exists() && !folder.mkdirs()) {
|
||||||
|
logger.atWarning().log("Failed to create expansions folder!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void load(@NotNull final CommandSender sender) {
|
||||||
|
registerAll(sender);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void kill() {
|
||||||
|
unregisterAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public File getExpansionsFolder() {
|
||||||
|
return folder;
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Collection<String> getIdentifiers() {
|
||||||
|
expansionsLock.lock();
|
||||||
|
try {
|
||||||
|
return Set.copyOf(expansions.keySet());
|
||||||
|
} finally {
|
||||||
|
expansionsLock.unlock();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Unmodifiable
|
||||||
|
public Collection<PlaceholderExpansion> getExpansions() {
|
||||||
|
expansionsLock.lock();
|
||||||
|
try {
|
||||||
|
return Set.copyOf(expansions.values());
|
||||||
|
} finally {
|
||||||
|
expansionsLock.unlock();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
public PlaceholderExpansion getExpansion(@NotNull final String identifier) {
|
||||||
|
expansionsLock.lock();
|
||||||
|
try {
|
||||||
|
return expansions.get(identifier.toLowerCase(Locale.ROOT));
|
||||||
|
} finally {
|
||||||
|
expansionsLock.unlock();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public Optional<PlaceholderExpansion> findExpansionByName(@NotNull final String name) {
|
||||||
|
expansionsLock.lock();
|
||||||
|
try {
|
||||||
|
PlaceholderExpansion bestMatch = null;
|
||||||
|
for (Map.Entry<String, PlaceholderExpansion> entry : expansions.entrySet()) {
|
||||||
|
PlaceholderExpansion expansion = entry.getValue();
|
||||||
|
if (expansion.getName().equalsIgnoreCase(name)) {
|
||||||
|
bestMatch = expansion;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return Optional.ofNullable(bestMatch);
|
||||||
|
} finally {
|
||||||
|
expansionsLock.unlock();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public Optional<PlaceholderExpansion> findExpansionByIdentifier(
|
||||||
|
@NotNull final String identifier) {
|
||||||
|
return Optional.ofNullable(getExpansion(identifier));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Optional<PlaceholderExpansion> register(
|
||||||
|
@NotNull final Class<? extends PlaceholderExpansion> clazz) {
|
||||||
|
try {
|
||||||
|
final PlaceholderExpansion expansion = createExpansionInstance(clazz);
|
||||||
|
|
||||||
|
if (expansion == null) {
|
||||||
|
return Optional.empty();
|
||||||
|
}
|
||||||
|
|
||||||
|
Objects.requireNonNull(expansion.getAuthor(), "The expansion author is null!");
|
||||||
|
Objects.requireNonNull(expansion.getIdentifier(), "The expansion identifier is null!");
|
||||||
|
Objects.requireNonNull(expansion.getVersion(), "The expansion version is null!");
|
||||||
|
|
||||||
|
if (expansion.getRequiredPlugin() != null && !expansion.getRequiredPlugin().isEmpty()) {
|
||||||
|
if (HytaleServer.get().getPluginManager().getPlugin(PluginIdentifier.fromString(expansion.getRequiredPlugin())) == null) {
|
||||||
|
logger.atWarning().log("Cannot load expansion %s due to a missing plugin: %s", expansion.getIdentifier(),
|
||||||
|
expansion.getRequiredPlugin());
|
||||||
|
return Optional.empty();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
expansion.setExpansionType(PlaceholderExpansion.Type.EXTERNAL);
|
||||||
|
|
||||||
|
if (!expansion.register()) {
|
||||||
|
logger.atWarning().log("Cannot load expansion %s due to an unknown issue.", expansion.getIdentifier());
|
||||||
|
return Optional.empty();
|
||||||
|
}
|
||||||
|
|
||||||
|
return Optional.of(expansion);
|
||||||
|
} catch (LinkageError | NullPointerException ex) {
|
||||||
|
final String reason;
|
||||||
|
|
||||||
|
if (ex instanceof LinkageError) {
|
||||||
|
reason = " (Is a dependency missing?)";
|
||||||
|
} else {
|
||||||
|
reason = " - One of its properties is null which is not allowed!";
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.atSevere().log("Failed to load expansion class %s%s", ex, clazz.getSimpleName(), reason);
|
||||||
|
}
|
||||||
|
|
||||||
|
return Optional.empty();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attempt to register a {@link PlaceholderExpansion}
|
||||||
|
*
|
||||||
|
* @param expansion the expansion to register
|
||||||
|
* @return if the expansion was registered
|
||||||
|
*/
|
||||||
|
@ApiStatus.Internal
|
||||||
|
public boolean register(@NotNull final PlaceholderExpansion expansion) {
|
||||||
|
final String identifier = expansion.getIdentifier().toLowerCase(Locale.ROOT);
|
||||||
|
|
||||||
|
if (expansion instanceof Configurable<?> configurable) {
|
||||||
|
final PlaceholderAPIConfig config = configManager.config();
|
||||||
|
|
||||||
|
if (config.expansions() == null) {
|
||||||
|
config.expansions(new HashMap<>());
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!config.expansions().containsKey(expansion.getIdentifier())) {
|
||||||
|
config.expansions().put(expansion.getIdentifier(), configurable.provideDefault());
|
||||||
|
configManager.save();
|
||||||
|
} else {
|
||||||
|
final Object expansionConfig = configManager.convertExpansion((Map<String, Object>) config.expansions().get(expansion.getIdentifier()), configurable.provideConfigType());
|
||||||
|
config.expansions().put(expansion.getIdentifier(), expansionConfig);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!expansion.canRegister()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Avoid loading two external expansions with the same identifier
|
||||||
|
if (expansion.getExpansionType() == PlaceholderExpansion.Type.EXTERNAL && expansions.containsKey(identifier)) {
|
||||||
|
logger.atWarning().log("Failed to load external expansion %s. Identifier is already in use.", expansion.getIdentifier());
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// if (expansion instanceof VersionSpecific) {
|
||||||
|
// VersionSpecific nms = (VersionSpecific) expansion;
|
||||||
|
// if (!nms.isCompatibleWith(PlaceholderAPIPlugin.getServerVersion())) {
|
||||||
|
// Msg.warn("Your server version is incompatible with expansion %s %s",
|
||||||
|
// expansion.getIdentifier(), expansion.getVersion());
|
||||||
|
// return false;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
final PlaceholderExpansion removed = getExpansion(identifier);
|
||||||
|
if (removed != null && !removed.unregister()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final ExpansionRegisterEvent event = new ExpansionRegisterEvent(expansion);
|
||||||
|
final IEventDispatcher<ExpansionRegisterEvent, ExpansionRegisterEvent> eventDispatcher = HytaleServer.get().getEventBus().dispatchFor(ExpansionRegisterEvent.class);
|
||||||
|
if (eventDispatcher.hasListener()) {
|
||||||
|
eventDispatcher.dispatch(event);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bukkit.getPluginManager().callEvent(event);
|
||||||
|
|
||||||
|
if (event.isCancelled()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
expansionsLock.lock();
|
||||||
|
try {
|
||||||
|
expansions.put(identifier, expansion);
|
||||||
|
} finally {
|
||||||
|
expansionsLock.unlock();
|
||||||
|
}
|
||||||
|
|
||||||
|
// if (expansion instanceof Listener) {
|
||||||
|
// Bukkit.getPluginManager().registerEvents(((Listener) expansion), plugin);
|
||||||
|
// }
|
||||||
|
|
||||||
|
logger.at(Level.INFO).log(
|
||||||
|
"Successfully registered %s expansion: %s [%s]",
|
||||||
|
expansion.getExpansionType().name().toLowerCase(),
|
||||||
|
expansion.getIdentifier(),
|
||||||
|
expansion.getVersion()
|
||||||
|
);
|
||||||
|
|
||||||
|
if (expansion instanceof Taskable) {
|
||||||
|
((Taskable) expansion).start();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check eCloud for updates only if the expansion is external
|
||||||
|
if (configManager.config().cloudEnabled() && expansion.getExpansionType() == PlaceholderExpansion.Type.EXTERNAL) {
|
||||||
|
final Optional<CloudExpansion> cloudExpansionOptional = plugin.cloudExpansionManager().findCloudExpansionByName(identifier);
|
||||||
|
if (cloudExpansionOptional.isPresent()) {
|
||||||
|
CloudExpansion cloudExpansion = cloudExpansionOptional.get();
|
||||||
|
cloudExpansion.setHasExpansion(true);
|
||||||
|
cloudExpansion.setShouldUpdate(!cloudExpansion.getLatestVersion().equals(expansion.getVersion()));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ApiStatus.Internal
|
||||||
|
public boolean unregister(@NotNull final PlaceholderExpansion expansion) {
|
||||||
|
if (expansions.remove(expansion.getIdentifier().toLowerCase(Locale.ROOT)) == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
final IEventDispatcher<ExpansionUnregisterEvent, ExpansionUnregisterEvent> eventDispatcher = HytaleServer.get().getEventBus().dispatchFor(ExpansionUnregisterEvent.class);
|
||||||
|
if (eventDispatcher.hasListener()) {
|
||||||
|
eventDispatcher.dispatch(new ExpansionUnregisterEvent(expansion));
|
||||||
|
}
|
||||||
|
|
||||||
|
// if (expansion instanceof Listener) {
|
||||||
|
// HandlerList.unregisterAll((Listener) expansion);
|
||||||
|
// }
|
||||||
|
|
||||||
|
if (expansion instanceof Taskable) {
|
||||||
|
((Taskable) expansion).stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (expansion instanceof Cacheable) {
|
||||||
|
((Cacheable) expansion).clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (configManager.config().cloudEnabled()) {
|
||||||
|
plugin.cloudExpansionManager().findCloudExpansionByName(expansion.getName())
|
||||||
|
.ifPresent(cloud -> {
|
||||||
|
cloud.setHasExpansion(false);
|
||||||
|
cloud.setShouldUpdate(false);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void registerAll(@NotNull final CommandSender sender) {
|
||||||
|
logger.at(Level.INFO).log("Placeholder expansion registration initializing...");
|
||||||
|
|
||||||
|
Futures.onMainThread(plugin, findExpansionsOnDisk(), (classes, exception) -> {
|
||||||
|
if (exception != null) {
|
||||||
|
logger.atSevere().log("Failed to load class files of expansion.", exception);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<PlaceholderExpansion> registered = classes.stream()
|
||||||
|
.filter(Objects::nonNull)
|
||||||
|
.map(this::register)
|
||||||
|
.filter(Optional::isPresent)
|
||||||
|
.map(Optional::get)
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
|
final long needsUpdate = registered.stream()
|
||||||
|
.map(expansion -> plugin.cloudExpansionManager().findCloudExpansionByName(expansion.getName()).orElse(null))
|
||||||
|
.filter(Objects::nonNull)
|
||||||
|
.filter(CloudExpansion::shouldUpdate)
|
||||||
|
.count();
|
||||||
|
Message message = Message.raw(registered.size() + "").color(registered.isEmpty() ? Color.YELLOW : Color.GREEN)
|
||||||
|
.insert(" placeholder hook(s) registered!");
|
||||||
|
|
||||||
|
if (needsUpdate > 0) {
|
||||||
|
message = message.insert(" ")
|
||||||
|
.insert(Message.raw(needsUpdate + " placeholder hook(s) have an update available.").color(Color.YELLOW));
|
||||||
|
}
|
||||||
|
|
||||||
|
// logger.at(Level.INFO).log(message.toString());
|
||||||
|
sender.sendMessage(message);
|
||||||
|
|
||||||
|
final IEventDispatcher<ExpansionsLoadedEvent, ExpansionsLoadedEvent> eventDispatcher = HytaleServer.get().getEventBus().dispatchFor(ExpansionsLoadedEvent.class);
|
||||||
|
if (eventDispatcher.hasListener()) {
|
||||||
|
eventDispatcher.dispatch(new ExpansionsLoadedEvent(registered));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
private void unregisterAll() {
|
||||||
|
for (final PlaceholderExpansion expansion : new HashSet<>(expansions.values())) {
|
||||||
|
if (expansion.persist()) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
expansion.unregister();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public CompletableFuture<@NotNull List<@Nullable Class<? extends PlaceholderExpansion>>> findExpansionsOnDisk() {
|
||||||
|
File[] files = folder.listFiles((dir, name) -> name.endsWith(".jar"));
|
||||||
|
if (files == null) {
|
||||||
|
return CompletableFuture.completedFuture(Collections.emptyList());
|
||||||
|
}
|
||||||
|
|
||||||
|
return Arrays.stream(files)
|
||||||
|
.map(this::findExpansionInFile)
|
||||||
|
.collect(Futures.collector());
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public CompletableFuture<@Nullable Class<? extends PlaceholderExpansion>> findExpansionInFile(
|
||||||
|
@NotNull final File file) {
|
||||||
|
return CompletableFuture.supplyAsync(() -> {
|
||||||
|
try {
|
||||||
|
final Class<? extends PlaceholderExpansion> expansionClass = FileUtil.findClass(file, PlaceholderExpansion.class);
|
||||||
|
|
||||||
|
if (expansionClass == null) {
|
||||||
|
logger.atSevere().log("Failed to load expansion %s, as it does not have a class which"
|
||||||
|
+ " extends PlaceholderExpansion", file.getName());
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
Set<MethodSignature> expansionMethods = Arrays.stream(expansionClass.getDeclaredMethods())
|
||||||
|
.map(method -> new MethodSignature(method.getName(), method.getParameterTypes()))
|
||||||
|
.collect(Collectors.toSet());
|
||||||
|
if (!expansionMethods.containsAll(ABSTRACT_EXPANSION_METHODS)) {
|
||||||
|
logger.atSevere().log("Failed to load expansion %s, as it does not have the required"
|
||||||
|
+ " methods declared for a PlaceholderExpansion.", file.getName());
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return expansionClass;
|
||||||
|
} catch (VerifyError | NoClassDefFoundError e) {
|
||||||
|
logger.atSevere().log("Failed to load expansion %s (is a dependency missing?)", e, file.getName());
|
||||||
|
return null;
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.atSevere().log("Failed to load expansion file: " + file.getAbsolutePath(), e);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
public PlaceholderExpansion createExpansionInstance(
|
||||||
|
@NotNull final Class<? extends PlaceholderExpansion> clazz) throws LinkageError {
|
||||||
|
try {
|
||||||
|
return clazz.getDeclaredConstructor().newInstance();
|
||||||
|
} catch (final Exception ex) {
|
||||||
|
if (ex.getCause() instanceof LinkageError) {
|
||||||
|
throw ((LinkageError) ex.getCause());
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.atWarning().log("There was an issue with loading an expansion.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void onQuit(@NotNull final PlayerDisconnectEvent event) {
|
||||||
|
for (final PlaceholderExpansion expansion : getExpansions()) {
|
||||||
|
if (!(expansion instanceof Cleanable)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
((Cleanable) expansion).cleanup(event.getPlayerRef());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// @EventHandler(priority = EventPriority.HIGH)
|
||||||
|
//todo: hytale has no plugin disable event as of yet :(
|
||||||
|
// public void onPluginDisable() {
|
||||||
|
// final String name = event.getPlugin().getName();
|
||||||
|
// if (name.equals(plugin.getName())) {
|
||||||
|
// return;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// for (final PlaceholderExpansion expansion : getExpansions()) {
|
||||||
|
// if (!name.equalsIgnoreCase(expansion.getRequiredPlugin())) {
|
||||||
|
// continue;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// expansion.unregister();
|
||||||
|
// Msg.info("Unregistered placeholder expansion %s", expansion.getIdentifier());
|
||||||
|
// Msg.info("Reason: required plugin %s was disabled.", name);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion.manager;
|
package at.helpch.placeholderapi.expansion.manager;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
@@ -0,0 +1,138 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.replacer;
|
||||||
|
|
||||||
|
import java.util.Locale;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
public final class CharsReplacer implements Replacer {
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private final Closure closure;
|
||||||
|
|
||||||
|
public CharsReplacer(@NotNull final Closure closure) {
|
||||||
|
this.closure = closure;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
@Override
|
||||||
|
public String apply(@NotNull final String text, @Nullable final PlayerRef player,
|
||||||
|
@NotNull final Function<String, @Nullable PlaceholderExpansion> lookup) {
|
||||||
|
final char[] chars = text.toCharArray();
|
||||||
|
final StringBuilder builder = new StringBuilder(text.length());
|
||||||
|
|
||||||
|
final StringBuilder identifier = new StringBuilder();
|
||||||
|
final StringBuilder parameters = new StringBuilder();
|
||||||
|
|
||||||
|
for (int i = 0; i < chars.length; i++) {
|
||||||
|
final char l = chars[i];
|
||||||
|
|
||||||
|
if (l != closure.head || i + 1 >= chars.length) {
|
||||||
|
builder.append(l);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
boolean identified = false;
|
||||||
|
boolean invalid = true;
|
||||||
|
boolean hadSpace = false;
|
||||||
|
|
||||||
|
while (++i < chars.length) {
|
||||||
|
final char p = chars[i];
|
||||||
|
|
||||||
|
if (p == ' ' && !identified) {
|
||||||
|
hadSpace = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if (p == closure.tail) {
|
||||||
|
invalid = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (p == '_' && !identified) {
|
||||||
|
identified = true;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (identified) {
|
||||||
|
parameters.append(p);
|
||||||
|
} else {
|
||||||
|
identifier.append(p);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final String identifierString = identifier.toString();
|
||||||
|
final String lowercaseIdentifierString = identifierString.toLowerCase(Locale.ROOT);
|
||||||
|
final String parametersString = parameters.toString();
|
||||||
|
|
||||||
|
identifier.setLength(0);
|
||||||
|
parameters.setLength(0);
|
||||||
|
|
||||||
|
if (invalid) {
|
||||||
|
builder.append(closure.head).append(identifierString);
|
||||||
|
|
||||||
|
if (identified) {
|
||||||
|
builder.append('_').append(parametersString);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hadSpace) {
|
||||||
|
builder.append(' ');
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final PlaceholderExpansion placeholder = lookup.apply(lowercaseIdentifierString);
|
||||||
|
if (placeholder == null) {
|
||||||
|
builder.append(closure.head).append(identifierString);
|
||||||
|
|
||||||
|
if (identified) {
|
||||||
|
builder.append('_');
|
||||||
|
}
|
||||||
|
|
||||||
|
builder.append(parametersString).append(closure.tail);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
final String replacement = placeholder.onPlaceholderRequest(player, parametersString);
|
||||||
|
if (replacement == null) {
|
||||||
|
builder.append(closure.head).append(identifierString);
|
||||||
|
|
||||||
|
if (identified) {
|
||||||
|
builder.append('_');
|
||||||
|
}
|
||||||
|
|
||||||
|
builder.append(parametersString).append(closure.tail);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
builder.append(replacement);
|
||||||
|
}
|
||||||
|
|
||||||
|
return builder.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
package at.helpch.placeholderapi.replacer;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPI;
|
||||||
|
import com.hypixel.hytale.server.core.Message;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Objects;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
public final class MessageReplacer {
|
||||||
|
@NotNull
|
||||||
|
public static Message replace(@NotNull final Message original, @NotNull final Function<String, String> setPlaceholders) {
|
||||||
|
if (original.getFormattedMessage().rawText == null) {
|
||||||
|
return original;
|
||||||
|
}
|
||||||
|
|
||||||
|
String replaced = setPlaceholders.apply(original.getFormattedMessage().rawText);
|
||||||
|
String link = original.getFormattedMessage().link == null ? null : setPlaceholders.apply(original.getFormattedMessage().link);
|
||||||
|
|
||||||
|
List<Message> newChildren = original.getChildren().stream()
|
||||||
|
.filter(Objects::nonNull)
|
||||||
|
.map(child -> replace(child, setPlaceholders))
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
Message message = Message.raw(replaced);
|
||||||
|
|
||||||
|
if (original.getColor() != null) {
|
||||||
|
message = message.color(original.getColor());
|
||||||
|
}
|
||||||
|
|
||||||
|
if (link != null) {
|
||||||
|
message = message.link(link);
|
||||||
|
}
|
||||||
|
|
||||||
|
int bold = original.getFormattedMessage().bold.getValue();
|
||||||
|
if (bold != 0) {
|
||||||
|
message = message.bold(bold != 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
int italic = original.getFormattedMessage().italic.getValue();
|
||||||
|
if (italic != 0) {
|
||||||
|
message = message.italic(italic != 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
return message.insertAll(newChildren);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,32 +18,34 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.replacer;
|
package at.helpch.placeholderapi.replacer;
|
||||||
|
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import org.bukkit.OfflinePlayer;
|
import at.helpch.placeholderapi.expansion.PlaceholderExpansion;
|
||||||
|
import com.hypixel.hytale.server.core.entity.entities.Player;
|
||||||
|
import com.hypixel.hytale.server.core.universe.PlayerRef;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
public interface Replacer {
|
public interface Replacer {
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
String apply(@NotNull final String text, @Nullable final OfflinePlayer player,
|
String apply(@NotNull final String text, @Nullable final PlayerRef player,
|
||||||
@NotNull final Function<String, @Nullable PlaceholderExpansion> lookup);
|
@NotNull final Function<String, @Nullable PlaceholderExpansion> lookup);
|
||||||
|
|
||||||
|
|
||||||
enum Closure {
|
enum Closure {
|
||||||
BRACKET('{', '}'),
|
BRACKET('{', '}'),
|
||||||
PERCENT('%', '%');
|
PERCENT('%', '%');
|
||||||
|
|
||||||
|
|
||||||
public final char head, tail;
|
public final char head, tail;
|
||||||
|
|
||||||
Closure(final char head, final char tail) {
|
Closure(final char head, final char tail) {
|
||||||
this.head = head;
|
this.head = head;
|
||||||
this.tail = tail;
|
this.tail = tail;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
77
src/main/java/at/helpch/placeholderapi/util/FileUtil.java
Normal file
77
src/main/java/at/helpch/placeholderapi/util/FileUtil.java
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.util;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.net.URLClassLoader;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.jar.JarEntry;
|
||||||
|
import java.util.jar.JarInputStream;
|
||||||
|
|
||||||
|
public class FileUtil {
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
public static <T> Class<? extends T> findClass(@NotNull final File file,
|
||||||
|
@NotNull final Class<T> clazz) throws IOException, ClassNotFoundException {
|
||||||
|
if (!file.exists()) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
final URL jar = file.toURI().toURL();
|
||||||
|
final URLClassLoader loader = new URLClassLoader(new URL[]{jar}, clazz.getClassLoader());
|
||||||
|
final List<String> matches = new ArrayList<>();
|
||||||
|
final List<Class<? extends T>> classes = new ArrayList<>();
|
||||||
|
|
||||||
|
try (final JarInputStream stream = new JarInputStream(jar.openStream())) {
|
||||||
|
JarEntry entry;
|
||||||
|
while ((entry = stream.getNextJarEntry()) != null) {
|
||||||
|
final String name = entry.getName();
|
||||||
|
if (name.isEmpty() || !name.endsWith(".class")) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
matches.add(name.substring(0, name.lastIndexOf('.')).replace('/', '.'));
|
||||||
|
}
|
||||||
|
|
||||||
|
for (final String match : matches) {
|
||||||
|
try {
|
||||||
|
final Class<?> loaded = loader.loadClass(match);
|
||||||
|
if (clazz.isAssignableFrom(loaded)) {
|
||||||
|
classes.add(loaded.asSubclass(clazz));
|
||||||
|
}
|
||||||
|
} catch (final NoClassDefFoundError ignored) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (classes.isEmpty()) {
|
||||||
|
loader.close();
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return classes.get(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
71
src/main/java/at/helpch/placeholderapi/util/Format.java
Normal file
71
src/main/java/at/helpch/placeholderapi/util/Format.java
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.util;
|
||||||
|
|
||||||
|
import static java.lang.Math.max;
|
||||||
|
import static java.lang.Math.min;
|
||||||
|
import static java.util.Arrays.stream;
|
||||||
|
import static java.util.stream.Collectors.joining;
|
||||||
|
import static java.util.stream.Collectors.toList;
|
||||||
|
import static java.util.stream.IntStream.range;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* For the record, I am not sorry.
|
||||||
|
*/
|
||||||
|
public final class Format {
|
||||||
|
|
||||||
|
private Format() {}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static Optional<List<String>> tablify(@NotNull final Align align,
|
||||||
|
@NotNull final List<List<String>> rows) {
|
||||||
|
return findSpacing(rows)
|
||||||
|
.map(spacing -> buildFormat(align, spacing))
|
||||||
|
.map(format -> rows.stream()
|
||||||
|
.map(
|
||||||
|
row -> String.format(format, row.toArray()).substring(align == Align.RIGHT ? 2 : 0))
|
||||||
|
.collect(toList()));
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static String buildFormat(@NotNull final Align align, final int[] spacing) {
|
||||||
|
return stream(spacing)
|
||||||
|
.mapToObj(space -> "%" + (align == Align.LEFT ? "-" : "") + (space + 2) + "s")
|
||||||
|
.collect(joining());
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static Optional<int[]> findSpacing(@NotNull final List<List<String>> rows) {
|
||||||
|
return rows.stream()
|
||||||
|
.map(row -> row.stream().mapToInt(String::length).toArray())
|
||||||
|
.reduce((l, r) -> range(0, min(l.length, r.length)).map(i -> max(l[i], r[i])).toArray());
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum Align {
|
||||||
|
LEFT, RIGHT
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
75
src/main/java/at/helpch/placeholderapi/util/Futures.java
Normal file
75
src/main/java/at/helpch/placeholderapi/util/Futures.java
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.util;
|
||||||
|
|
||||||
|
import java.util.Collection;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
import java.util.function.BiConsumer;
|
||||||
|
import java.util.stream.Collector;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import at.helpch.placeholderapi.PlaceholderAPIPlugin;
|
||||||
|
import com.hypixel.hytale.server.core.HytaleServer;
|
||||||
|
import com.hypixel.hytale.server.core.universe.Universe;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public final class Futures {
|
||||||
|
|
||||||
|
private Futures() {}
|
||||||
|
|
||||||
|
|
||||||
|
public static <T> void onMainThread(@NotNull final PlaceholderAPIPlugin plugin,
|
||||||
|
@NotNull final CompletableFuture<T> future,
|
||||||
|
@NotNull final BiConsumer<T, Throwable> consumer) {
|
||||||
|
future.whenComplete((value, exception) -> {
|
||||||
|
HytaleServer.SCHEDULED_EXECUTOR.execute(() -> consumer.accept(value, exception));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static <T> Collector<CompletableFuture<T>, ?, CompletableFuture<List<T>>> collector() {
|
||||||
|
return Collectors.collectingAndThen(Collectors.toList(), Futures::of);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static <T> CompletableFuture<List<T>> of(
|
||||||
|
@NotNull final Stream<CompletableFuture<T>> futures) {
|
||||||
|
return of(futures.collect(Collectors.toList()));
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
public static <T> CompletableFuture<List<T>> of(
|
||||||
|
@NotNull final Collection<CompletableFuture<T>> futures) {
|
||||||
|
return CompletableFuture.allOf(futures.toArray(new CompletableFuture[0]))
|
||||||
|
.thenApplyAsync($ -> awaitCompletion(futures));
|
||||||
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
|
private static <T> List<T> awaitCompletion(
|
||||||
|
@NotNull final Collection<CompletableFuture<T>> futures) {
|
||||||
|
return futures.stream().map(CompletableFuture::join).collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
* This file is part of PlaceholderAPI
|
* This file is part of PlaceholderAPI
|
||||||
*
|
*
|
||||||
* PlaceholderAPI
|
* PlaceholderAPI
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
*
|
*
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,11 +18,11 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
package at.helpch.placeholderapi.util;
|
||||||
|
|
||||||
public enum TimeFormat {
|
public enum TimeFormat {
|
||||||
DAYS,
|
DAYS,
|
||||||
HOURS,
|
HOURS,
|
||||||
MINUTES,
|
MINUTES,
|
||||||
SECONDS
|
SECONDS
|
||||||
}
|
}
|
||||||
96
src/main/java/at/helpch/placeholderapi/util/TimeUtil.java
Normal file
96
src/main/java/at/helpch/placeholderapi/util/TimeUtil.java
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of PlaceholderAPI
|
||||||
|
*
|
||||||
|
* PlaceholderAPI
|
||||||
|
* Copyright (c) 2015 - 2026 PlaceholderAPI Team
|
||||||
|
*
|
||||||
|
* PlaceholderAPI free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* PlaceholderAPI is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package at.helpch.placeholderapi.util;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.time.temporal.ChronoUnit;
|
||||||
|
import java.util.StringJoiner;
|
||||||
|
|
||||||
|
public class TimeUtil {
|
||||||
|
|
||||||
|
public static String getRemaining(final int seconds, final TimeFormat type) {
|
||||||
|
return getRemaining((long) seconds, type);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String getRemaining(final long seconds, final TimeFormat type) {
|
||||||
|
switch (type) {
|
||||||
|
default:
|
||||||
|
return String.valueOf(seconds);
|
||||||
|
|
||||||
|
case SECONDS:
|
||||||
|
return String.valueOf(seconds % 60);
|
||||||
|
|
||||||
|
case MINUTES:
|
||||||
|
return String.valueOf((seconds / 60) % 60);
|
||||||
|
|
||||||
|
case HOURS:
|
||||||
|
return String.valueOf((seconds / 3600) % 24);
|
||||||
|
|
||||||
|
case DAYS:
|
||||||
|
return String.valueOf(seconds / 86400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Format the given value with s, m, h and d (seconds, minutes, hours and days)
|
||||||
|
*
|
||||||
|
* @param duration {@link Duration} (eg, Duration.of(20, {@link ChronoUnit#SECONDS}) for 20
|
||||||
|
* seconds)
|
||||||
|
* @return formatted time
|
||||||
|
*/
|
||||||
|
public static String getTime(final Duration duration) {
|
||||||
|
return getTime(duration.getSeconds());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String getTime(final int seconds) {
|
||||||
|
return getTime((long) seconds);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String getTime(long seconds) {
|
||||||
|
final StringJoiner joiner = new StringJoiner(" ");
|
||||||
|
|
||||||
|
long minutes = seconds / 60;
|
||||||
|
long hours = minutes / 60;
|
||||||
|
final long days = hours / 24;
|
||||||
|
|
||||||
|
seconds %= 60;
|
||||||
|
minutes %= 60;
|
||||||
|
hours %= 24;
|
||||||
|
|
||||||
|
if (days > 0) {
|
||||||
|
joiner.add(days + "d");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hours > 0) {
|
||||||
|
joiner.add(hours + "h");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (minutes > 0) {
|
||||||
|
joiner.add(minutes + "m");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (seconds > 0) {
|
||||||
|
joiner.add(seconds + "s");
|
||||||
|
}
|
||||||
|
|
||||||
|
return joiner.toString();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,622 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.regex.Matcher;
|
|
||||||
import java.util.regex.Pattern;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.Relational;
|
|
||||||
import me.clip.placeholderapi.expansion.manager.LocalExpansionManager;
|
|
||||||
import me.clip.placeholderapi.replacer.CharsReplacer;
|
|
||||||
import me.clip.placeholderapi.replacer.Replacer;
|
|
||||||
import me.clip.placeholderapi.replacer.Replacer.Closure;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.OfflinePlayer;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.bukkit.plugin.Plugin;
|
|
||||||
import org.jetbrains.annotations.ApiStatus;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
public final class PlaceholderAPI {
|
|
||||||
|
|
||||||
private static final Replacer REPLACER_PERCENT = new CharsReplacer(Closure.PERCENT);
|
|
||||||
private static final Replacer REPLACER_BRACKET = new CharsReplacer(Closure.BRACKET);
|
|
||||||
|
|
||||||
private static final Pattern PLACEHOLDER_PATTERN = Pattern.compile("[%]([^%]+)[%]");
|
|
||||||
private static final Pattern BRACKET_PLACEHOLDER_PATTERN = Pattern.compile("[{]([^{}]+)[}]");
|
|
||||||
private static final Pattern RELATIONAL_PLACEHOLDER_PATTERN = Pattern
|
|
||||||
.compile("[%](rel_)([^%]+)[%]");
|
|
||||||
|
|
||||||
|
|
||||||
private PlaceholderAPI() {
|
|
||||||
}
|
|
||||||
|
|
||||||
// === Current API ===
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text Text to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static String setPlaceholders(final OfflinePlayer player,
|
|
||||||
@NotNull final String text) {
|
|
||||||
return REPLACER_PERCENT.apply(text, player,
|
|
||||||
PlaceholderAPIPlugin.getInstance().getLocalExpansionManager()::getExpansion);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text List of Strings to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static List<String> setPlaceholders(final OfflinePlayer player,
|
|
||||||
@NotNull final List<String> text) {
|
|
||||||
return text.stream().map(line -> setPlaceholders(player, line)).collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text Text to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static String setPlaceholders(final Player player, @NotNull String text) {
|
|
||||||
return setPlaceholders(((OfflinePlayer) player), text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %<identifier>_<params>%}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text List of Strings to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static List<String> setPlaceholders(final Player player, @NotNull List<@NotNull String> text) {
|
|
||||||
return setPlaceholders(((OfflinePlayer) player), text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text Text to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static String setBracketPlaceholders(final OfflinePlayer player,
|
|
||||||
@NotNull final String text) {
|
|
||||||
return REPLACER_BRACKET.apply(text, player,
|
|
||||||
PlaceholderAPIPlugin.getInstance().getLocalExpansionManager()::getExpansion);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text List of Strings to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static List<String> setBracketPlaceholders(final OfflinePlayer player,
|
|
||||||
@NotNull final List<String> text) {
|
|
||||||
return text.stream().map(line -> setBracketPlaceholders(player, line))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text Text to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
public static String setBracketPlaceholders(Player player, String text) {
|
|
||||||
return setBracketPlaceholders((OfflinePlayer) player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translates all placeholders into their corresponding values.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal {<identifier>_<params>}}.
|
|
||||||
*
|
|
||||||
* @param player Player to parse the placeholders against
|
|
||||||
* @param text List of Strings to set the placeholder values in
|
|
||||||
* @return String containing all translated placeholders
|
|
||||||
*/
|
|
||||||
public static List<String> setBracketPlaceholders(Player player, List<String> text) {
|
|
||||||
return setBracketPlaceholders((OfflinePlayer) player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* set relational placeholders in the text specified placeholders are matched with the pattern
|
|
||||||
* {@literal %<rel_(identifier)_(params)>%} when set with this method
|
|
||||||
*
|
|
||||||
* @param one First player to compare
|
|
||||||
* @param two Second player to compare
|
|
||||||
* @param text Text to parse the placeholders in
|
|
||||||
* @return The text containing the parsed relational placeholders
|
|
||||||
*/
|
|
||||||
public static String setRelationalPlaceholders(Player one, Player two, String text) {
|
|
||||||
final Matcher matcher = RELATIONAL_PLACEHOLDER_PATTERN.matcher(text);
|
|
||||||
|
|
||||||
while (matcher.find()) {
|
|
||||||
final String format = matcher.group(2);
|
|
||||||
final int index = format.indexOf("_");
|
|
||||||
|
|
||||||
if (index <= 0 || index >= format.length()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
String identifier = format.substring(0, index).toLowerCase(Locale.ROOT);
|
|
||||||
String params = format.substring(index + 1);
|
|
||||||
final PlaceholderExpansion expansion = PlaceholderAPIPlugin.getInstance()
|
|
||||||
.getLocalExpansionManager().getExpansion(identifier);
|
|
||||||
|
|
||||||
if (!(expansion instanceof Relational)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String value = ((Relational) expansion).onPlaceholderRequest(one, two, params);
|
|
||||||
|
|
||||||
if (value != null) {
|
|
||||||
text = text.replaceAll(Pattern.quote(matcher.group()), Matcher.quoteReplacement(value));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return text;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translate placeholders in the provided List based on the relation of the two provided players.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %rel_<identifier>_<param>%}.
|
|
||||||
*
|
|
||||||
* @param one Player to compare
|
|
||||||
* @param two Player to compare
|
|
||||||
* @param text text to parse the placeholder values to
|
|
||||||
* @return The text containing the parsed relational placeholders
|
|
||||||
*/
|
|
||||||
public static List<String> setRelationalPlaceholders(Player one, Player two, List<String> text) {
|
|
||||||
return text.stream().map(line -> setRelationalPlaceholders(one, two, line))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check if a specific placeholder identifier is currently registered
|
|
||||||
*
|
|
||||||
* @param identifier The identifier to check
|
|
||||||
* @return true if identifier is already registered
|
|
||||||
*/
|
|
||||||
public static boolean isRegistered(@NotNull final String identifier) {
|
|
||||||
return PlaceholderAPIPlugin.getInstance().getLocalExpansionManager()
|
|
||||||
.findExpansionByIdentifier(identifier).isPresent();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get all registered placeholder identifiers
|
|
||||||
*
|
|
||||||
* @return A Set of type String containing the identifiers of all registered expansions.
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static Set<String> getRegisteredIdentifiers() {
|
|
||||||
return ImmutableSet
|
|
||||||
.copyOf(PlaceholderAPIPlugin.getInstance().getLocalExpansionManager().getIdentifiers());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the normal placeholder pattern.
|
|
||||||
*
|
|
||||||
* @return Regex Pattern of {@literal [%]([^%]+)[%]}
|
|
||||||
*/
|
|
||||||
public static Pattern getPlaceholderPattern() {
|
|
||||||
return PLACEHOLDER_PATTERN;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the bracket placeholder pattern.
|
|
||||||
*
|
|
||||||
* @return Regex Pattern of {@literal [{]([^{}]+)[}]}
|
|
||||||
*/
|
|
||||||
public static Pattern getBracketPlaceholderPattern() {
|
|
||||||
return BRACKET_PLACEHOLDER_PATTERN;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the relational placeholder pattern.
|
|
||||||
*
|
|
||||||
* @return Regex Pattern of {@literal [%](rel_)([^%]+)[%]}
|
|
||||||
*/
|
|
||||||
public static Pattern getRelationalPlaceholderPattern() {
|
|
||||||
return RELATIONAL_PLACEHOLDER_PATTERN;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check if a String contains any PlaceholderAPI placeholders ({@literal
|
|
||||||
* %<identifier>_<params>%}).
|
|
||||||
*
|
|
||||||
* @param text String to check
|
|
||||||
* @return true if String contains any matches to the normal placeholder pattern, false otherwise
|
|
||||||
*/
|
|
||||||
public static boolean containsPlaceholders(String text) {
|
|
||||||
return text != null && PLACEHOLDER_PATTERN.matcher(text).find();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check if a String contains any PlaceholderAPI bracket placeholders ({@literal
|
|
||||||
* {<identifier>_<params>}}).
|
|
||||||
*
|
|
||||||
* @param text String to check
|
|
||||||
* @return true if String contains any matches to the bracket placeholder pattern, false otherwise
|
|
||||||
*/
|
|
||||||
public static boolean containsBracketPlaceholders(String text) {
|
|
||||||
return text != null && BRACKET_PLACEHOLDER_PATTERN.matcher(text).find();
|
|
||||||
}
|
|
||||||
|
|
||||||
// === Deprecated API ===
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean registerExpansion(PlaceholderExpansion expansion)
|
|
||||||
{
|
|
||||||
return expansion.register();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean unregisterExpansion(PlaceholderExpansion expansion)
|
|
||||||
{
|
|
||||||
return expansion.unregister();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get map of registered placeholders
|
|
||||||
*
|
|
||||||
* @deprecated Use {@link LocalExpansionManager#getExpansions()} instead.
|
|
||||||
*
|
|
||||||
* @return Map of registered placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static Map<String, PlaceholderHook> getPlaceholders() {
|
|
||||||
return PlaceholderAPIPlugin.getInstance().getLocalExpansionManager()
|
|
||||||
.getExpansions().stream()
|
|
||||||
.collect(Collectors.toMap(PlaceholderExpansion::getIdentifier, ex -> ex));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link PlaceholderExpansion} to
|
|
||||||
* register placeholders instead
|
|
||||||
*
|
|
||||||
* @param plugin The Plugin to register with this {@link PlaceholderHook}
|
|
||||||
* @param placeholderHook The {@link PlaceholderHook} to register
|
|
||||||
* @return always false
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean registerPlaceholderHook(Plugin plugin, PlaceholderHook placeholderHook) {
|
|
||||||
Msg.warn("Nag author(s) %s of plugin %s about their usage of the deprecated PlaceholderHook"
|
|
||||||
+ " class! This class will be removed in v2.13.0!", plugin.getDescription().getAuthors(),
|
|
||||||
plugin.getName());
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link PlaceholderExpansion} to
|
|
||||||
* register placeholders instead
|
|
||||||
*
|
|
||||||
* @param identifier The identifier to use for the {@link PlaceholderHook}
|
|
||||||
* @param placeholderHook The {@link PlaceholderHook} to register
|
|
||||||
* @return always false
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean registerPlaceholderHook(String identifier,
|
|
||||||
PlaceholderHook placeholderHook) {
|
|
||||||
Msg.warn("%s is attempting to register placeholders via deprecated PlaceholderHook class."
|
|
||||||
+ " This class is no longer supported and will be removed in v2.13.0!", identifier);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link PlaceholderExpansion} to
|
|
||||||
* unregister placeholders instead
|
|
||||||
*
|
|
||||||
* @param plugin The plugin to unregister
|
|
||||||
* @return always false
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean unregisterPlaceholderHook(Plugin plugin) {
|
|
||||||
Msg.warn("Nag author(s) %s of plugin %s about their usage of the PlaceholderAPI class."
|
|
||||||
+ " This way of unregistering placeholders is no longer supported and will be removed"
|
|
||||||
+ " in v2.13.0!", plugin.getDescription().getAuthors(), plugin.getName());
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link PlaceholderExpansion} to
|
|
||||||
* unregister placeholders instead
|
|
||||||
*
|
|
||||||
* @param identifier The identifier to unregister
|
|
||||||
* @return always false
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static boolean unregisterPlaceholderHook(String identifier) {
|
|
||||||
Msg.warn("%s is attempting to unregister placeholders via PlaceholderAPI class."
|
|
||||||
+ " This way of unregistering placeholders is no longer supported and will be removed"
|
|
||||||
+ " in v2.13.0!", identifier);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @return Set of registered identifiers
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static Set<String> getRegisteredPlaceholderPlugins() {
|
|
||||||
return getRegisteredIdentifiers();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @return always null
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static Set<String> getExternalPlaceholderPlugins() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link #setPlaceholders(OfflinePlayer, String)} instead
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param pattern The Pattern to use
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setPlaceholders(OfflinePlayer player,
|
|
||||||
String text, Pattern pattern, boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Please use {@link #setPlaceholders(OfflinePlayer, List)} instead
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param pattern The Pattern to use
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setPlaceholders(OfflinePlayer player,
|
|
||||||
List<String> text, Pattern pattern, boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, List)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setPlaceholders(OfflinePlayer player, List<String> text,
|
|
||||||
boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, List)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param pattern The Pattern to use
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setPlaceholders(OfflinePlayer player, List<String> text,
|
|
||||||
Pattern pattern) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setPlaceholders(Player player, String text, boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setPlaceholders(Player player, List<String> text, boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, String)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setPlaceholders(OfflinePlayer player, String text, boolean colorize) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, String)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param pattern The Pattern to use
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setPlaceholders(OfflinePlayer player, String text, Pattern pattern) {
|
|
||||||
return setPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, List)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setBracketPlaceholders(OfflinePlayer player, List<String> text,
|
|
||||||
boolean colorize) {
|
|
||||||
return setBracketPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, String)} instead.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setBracketPlaceholders(OfflinePlayer player, String text, boolean colorize) {
|
|
||||||
return setBracketPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setBracketPlaceholders(Player player, String text, boolean colorize) {
|
|
||||||
return setBracketPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*
|
|
||||||
* @param player The offline player to parse the placeholders against
|
|
||||||
* @param text The List of text to parse
|
|
||||||
* @param colorize If PlaceholderAPI should also parse color codes
|
|
||||||
* @return String with the parsed placeholders
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setBracketPlaceholders(Player player, List<String> text,
|
|
||||||
boolean colorize) {
|
|
||||||
return setBracketPlaceholders(player, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* set relational placeholders in the text specified placeholders are matched with the pattern
|
|
||||||
* {@literal %<rel_(identifier)_(params)>%} when set with this method
|
|
||||||
*
|
|
||||||
* @param one Player to compare
|
|
||||||
* @param two Player to compare
|
|
||||||
* @param text Text to parse the placeholders in
|
|
||||||
* @param colorize If color codes ({@literal &[0-1a-fk-o]}) should be translated
|
|
||||||
* @return The text containing the parsed relational placeholders
|
|
||||||
* @deprecated Use {@link #setPlaceholders(OfflinePlayer, String)} instead.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static String setRelationalPlaceholders(Player one, Player two, String text,
|
|
||||||
boolean colorize) {
|
|
||||||
return setRelationalPlaceholders(one, two, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Translate placeholders in the provided list based on the relation of the two provided players.
|
|
||||||
* <br>The pattern of a valid placeholder is {@literal %rel_<identifier>_<params>%}.
|
|
||||||
*
|
|
||||||
* @param one First player to compare
|
|
||||||
* @param two Second player to compare
|
|
||||||
* @param text Text to parse the placeholders in
|
|
||||||
* @param colorize If color codes ({@literal &[0-1a-fk-o]}) should be translated
|
|
||||||
* @return The text containing the parsed relational placeholders
|
|
||||||
* @deprecated Use {@link #setRelationalPlaceholders(Player, Player, List)} instead.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public static List<String> setRelationalPlaceholders(Player one, Player two, List<String> text,
|
|
||||||
boolean colorize) {
|
|
||||||
return setRelationalPlaceholders(one, two, text);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,270 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi;
|
|
||||||
|
|
||||||
import java.text.SimpleDateFormat;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.Map;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommandRouter;
|
|
||||||
import me.clip.placeholderapi.configuration.PlaceholderAPIConfig;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.Version;
|
|
||||||
import me.clip.placeholderapi.expansion.manager.CloudExpansionManager;
|
|
||||||
import me.clip.placeholderapi.expansion.manager.LocalExpansionManager;
|
|
||||||
import me.clip.placeholderapi.listeners.ServerLoadEventListener;
|
|
||||||
import me.clip.placeholderapi.updatechecker.UpdateChecker;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
|
|
||||||
import org.bstats.bukkit.Metrics;
|
|
||||||
import org.bstats.charts.AdvancedPie;
|
|
||||||
import org.bstats.charts.SimplePie;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.command.PluginCommand;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Yes I have a shit load of work to do...
|
|
||||||
*
|
|
||||||
* @author Ryan McCarthy
|
|
||||||
*/
|
|
||||||
public final class PlaceholderAPIPlugin extends JavaPlugin {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final Version VERSION;
|
|
||||||
private static PlaceholderAPIPlugin instance;
|
|
||||||
|
|
||||||
static {
|
|
||||||
String version = Bukkit.getServer().getBukkitVersion().split("-")[0];
|
|
||||||
String suffix;
|
|
||||||
if (version.chars()
|
|
||||||
.filter(c -> c == '.')
|
|
||||||
.count() == 1) {
|
|
||||||
suffix = "R1";
|
|
||||||
version = 'v' + version.replace('.', '_') + '_' + suffix;
|
|
||||||
} else {
|
|
||||||
int minor = Integer.parseInt(version.split("\\.")[2].charAt(0) + "");
|
|
||||||
version = 'v' + version.replace('.', '_').replace("_" + minor, "") + '_' + "R" + (minor - 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
boolean isSpigot;
|
|
||||||
try {
|
|
||||||
Class.forName("org.spigotmc.SpigotConfig");
|
|
||||||
isSpigot = true;
|
|
||||||
} catch (final ExceptionInInitializerError | ClassNotFoundException ignored) {
|
|
||||||
isSpigot = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
VERSION = new Version(version, isSpigot);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIConfig config = new PlaceholderAPIConfig(this);
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final LocalExpansionManager localExpansionManager = new LocalExpansionManager(this);
|
|
||||||
@NotNull
|
|
||||||
private final CloudExpansionManager cloudExpansionManager = new CloudExpansionManager(this);
|
|
||||||
|
|
||||||
private BukkitAudiences adventure;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the static instance of the main class for PlaceholderAPI. This class is not the actual API
|
|
||||||
* class, this is the main class that extends JavaPlugin. For most API methods, use static methods
|
|
||||||
* available from the class: {@link PlaceholderAPI}
|
|
||||||
*
|
|
||||||
* @return PlaceholderAPIPlugin instance
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static PlaceholderAPIPlugin getInstance() {
|
|
||||||
return instance;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the configurable {@linkplain String} value that should be returned when a boolean is true
|
|
||||||
*
|
|
||||||
* @return string value of true
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static String booleanTrue() {
|
|
||||||
return getInstance().getPlaceholderAPIConfig().booleanTrue();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the configurable {@linkplain String} value that should be returned when a boolean is false
|
|
||||||
*
|
|
||||||
* @return string value of false
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static String booleanFalse() {
|
|
||||||
return getInstance().getPlaceholderAPIConfig().booleanFalse();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the configurable {@linkplain SimpleDateFormat} object that is used to parse time for
|
|
||||||
* generic time based placeholders
|
|
||||||
*
|
|
||||||
* @return date format
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public static SimpleDateFormat getDateFormat() {
|
|
||||||
try {
|
|
||||||
return new SimpleDateFormat(getInstance().getPlaceholderAPIConfig().dateFormat());
|
|
||||||
} catch (final IllegalArgumentException ex) {
|
|
||||||
Msg.warn("Configured date format ('%s') is invalid! Defaulting to 'MM/dd/yy HH:mm:ss'",
|
|
||||||
ex, getInstance().getPlaceholderAPIConfig().dateFormat());
|
|
||||||
return new SimpleDateFormat("MM/dd/yy HH:mm:ss");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public static Version getServerVersion() {
|
|
||||||
return VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onLoad() {
|
|
||||||
instance = this;
|
|
||||||
|
|
||||||
saveDefaultConfig();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onEnable() {
|
|
||||||
setupCommand();
|
|
||||||
setupMetrics();
|
|
||||||
setupExpansions();
|
|
||||||
|
|
||||||
adventure = BukkitAudiences.create(this);
|
|
||||||
|
|
||||||
if (config.isCloudEnabled()) {
|
|
||||||
getCloudExpansionManager().load();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (config.checkUpdates()) {
|
|
||||||
new UpdateChecker(this).fetch();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onDisable() {
|
|
||||||
getCloudExpansionManager().kill();
|
|
||||||
getLocalExpansionManager().kill();
|
|
||||||
|
|
||||||
HandlerList.unregisterAll(this);
|
|
||||||
|
|
||||||
Bukkit.getScheduler().cancelTasks(this);
|
|
||||||
|
|
||||||
adventure.close();
|
|
||||||
adventure = null;
|
|
||||||
|
|
||||||
instance = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void reloadConf(@NotNull final CommandSender sender) {
|
|
||||||
getLocalExpansionManager().kill();
|
|
||||||
|
|
||||||
reloadConfig();
|
|
||||||
|
|
||||||
getLocalExpansionManager().load(sender);
|
|
||||||
|
|
||||||
if (config.isCloudEnabled()) {
|
|
||||||
getCloudExpansionManager().load();
|
|
||||||
} else {
|
|
||||||
getCloudExpansionManager().kill();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public LocalExpansionManager getLocalExpansionManager() {
|
|
||||||
return localExpansionManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public CloudExpansionManager getCloudExpansionManager() {
|
|
||||||
return cloudExpansionManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public BukkitAudiences getAdventure() {
|
|
||||||
if(adventure == null) {
|
|
||||||
throw new IllegalStateException("Tried to access Adventure when the plugin was disabled!");
|
|
||||||
}
|
|
||||||
|
|
||||||
return adventure;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Obtain the configuration class for PlaceholderAPI.
|
|
||||||
*
|
|
||||||
* @return PlaceholderAPIConfig instance
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public PlaceholderAPIConfig getPlaceholderAPIConfig() {
|
|
||||||
return config;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupCommand() {
|
|
||||||
final PluginCommand pluginCommand = getCommand("placeholderapi");
|
|
||||||
if (pluginCommand == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderCommandRouter router = new PlaceholderCommandRouter(this);
|
|
||||||
pluginCommand.setExecutor(router);
|
|
||||||
pluginCommand.setTabCompleter(router);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupMetrics() {
|
|
||||||
final Metrics metrics = new Metrics(this, 438);
|
|
||||||
metrics.addCustomChart(new SimplePie("using_expansion_cloud",
|
|
||||||
() -> getPlaceholderAPIConfig().isCloudEnabled() ? "yes" : "no"));
|
|
||||||
|
|
||||||
metrics.addCustomChart(new SimplePie("using_spigot", () -> getServerVersion().isSpigot() ? "yes" : "no"));
|
|
||||||
|
|
||||||
metrics.addCustomChart(new AdvancedPie("expansions_used", () -> {
|
|
||||||
final Map<String, Integer> values = new HashMap<>();
|
|
||||||
|
|
||||||
for (final PlaceholderExpansion expansion : getLocalExpansionManager().getExpansions()) {
|
|
||||||
values.put(expansion.getRequiredPlugin() == null ? expansion.getIdentifier()
|
|
||||||
: expansion.getRequiredPlugin(), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
return values;
|
|
||||||
}));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void setupExpansions() {
|
|
||||||
Bukkit.getPluginManager().registerEvents(getLocalExpansionManager(), this);
|
|
||||||
|
|
||||||
try {
|
|
||||||
Class.forName("org.bukkit.event.server.ServerLoadEvent");
|
|
||||||
new ServerLoadEventListener(this);
|
|
||||||
} catch (final ClassNotFoundException ignored) {
|
|
||||||
Bukkit.getScheduler()
|
|
||||||
.runTaskLater(this, () -> getLocalExpansionManager().load(Bukkit.getConsoleSender()), 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi;
|
|
||||||
|
|
||||||
import org.bukkit.OfflinePlayer;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
public abstract class PlaceholderHook {
|
|
||||||
@Nullable
|
|
||||||
public String onRequest(final OfflinePlayer player, @NotNull final String params) {
|
|
||||||
if (player != null && player.isOnline()) {
|
|
||||||
return onPlaceholderRequest(player.getPlayer(), params);
|
|
||||||
}
|
|
||||||
|
|
||||||
return onPlaceholderRequest(null, params);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public String onPlaceholderRequest(final Player player, @NotNull final String params) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,108 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
|
||||||
import com.google.common.collect.Sets;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public abstract class PlaceholderCommand {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final String label;
|
|
||||||
@NotNull
|
|
||||||
private final Set<String> alias;
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
private String permission;
|
|
||||||
|
|
||||||
|
|
||||||
protected PlaceholderCommand(@NotNull final String label, @NotNull final String... alias) {
|
|
||||||
this.label = label;
|
|
||||||
this.alias = Sets.newHashSet(alias);
|
|
||||||
|
|
||||||
setPermission("placeholderapi." + label);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static Stream<PlaceholderCommand> filterByPermission(@NotNull final CommandSender sender,
|
|
||||||
@NotNull final Stream<PlaceholderCommand> commands) {
|
|
||||||
return commands.filter(
|
|
||||||
target -> target.getPermission() == null || sender.hasPermission(target.getPermission()));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void suggestByParameter(@NotNull final Stream<String> possible,
|
|
||||||
@NotNull final List<String> suggestions, @Nullable final String parameter) {
|
|
||||||
if (parameter == null) {
|
|
||||||
possible.forEach(suggestions::add);
|
|
||||||
} else {
|
|
||||||
possible.filter(suggestion -> suggestion.toLowerCase(Locale.ROOT).startsWith(parameter.toLowerCase(Locale.ROOT)))
|
|
||||||
.forEach(suggestions::add);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public final String getLabel() {
|
|
||||||
return label;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public final Set<String> getAlias() {
|
|
||||||
return ImmutableSet.copyOf(alias);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public final Set<String> getLabels() {
|
|
||||||
return ImmutableSet.<String>builder().add(label).addAll(alias).build();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public final String getPermission() {
|
|
||||||
return permission;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setPermission(@NotNull final String permission) {
|
|
||||||
this.permission = permission;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableList;
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.impl.cloud.CommandECloud;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandDump;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandExpansionRegister;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandExpansionUnregister;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandHelp;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandInfo;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandList;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandParse;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandReload;
|
|
||||||
import me.clip.placeholderapi.commands.impl.local.CommandVersion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.Command;
|
|
||||||
import org.bukkit.command.CommandExecutor;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.command.TabCompleter;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class PlaceholderCommandRouter implements CommandExecutor, TabCompleter {
|
|
||||||
|
|
||||||
@Unmodifiable
|
|
||||||
private static final List<PlaceholderCommand> COMMANDS = ImmutableList.of(new CommandHelp(),
|
|
||||||
new CommandInfo(),
|
|
||||||
new CommandList(),
|
|
||||||
new CommandDump(),
|
|
||||||
new CommandECloud(),
|
|
||||||
new CommandParse(),
|
|
||||||
new CommandReload(),
|
|
||||||
new CommandVersion(),
|
|
||||||
new CommandExpansionRegister(),
|
|
||||||
new CommandExpansionUnregister());
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
private final Map<String, PlaceholderCommand> commands;
|
|
||||||
|
|
||||||
|
|
||||||
public PlaceholderCommandRouter(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
|
|
||||||
final ImmutableMap.Builder<String, PlaceholderCommand> commands = ImmutableMap.builder();
|
|
||||||
|
|
||||||
for (final PlaceholderCommand command : COMMANDS) {
|
|
||||||
command.getLabels().forEach(label -> commands.put(label, command));
|
|
||||||
}
|
|
||||||
|
|
||||||
this.commands = commands.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean onCommand(@NotNull final CommandSender sender, @NotNull final Command command,
|
|
||||||
@NotNull final String alias, @NotNull final String[] args) {
|
|
||||||
if (args.length == 0) {
|
|
||||||
final PlaceholderCommand fallback = commands.get("version");
|
|
||||||
if (fallback != null) {
|
|
||||||
fallback.evaluate(plugin, sender, "", Collections.emptyList());
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String search = args[0].toLowerCase(Locale.ROOT);
|
|
||||||
final PlaceholderCommand target = commands.get(search);
|
|
||||||
|
|
||||||
if (target == null) {
|
|
||||||
Msg.msg(sender, "&cUnknown command &7" + search);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String permission = target.getPermission();
|
|
||||||
if (permission != null && !permission.isEmpty() && !sender.hasPermission(permission)) {
|
|
||||||
Msg.msg(sender, "&cYou do not have permission to do this!");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
target
|
|
||||||
.evaluate(plugin, sender, search, Arrays.asList(Arrays.copyOfRange(args, 1, args.length)));
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<String> onTabComplete(@NotNull final CommandSender sender,
|
|
||||||
@NotNull final Command command, @NotNull final String alias, @NotNull final String[] args) {
|
|
||||||
final List<String> suggestions = new ArrayList<>();
|
|
||||||
|
|
||||||
if (args.length > 1) {
|
|
||||||
final PlaceholderCommand target = this.commands.get(args[0].toLowerCase(Locale.ROOT));
|
|
||||||
|
|
||||||
if (target != null) {
|
|
||||||
target.complete(plugin, sender, args[0].toLowerCase(Locale.ROOT),
|
|
||||||
Arrays.asList(Arrays.copyOfRange(args, 1, args.length)), suggestions);
|
|
||||||
}
|
|
||||||
|
|
||||||
return suggestions;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Stream<String> targets = PlaceholderCommand
|
|
||||||
.filterByPermission(sender, commands.values().stream()).map(PlaceholderCommand::getLabels)
|
|
||||||
.flatMap(Collection::stream);
|
|
||||||
PlaceholderCommand.suggestByParameter(targets, suggestions, args.length == 0 ? null : args[0]);
|
|
||||||
|
|
||||||
return suggestions;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,146 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableList;
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
public final class CommandECloud extends PlaceholderCommand {
|
|
||||||
|
|
||||||
@Unmodifiable
|
|
||||||
private static final List<PlaceholderCommand> COMMANDS = ImmutableList
|
|
||||||
.of(new CommandECloudClear(),
|
|
||||||
new CommandECloudStatus(),
|
|
||||||
new CommandECloudUpdate(),
|
|
||||||
new CommandECloudRefresh(),
|
|
||||||
new CommandECloudDownload(),
|
|
||||||
new CommandECloudExpansionInfo(),
|
|
||||||
new CommandECloudExpansionList(),
|
|
||||||
new CommandECloudExpansionPlaceholders());
|
|
||||||
|
|
||||||
static {
|
|
||||||
COMMANDS
|
|
||||||
.forEach(command -> command.setPermission("placeholderapi.ecloud." + command.getLabel()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
private final Map<String, PlaceholderCommand> commands;
|
|
||||||
|
|
||||||
|
|
||||||
public CommandECloud() {
|
|
||||||
super("ecloud");
|
|
||||||
|
|
||||||
final ImmutableMap.Builder<String, PlaceholderCommand> commands = ImmutableMap.builder();
|
|
||||||
|
|
||||||
for (final PlaceholderCommand command : COMMANDS) {
|
|
||||||
command.getLabels().forEach(label -> commands.put(label, command));
|
|
||||||
}
|
|
||||||
|
|
||||||
this.commands = commands.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
|
|
||||||
" ",
|
|
||||||
"&b/papi &fecloud status",
|
|
||||||
" &7&oView status of the eCloud",
|
|
||||||
"&b/papi &fecloud list <all/{author}/installed> {page}",
|
|
||||||
" &7&oList all/author specific available expansions",
|
|
||||||
"&b/papi &fecloud info <expansion name> {version}",
|
|
||||||
" &7&oView information about a specific expansion available on the eCloud",
|
|
||||||
"&b/papi &fecloud placeholders <expansion name>",
|
|
||||||
" &7&oView placeholders for an expansion",
|
|
||||||
"&b/papi &fecloud download <expansion name> {version}",
|
|
||||||
" &7&oDownload an expansion from the eCloud",
|
|
||||||
"&b/papi &fecloud update <expansion name/all>",
|
|
||||||
" &7&oUpdate a specific/all installed expansions",
|
|
||||||
"&b/papi &fecloud refresh",
|
|
||||||
" &7&oFetch the most up to date list of expansions available.",
|
|
||||||
"&b/papi &fecloud clear",
|
|
||||||
" &7&oClear the expansion cloud cache.");
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String search = params.get(0).toLowerCase(Locale.ROOT);
|
|
||||||
final PlaceholderCommand target = commands.get(search);
|
|
||||||
|
|
||||||
if (target == null) {
|
|
||||||
Msg.msg(sender, "&cUnknown command &7ecloud " + search);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String permission = target.getPermission();
|
|
||||||
if (permission != null && !permission.isEmpty() && !sender.hasPermission(permission)) {
|
|
||||||
Msg.msg(sender, "&cYou do not have permission to do this!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!plugin.getPlaceholderAPIConfig().isCloudEnabled()) {
|
|
||||||
Msg.msg(sender, "&cThe eCloud Manager is not enabled! To enable it, set 'cloud_enabled' to true and reload the plugin.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
target.evaluate(plugin, sender, search, params.subList(1, params.size()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() <= 1) {
|
|
||||||
final Stream<String> targets = filterByPermission(sender, commands.values().stream())
|
|
||||||
.map(PlaceholderCommand::getLabels).flatMap(Collection::stream);
|
|
||||||
suggestByParameter(targets, suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
|
|
||||||
return; // send sub commands
|
|
||||||
}
|
|
||||||
|
|
||||||
final String search = params.get(0).toLowerCase(Locale.ROOT);
|
|
||||||
final PlaceholderCommand target = commands.get(search);
|
|
||||||
|
|
||||||
if (target == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
target.complete(plugin, sender, search, params.subList(1, params.size()), suggestions);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudClear extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudClear() {
|
|
||||||
super("clear");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
plugin.getCloudExpansionManager().clean();
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aThe eCloud cache has been cleared!");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,139 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudDownload extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudDownload() {
|
|
||||||
super("download");
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean isBlockedExpansion(String name) {
|
|
||||||
String env = System.getenv("PAPI_BLOCKED_EXPANSIONS");
|
|
||||||
if (env == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return Arrays.stream(env.split(","))
|
|
||||||
.anyMatch(s -> s.equalsIgnoreCase(name));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must supply the name of an expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isBlockedExpansion(params.get(0))) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThis expansion can't be downloaded.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final CloudExpansion expansion = plugin.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(params.get(0)).orElse(null);
|
|
||||||
if (expansion == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to find an expansion named: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!expansion.isVerified()) {
|
|
||||||
Msg.msg(sender, "&cThe expansion '&f" + params.get(0) + "&c' is not verified and can only be downloaded manually from &fhttps://placeholderapi.com/ecloud");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final CloudExpansion.Version version;
|
|
||||||
if (params.size() < 2) {
|
|
||||||
version = expansion.getVersion(expansion.getLatestVersion());
|
|
||||||
if (version == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cCould not find latest version for expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
version = expansion.getVersion(params.get(1));
|
|
||||||
if (version == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cCould not find specified version: &f" + params.get(1),
|
|
||||||
"&7Available versions: &f" + expansion.getAvailableVersions());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
plugin.getCloudExpansionManager().downloadExpansion(expansion, version)
|
|
||||||
.whenComplete((file, exception) -> {
|
|
||||||
if (exception != null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to download expansion: &f" + exception.getMessage());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aSuccessfully downloaded expansion &f" + expansion.getName() + " [" + version
|
|
||||||
.getVersion() + "] &ato file: &f" + file.getName(),
|
|
||||||
"&aMake sure to type &f/papi reload &ato enable your new expansion!");
|
|
||||||
|
|
||||||
plugin.getCloudExpansionManager().load();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 2) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (params.size() <= 1) {
|
|
||||||
final Stream<String> names = plugin.getCloudExpansionManager().getCloudExpansions().values()
|
|
||||||
.stream().map(CloudExpansion::getName).map(name -> name.replace(' ', '_'));
|
|
||||||
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Optional<CloudExpansion> expansion = plugin.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(params.get(0));
|
|
||||||
if (!expansion.isPresent()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(expansion.get().getAvailableVersions().stream(), suggestions, params.get(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,129 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudExpansionInfo extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudExpansionInfo() {
|
|
||||||
super("info");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify the name of the expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final CloudExpansion expansion = plugin.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(params.get(0)).orElse(null);
|
|
||||||
if (expansion == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThere is no expansion with the name: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
|
|
||||||
builder.append("&bExpansion: &f")
|
|
||||||
.append(expansion.shouldUpdate() ? "&e" : "&a")
|
|
||||||
.append(expansion.getName())
|
|
||||||
.append('\n')
|
|
||||||
.append("&bAuthor: &f")
|
|
||||||
.append(expansion.getAuthor())
|
|
||||||
.append('\n')
|
|
||||||
.append("&bVerified: ")
|
|
||||||
.append(expansion.isVerified() ? "&a&l✔" : "&c&l❌")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
if (params.size() < 2) {
|
|
||||||
builder.append("&bLatest Version: &f")
|
|
||||||
.append(expansion.getLatestVersion())
|
|
||||||
.append('\n')
|
|
||||||
.append("&bReleased: &f")
|
|
||||||
.append(expansion.getTimeSinceLastUpdate())
|
|
||||||
.append(" ago")
|
|
||||||
.append('\n')
|
|
||||||
.append("&bRelease Notes: &f")
|
|
||||||
.append(expansion.getVersion().getReleaseNotes())
|
|
||||||
.append('\n');
|
|
||||||
} else {
|
|
||||||
final CloudExpansion.Version version = expansion.getVersion(params.get(1));
|
|
||||||
if (version == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cCould not find specified version: &f" + params.get(1),
|
|
||||||
"&aVersions: &f" + expansion.getAvailableVersions());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append("&bVersion: &f")
|
|
||||||
.append(version.getVersion())
|
|
||||||
.append('\n')
|
|
||||||
.append("&bRelease Notes: &f")
|
|
||||||
.append(version.getReleaseNotes())
|
|
||||||
.append('\n')
|
|
||||||
.append("&bDownload URL: &f")
|
|
||||||
.append(version.getUrl())
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 2) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (params.size() <= 1) {
|
|
||||||
final Stream<String> names = plugin.getCloudExpansionManager().getCloudExpansions().values()
|
|
||||||
.stream().map(CloudExpansion::getName).map(name -> name.replace(' ', '_'));
|
|
||||||
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Optional<CloudExpansion> expansion = plugin.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(params.get(0));
|
|
||||||
if (!expansion.isPresent()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(expansion.get().getAvailableVersions().stream(), suggestions, params.get(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,352 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import com.google.common.base.Strings;
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import com.google.common.collect.Sets;
|
|
||||||
import com.google.common.primitives.Ints;
|
|
||||||
import java.text.SimpleDateFormat;
|
|
||||||
import java.util.*;
|
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
|
||||||
import java.util.function.Function;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import java.util.stream.IntStream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.configuration.ExpansionSort;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Format;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import net.kyori.adventure.text.TextComponent;
|
|
||||||
import net.kyori.adventure.text.event.ClickEvent;
|
|
||||||
import net.kyori.adventure.text.event.HoverEvent;
|
|
||||||
import net.kyori.adventure.text.format.NamedTextColor;
|
|
||||||
import net.kyori.adventure.text.format.TextDecoration;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
import static net.kyori.adventure.text.Component.*;
|
|
||||||
import static net.kyori.adventure.text.format.NamedTextColor.*;
|
|
||||||
|
|
||||||
public final class CommandECloudExpansionList extends PlaceholderCommand {
|
|
||||||
|
|
||||||
private static final int PAGE_SIZE = 10;
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final Function<CloudExpansion, Object> EXPANSION_NAME =
|
|
||||||
expansion -> (expansion.shouldUpdate() ? "&6" : expansion.hasExpansion() ? "&a" : "&7")
|
|
||||||
+ expansion.getName();
|
|
||||||
@NotNull
|
|
||||||
private static final Function<CloudExpansion, Object> EXPANSION_AUTHOR =
|
|
||||||
expansion -> "&f" + expansion.getAuthor();
|
|
||||||
@NotNull
|
|
||||||
private static final Function<CloudExpansion, Object> EXPANSION_VERIFIED =
|
|
||||||
expansion -> expansion.isVerified() ? "&aY" : "&cN";
|
|
||||||
@NotNull
|
|
||||||
private static final Function<CloudExpansion, Object> EXPANSION_LATEST_VERSION =
|
|
||||||
expansion -> "&f" + expansion.getLatestVersion();
|
|
||||||
@NotNull
|
|
||||||
private static final Function<CloudExpansion, Object> EXPANSION_CURRENT_VERSION =
|
|
||||||
expansion -> "&f" + PlaceholderAPIPlugin.getInstance().getLocalExpansionManager()
|
|
||||||
.findExpansionByName(expansion.getName()).map(PlaceholderExpansion::getVersion)
|
|
||||||
.orElse("Unknown");
|
|
||||||
|
|
||||||
|
|
||||||
@Unmodifiable
|
|
||||||
private static final Set<String> OPTIONS = ImmutableSet.of("all", "installed");
|
|
||||||
|
|
||||||
|
|
||||||
public CommandECloudExpansionList() {
|
|
||||||
super("list");
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static Collection<CloudExpansion> getExpansions(@NotNull final String target,
|
|
||||||
@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
switch (target.toLowerCase(Locale.ROOT)) {
|
|
||||||
case "all":
|
|
||||||
return plugin.getCloudExpansionManager().getCloudExpansions().values();
|
|
||||||
case "installed":
|
|
||||||
return plugin.getCloudExpansionManager().getCloudExpansionsInstalled().values();
|
|
||||||
default:
|
|
||||||
return plugin.getCloudExpansionManager().getCloudExpansionsByAuthor(target).values();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static List<CloudExpansion> getPage(@NotNull final List<CloudExpansion> expansions,
|
|
||||||
final int page) {
|
|
||||||
final int head = (page * PAGE_SIZE);
|
|
||||||
final int tail = Math.min(expansions.size(), head + PAGE_SIZE);
|
|
||||||
|
|
||||||
if (expansions.size() < head) {
|
|
||||||
return Collections.emptyList();
|
|
||||||
}
|
|
||||||
|
|
||||||
return expansions.subList(head, tail);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void addExpansionTitle(@NotNull final StringBuilder builder,
|
|
||||||
@NotNull final String target, final int page) {
|
|
||||||
switch (target.toLowerCase(Locale.ROOT)) {
|
|
||||||
case "all":
|
|
||||||
builder.append("&bAll Expansions");
|
|
||||||
break;
|
|
||||||
case "installed":
|
|
||||||
builder.append("&bInstalled Expansions");
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
builder.append("&bExpansions by &f")
|
|
||||||
.append(target);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (page == -1) {
|
|
||||||
builder.append('\n');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append(" &bPage&7: &a")
|
|
||||||
.append(page)
|
|
||||||
.append("&r");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static Component getMessage(@NotNull final List<CloudExpansion> expansions,
|
|
||||||
final int page, final int limit, @NotNull final String target) {
|
|
||||||
final SimpleDateFormat format = PlaceholderAPIPlugin.getDateFormat();
|
|
||||||
|
|
||||||
final TextComponent.Builder message = text();
|
|
||||||
|
|
||||||
for (int index = 0; index < expansions.size(); index++) {
|
|
||||||
final CloudExpansion expansion = expansions.get(index);
|
|
||||||
final TextComponent.Builder line = text();
|
|
||||||
|
|
||||||
final int expansionNumber = index + ((page - 1) * PAGE_SIZE) + 1;
|
|
||||||
line.append(text(expansionNumber + ". ", DARK_GRAY));
|
|
||||||
|
|
||||||
final NamedTextColor expansionColour;
|
|
||||||
|
|
||||||
if (expansion.shouldUpdate()) {
|
|
||||||
expansionColour = GOLD;
|
|
||||||
} else {
|
|
||||||
if (expansion.hasExpansion()) {
|
|
||||||
expansionColour = GREEN;
|
|
||||||
} else {
|
|
||||||
expansionColour = GRAY;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
line.append(text(expansion.getName(), expansionColour));
|
|
||||||
|
|
||||||
line.clickEvent(ClickEvent.suggestCommand("/papi ecloud download " + expansion.getName()));
|
|
||||||
|
|
||||||
final TextComponent.Builder hoverText = text("Click to download this expansion!", AQUA)
|
|
||||||
.append(newline()).append(newline())
|
|
||||||
.append(text("Author: ", AQUA)).append(text(expansion.getAuthor(), WHITE))
|
|
||||||
.append(newline())
|
|
||||||
.append(text("Verified: ", AQUA)).append(text(expansion.isVerified() ? "✔" : "❌", expansion.isVerified() ? GREEN : RED, TextDecoration.BOLD))
|
|
||||||
.append(newline())
|
|
||||||
.append(text("Released: ", AQUA)).append(text(format.format(expansion.getLastUpdate()), WHITE))
|
|
||||||
.toBuilder();
|
|
||||||
|
|
||||||
Optional.ofNullable(expansion.getDescription())
|
|
||||||
.filter(description -> !description.isEmpty())
|
|
||||||
.ifPresent(description -> hoverText.append(newline()).append(newline())
|
|
||||||
.append(text(description.replace("\r", "").trim(), WHITE))
|
|
||||||
);
|
|
||||||
|
|
||||||
line.hoverEvent(HoverEvent.showText(hoverText.build()));
|
|
||||||
|
|
||||||
if (index != expansions.size() - 1) {
|
|
||||||
line.append(newline());
|
|
||||||
}
|
|
||||||
|
|
||||||
message.append(line.build());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (limit > 1) {
|
|
||||||
message.append(newline());
|
|
||||||
|
|
||||||
final TextComponent.Builder left = text("◀", page > 1 ? GRAY : DARK_GRAY).toBuilder();
|
|
||||||
|
|
||||||
if (page > 1) {
|
|
||||||
left.clickEvent(ClickEvent.runCommand("/papi ecloud list " + target + " " + (page - 1)));
|
|
||||||
}
|
|
||||||
|
|
||||||
final TextComponent.Builder right = text("▶", page < limit ? GRAY : DARK_GRAY).toBuilder();
|
|
||||||
|
|
||||||
if (page < limit) {
|
|
||||||
right.clickEvent(ClickEvent.runCommand("/papi ecloud list " + target + " " + (page + 1)));
|
|
||||||
}
|
|
||||||
|
|
||||||
message.append(left, text(" " + page + " ", GREEN), right);
|
|
||||||
}
|
|
||||||
|
|
||||||
return message.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void addExpansionTable(@NotNull final List<CloudExpansion> expansions,
|
|
||||||
@NotNull final StringBuilder message, final int startIndex,
|
|
||||||
@NotNull final String versionTitle,
|
|
||||||
@NotNull final Function<CloudExpansion, Object> versionFunction) {
|
|
||||||
final Map<String, Function<CloudExpansion, Object>> functions = new LinkedHashMap<>();
|
|
||||||
|
|
||||||
final AtomicInteger counter = new AtomicInteger(startIndex);
|
|
||||||
functions.put("&f", expansion -> "&8" + counter.getAndIncrement() + ".");
|
|
||||||
|
|
||||||
functions.put("&9Name", EXPANSION_NAME);
|
|
||||||
functions.put("&9Author", EXPANSION_AUTHOR);
|
|
||||||
functions.put("&9Verified", EXPANSION_VERIFIED);
|
|
||||||
functions.put(versionTitle, versionFunction);
|
|
||||||
|
|
||||||
final List<List<String>> rows = new ArrayList<>();
|
|
||||||
|
|
||||||
rows.add(0, new ArrayList<>(functions.keySet()));
|
|
||||||
|
|
||||||
for (final CloudExpansion expansion : expansions) {
|
|
||||||
rows.add(functions.values().stream().map(function -> function.apply(expansion))
|
|
||||||
.map(Objects::toString).collect(Collectors.toList()));
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<String> table = Format.tablify(Format.Align.LEFT, rows)
|
|
||||||
.orElse(Collections.emptyList());
|
|
||||||
if (table.isEmpty()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.add(1, "&8" + Strings.repeat("-", table.get(0).length() - (rows.get(0).size() * 2)));
|
|
||||||
|
|
||||||
message.append(String.join("\n", table));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify an option. [all, {author}, installed]");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final boolean installed = params.get(0).equalsIgnoreCase("installed");
|
|
||||||
final List<CloudExpansion> expansions = Lists
|
|
||||||
.newArrayList(getExpansions(params.get(0), plugin));
|
|
||||||
|
|
||||||
if (expansions.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cNo expansions available to list.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
expansions
|
|
||||||
.sort(plugin.getPlaceholderAPIConfig().getExpansionSort().orElse(ExpansionSort.LATEST));
|
|
||||||
|
|
||||||
if (!(sender instanceof Player) && params.size() < 2) {
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
|
|
||||||
addExpansionTitle(builder, params.get(0), -1);
|
|
||||||
addExpansionTable(expansions,
|
|
||||||
builder,
|
|
||||||
1,
|
|
||||||
installed ? "&9Version" : "&9Latest Version",
|
|
||||||
installed ? EXPANSION_CURRENT_VERSION : EXPANSION_LATEST_VERSION);
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final int page;
|
|
||||||
|
|
||||||
if (params.size() < 2) {
|
|
||||||
page = 1;
|
|
||||||
} else {
|
|
||||||
//noinspection UnstableApiUsage
|
|
||||||
final Integer parsed = Ints.tryParse(params.get(1));
|
|
||||||
if (parsed == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cPage number must be an integer.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final int limit = (int) Math.ceil((double) expansions.size() / PAGE_SIZE);
|
|
||||||
|
|
||||||
if (parsed < 1 || parsed > limit) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cPage number must be in the range &8[&a1&7..&a" + limit + "&8]");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
page = parsed;
|
|
||||||
}
|
|
||||||
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
final List<CloudExpansion> values = getPage(expansions, page - 1);
|
|
||||||
|
|
||||||
addExpansionTitle(builder, params.get(0), page);
|
|
||||||
|
|
||||||
if (!(sender instanceof Player)) {
|
|
||||||
addExpansionTable(values,
|
|
||||||
builder,
|
|
||||||
((page - 1) * PAGE_SIZE) + 1,
|
|
||||||
installed ? "&9Version" : "&9Latest Version",
|
|
||||||
installed ? EXPANSION_CURRENT_VERSION : EXPANSION_LATEST_VERSION);
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
|
|
||||||
final int limit = (int) Math.ceil((double) expansions.size() / PAGE_SIZE);
|
|
||||||
|
|
||||||
final Component message = getMessage(values, page, limit, params.get(0));
|
|
||||||
plugin.getAdventure().player((Player) sender).sendMessage(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 2) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (params.size() <= 1) {
|
|
||||||
suggestByParameter(
|
|
||||||
Sets.union(OPTIONS, plugin.getCloudExpansionManager().getCloudExpansionAuthors())
|
|
||||||
.stream(), suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(IntStream.rangeClosed(1,
|
|
||||||
(int) Math.ceil((double) getExpansions(params.get(0), plugin).size() / PAGE_SIZE))
|
|
||||||
.mapToObj(Objects::toString), suggestions, params.get(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,94 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudExpansionPlaceholders extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudExpansionPlaceholders() {
|
|
||||||
super("placeholders");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify the name of the expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final CloudExpansion expansion = plugin.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(params.get(0)).orElse(null);
|
|
||||||
if (expansion == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThere is no expansion with the name: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<String> placeholders = expansion.getPlaceholders();
|
|
||||||
if (placeholders == null || placeholders.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThe expansion specified does not have placeholders listed.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<List<String>> partitions = Lists
|
|
||||||
.partition(placeholders.stream().sorted().collect(Collectors.toList()), 10);
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&6" + placeholders.size() + "&7 placeholders: &a",
|
|
||||||
partitions.stream().map(partition -> String.join(", ", partition))
|
|
||||||
.collect(Collectors.joining("\n")));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 1) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Stream<String> names = plugin.getCloudExpansionManager()
|
|
||||||
.getCloudExpansions()
|
|
||||||
.values()
|
|
||||||
.stream()
|
|
||||||
.map(CloudExpansion::getName)
|
|
||||||
.map(name -> name.replace(' ', '_'));
|
|
||||||
|
|
||||||
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudRefresh extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudRefresh() {
|
|
||||||
super("refresh");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
plugin.getCloudExpansionManager().load();
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aThe eCloud manager has been refreshed!");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.manager.CloudExpansionManager;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandECloudStatus extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudStatus() {
|
|
||||||
super("status");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
final CloudExpansionManager manager = plugin.getCloudExpansionManager();
|
|
||||||
|
|
||||||
final int updateCount = manager.getCloudUpdateCount();
|
|
||||||
final int authorCount = manager.getCloudExpansionAuthorCount();
|
|
||||||
final int expansionCount = manager.getCloudExpansions().size();
|
|
||||||
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
|
|
||||||
builder.append("&bThere are &a").append(expansionCount)
|
|
||||||
.append("&b expansions available on the eCloud.").append('\n');
|
|
||||||
builder.append("&7A total of &f").append(authorCount)
|
|
||||||
.append("&7 authors have contributed to the eCloud.").append('\n');
|
|
||||||
|
|
||||||
if (updateCount > 0) {
|
|
||||||
builder.append("&eYou have &f").append(updateCount)
|
|
||||||
.append(updateCount > 1 ? "&e expansions" : "&e expansion").append(" installed that ")
|
|
||||||
.append(updateCount > 1 ? "have an" : "has an").append(" update available.");
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,141 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.cloud;
|
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Objects;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Futures;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* please don't flame me for this code, I will fix this shit later.
|
|
||||||
*/
|
|
||||||
public final class CommandECloudUpdate extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandECloudUpdate() {
|
|
||||||
super("update");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static CompletableFuture<List<@Nullable Class<? extends PlaceholderExpansion>>> downloadAndDiscover(
|
|
||||||
@NotNull final List<CloudExpansion> expansions, @NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
return expansions.stream()
|
|
||||||
.map(expansion -> plugin.getCloudExpansionManager()
|
|
||||||
.downloadExpansion(expansion, expansion.getVersion()))
|
|
||||||
.map(future -> future.thenCompose(plugin.getLocalExpansionManager()::findExpansionInFile))
|
|
||||||
.collect(Futures.collector());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must define 'all' or the name of an expansion to update.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final boolean multiple = params.get(0).equalsIgnoreCase("all");
|
|
||||||
final List<CloudExpansion> expansions = new ArrayList<>();
|
|
||||||
|
|
||||||
// gather target expansions
|
|
||||||
if (multiple) {
|
|
||||||
expansions.addAll(plugin.getCloudExpansionManager().getCloudExpansionsInstalled().values());
|
|
||||||
} else {
|
|
||||||
plugin.getCloudExpansionManager().findCloudExpansionByName(params.get(0))
|
|
||||||
.ifPresent(expansions::add);
|
|
||||||
}
|
|
||||||
|
|
||||||
// remove the ones that are the latest version
|
|
||||||
expansions.removeIf(expansion -> !expansion.shouldUpdate());
|
|
||||||
|
|
||||||
if (expansions.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cNo updates available for " + (!multiple ? "this expansion."
|
|
||||||
: "your active expansions."));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aUpdating expansions: " + expansions.stream().map(CloudExpansion::getName)
|
|
||||||
.collect(Collectors.joining("&7, &6", "&8[&6", "&8]&r")));
|
|
||||||
|
|
||||||
Futures.onMainThread(plugin, downloadAndDiscover(expansions, plugin), (classes, exception) -> {
|
|
||||||
if (exception != null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to update expansions: &e" + exception.getMessage());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aSuccessfully downloaded updates, registering new versions.");
|
|
||||||
|
|
||||||
final String message = classes.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.map(plugin.getLocalExpansionManager()::register)
|
|
||||||
.filter(Optional::isPresent)
|
|
||||||
.map(Optional::get)
|
|
||||||
.map(expansion -> " &a" + expansion.getName() + " &f" + expansion.getVersion())
|
|
||||||
.collect(Collectors.joining("\n"));
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&7Registered expansions:", message);
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 1) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<CloudExpansion> installed = Lists
|
|
||||||
.newArrayList(plugin.getCloudExpansionManager().getCloudExpansionsInstalled().values());
|
|
||||||
installed.removeIf(expansion -> !expansion.shouldUpdate());
|
|
||||||
|
|
||||||
if (!installed.isEmpty() && (params.isEmpty() || "all"
|
|
||||||
.startsWith(params.get(0).toLowerCase(Locale.ROOT)))) {
|
|
||||||
suggestions.add("all");
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(
|
|
||||||
installed.stream().map(CloudExpansion::getName).map(name -> name.replace(" ", "_")),
|
|
||||||
suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,213 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import com.google.common.io.CharStreams;
|
|
||||||
import com.google.gson.Gson;
|
|
||||||
import com.google.gson.JsonObject;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.plugin.Plugin;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.net.HttpURLConnection;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.nio.charset.StandardCharsets;
|
|
||||||
import java.time.Instant;
|
|
||||||
import java.time.ZoneId;
|
|
||||||
import java.time.format.DateTimeFormatter;
|
|
||||||
import java.time.format.FormatStyle;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.concurrent.CompletionException;
|
|
||||||
import java.util.logging.Level;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
|
|
||||||
public final class CommandDump extends PlaceholderCommand {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final String URL = "https://paste.helpch.at/";
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final Gson gson = new Gson();
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final DateTimeFormatter DATE_FORMAT = DateTimeFormatter
|
|
||||||
.ofLocalizedDateTime(FormatStyle.LONG)
|
|
||||||
.withLocale(Locale.US)
|
|
||||||
.withZone(ZoneId.of("UTC"));
|
|
||||||
|
|
||||||
|
|
||||||
public CommandDump() {
|
|
||||||
super("dump");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
postDump(makeDump(plugin)).whenComplete((key, exception) -> {
|
|
||||||
if (exception != null) {
|
|
||||||
plugin.getLogger().log(Level.WARNING, "failed to post dump details", exception);
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to post dump details, check console.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aSuccessfully posted dump: " + URL + key);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private CompletableFuture<String> postDump(@NotNull final String dump) {
|
|
||||||
return CompletableFuture.supplyAsync(() -> {
|
|
||||||
try {
|
|
||||||
final HttpURLConnection connection = ((HttpURLConnection) new URL(URL + "documents")
|
|
||||||
.openConnection());
|
|
||||||
connection.setRequestMethod("POST");
|
|
||||||
connection.setRequestProperty("Content-Type", "text/plain; charset=utf-8");
|
|
||||||
connection.setDoOutput(true);
|
|
||||||
|
|
||||||
connection.connect();
|
|
||||||
|
|
||||||
try (final OutputStream stream = connection.getOutputStream()) {
|
|
||||||
stream.write(dump.getBytes(StandardCharsets.UTF_8));
|
|
||||||
}
|
|
||||||
|
|
||||||
try (final InputStream stream = connection.getInputStream()) {
|
|
||||||
final String json = CharStreams.toString(new InputStreamReader(stream, StandardCharsets.UTF_8));
|
|
||||||
return gson.fromJson(json, JsonObject.class).get("key").getAsString();
|
|
||||||
}
|
|
||||||
} catch (final IOException ex) {
|
|
||||||
throw new CompletionException(ex);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private String makeDump(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
|
|
||||||
builder.append("Generated: ")
|
|
||||||
.append(DATE_FORMAT.format(Instant.now()))
|
|
||||||
.append("\n\n");
|
|
||||||
|
|
||||||
builder.append("PlaceholderAPI: ")
|
|
||||||
.append(plugin.getDescription().getVersion())
|
|
||||||
.append("\n\n");
|
|
||||||
|
|
||||||
builder.append("Expansions Registered:")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
final List<PlaceholderExpansion> expansions = plugin.getLocalExpansionManager()
|
|
||||||
.getExpansions()
|
|
||||||
.stream()
|
|
||||||
.sorted(
|
|
||||||
Comparator.comparing(PlaceholderExpansion::getIdentifier)
|
|
||||||
.thenComparing(PlaceholderExpansion::getAuthor)
|
|
||||||
)
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
int size = expansions.stream().map(e -> e.getIdentifier().length())
|
|
||||||
.max(Integer::compareTo)
|
|
||||||
.orElse(0);
|
|
||||||
|
|
||||||
for (final PlaceholderExpansion expansion : expansions) {
|
|
||||||
builder.append(" ")
|
|
||||||
.append(String.format("%-" + size + "s", expansion.getIdentifier()))
|
|
||||||
.append(" [Author: ")
|
|
||||||
.append(expansion.getAuthor())
|
|
||||||
.append(", Version: ")
|
|
||||||
.append(expansion.getVersion())
|
|
||||||
.append("]\n");
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append('\n');
|
|
||||||
|
|
||||||
builder.append("Expansions Directory:")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
final String[] jars = plugin.getLocalExpansionManager()
|
|
||||||
.getExpansionsFolder()
|
|
||||||
.list((dir, name) -> name.toLowerCase(Locale.ROOT).endsWith(".jar"));
|
|
||||||
|
|
||||||
|
|
||||||
if (jars == null) {
|
|
||||||
builder.append(" ¨[Warning]: Could not load jar files from expansions folder.");
|
|
||||||
} else {
|
|
||||||
for (final String jar : jars) {
|
|
||||||
builder.append(" ")
|
|
||||||
.append(jar)
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append('\n');
|
|
||||||
|
|
||||||
builder.append("Server Info: ")
|
|
||||||
.append(plugin.getServer().getBukkitVersion())
|
|
||||||
.append('/')
|
|
||||||
.append(plugin.getServer().getVersion())
|
|
||||||
.append("\n");
|
|
||||||
|
|
||||||
builder.append("Java Version: ")
|
|
||||||
.append(System.getProperty("java.version"))
|
|
||||||
.append("\n\n");
|
|
||||||
|
|
||||||
builder.append("Plugin Info:")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
List<Plugin> plugins = Arrays.stream(plugin.getServer().getPluginManager().getPlugins())
|
|
||||||
.sorted(Comparator.comparing(Plugin::getName))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
size = plugins.stream().map(pl -> pl.getName().length())
|
|
||||||
.max(Integer::compareTo)
|
|
||||||
.orElse(0);
|
|
||||||
|
|
||||||
for (final Plugin other : plugins) {
|
|
||||||
builder.append(" ")
|
|
||||||
.append(String.format("%-" + size + "s", other.getName()))
|
|
||||||
.append(" [Authors: [")
|
|
||||||
.append(String.join(", ", other.getDescription().getAuthors()))
|
|
||||||
.append("], Version: ")
|
|
||||||
.append(other.getDescription().getVersion())
|
|
||||||
.append("]")
|
|
||||||
.append("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
return builder.toString();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,110 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.logging.Level;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.manager.LocalExpansionManager;
|
|
||||||
import me.clip.placeholderapi.util.Futures;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandExpansionRegister extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandExpansionRegister() {
|
|
||||||
super("register");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.size() < 1) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify the name of an expansion file.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final LocalExpansionManager manager = plugin.getLocalExpansionManager();
|
|
||||||
|
|
||||||
final File file = new File(manager.getExpansionsFolder(), params.get(0));
|
|
||||||
if (!file.exists() || !file.getParentFile().equals(manager.getExpansionsFolder())) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThe file &f" + file.getName() + "&c doesn't exist!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Futures.onMainThread(plugin, manager.findExpansionInFile(file), (clazz, exception) -> {
|
|
||||||
if (exception != null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to find expansion in file: &f" + file);
|
|
||||||
|
|
||||||
plugin.getLogger()
|
|
||||||
.log(Level.WARNING, "failed to find expansion in file: " + file, exception);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (clazz == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cNo expansion class found in file: &f" + file);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Optional<PlaceholderExpansion> expansion = manager.register(clazz);
|
|
||||||
if (!expansion.isPresent()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cFailed to register expansion from &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&aSuccessfully registered expansion: &f" + expansion.get().getName());
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 1) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String[] fileNames = plugin.getLocalExpansionManager().getExpansionsFolder()
|
|
||||||
.list((dir, name) -> name.endsWith(".jar"));
|
|
||||||
if (fileNames == null || fileNames.length == 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(Arrays.stream(fileNames), suggestions,
|
|
||||||
params.isEmpty() ? null : params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPI;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandExpansionUnregister extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandExpansionUnregister() {
|
|
||||||
super("unregister");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify the name of the expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Optional<PlaceholderExpansion> expansion = plugin.getLocalExpansionManager()
|
|
||||||
.findExpansionByName(params.get(0));
|
|
||||||
if (!expansion.isPresent()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThere is no expansion loaded with the identifier: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String message = !expansion.get().unregister() ?
|
|
||||||
"&cFailed to unregister expansion: &f" :
|
|
||||||
"&aSuccessfully unregistered expansion: &f";
|
|
||||||
|
|
||||||
Msg.msg(sender, message + expansion.get().getName());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 1) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(PlaceholderAPI.getRegisteredIdentifiers().stream(), suggestions,
|
|
||||||
params.isEmpty() ? null : params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.plugin.PluginDescriptionFile;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandHelp extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandHelp() {
|
|
||||||
super("help");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
final PluginDescriptionFile description = plugin.getDescription();
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&b&lPlaceholderAPI &8- &7Help Menu &8- &7(&f" + description.getVersion() + "&7)",
|
|
||||||
" ",
|
|
||||||
"&b/papi &fbcparse &9<me|--null|player name> <message>",
|
|
||||||
" &7&oParse a message with placeholders and broadcast it",
|
|
||||||
"&b/papi &fcmdparse &9<me|player> <command with placeholders>",
|
|
||||||
" &7&oParse a message with relational placeholders",
|
|
||||||
"&b/papi &fdump",
|
|
||||||
" &7&oDump all relevant information needed to help debug issues into a paste link.",
|
|
||||||
"&b/papi &finfo &9<placeholder name>",
|
|
||||||
" &7&oView information for a specific expansion",
|
|
||||||
"&b/papi &flist",
|
|
||||||
" &7&oList active expansions",
|
|
||||||
"&b/papi &fparse &9<me|--null|player name> <message>",
|
|
||||||
" &7&oParse a message with placeholders",
|
|
||||||
"&b/papi &fparserel &9<player one> <player two> <message>",
|
|
||||||
" &7&oParse a message with relational placeholders",
|
|
||||||
"&b/papi &fregister &9<file name>",
|
|
||||||
" &7&oRegister an expansion by the name of the file",
|
|
||||||
"&b/papi &freload",
|
|
||||||
" &7&oReload the config of PAPI",
|
|
||||||
"&b/papi &funregister &9<expansion name>",
|
|
||||||
" &7&oUnregister an expansion by name",
|
|
||||||
"&b/papi &fversion",
|
|
||||||
" &7&oView plugin info/version");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,113 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPI;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandInfo extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandInfo() {
|
|
||||||
super("info");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.isEmpty()) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must specify the name of the expansion.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderExpansion expansion = plugin.getLocalExpansionManager()
|
|
||||||
.findExpansionByIdentifier(params.get(0)).orElse(null);
|
|
||||||
if (expansion == null) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cThere is no expansion loaded with the identifier: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final StringBuilder builder = new StringBuilder();
|
|
||||||
|
|
||||||
builder.append("&7Placeholder expansion info for: &r")
|
|
||||||
.append(expansion.getName())
|
|
||||||
.append('\n')
|
|
||||||
.append("&7Status: &r")
|
|
||||||
.append(expansion.isRegistered() ? "&aRegistered" : "7cNotRegistered")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
final String author = expansion.getAuthor();
|
|
||||||
if (author != null) {
|
|
||||||
builder.append("&7Author: &r")
|
|
||||||
.append(author)
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
|
|
||||||
final String version = expansion.getVersion();
|
|
||||||
if (version != null) {
|
|
||||||
builder.append("&7Version: &r")
|
|
||||||
.append(version)
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
|
|
||||||
final String requiredPlugin = expansion.getRequiredPlugin();
|
|
||||||
if (requiredPlugin != null) {
|
|
||||||
builder.append("&7Requires plugin: &r")
|
|
||||||
.append(requiredPlugin)
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<String> placeholders = expansion.getPlaceholders();
|
|
||||||
if (placeholders != null && !placeholders.isEmpty()) {
|
|
||||||
builder.append("&8&m-- &7Placeholders &8&m--&r")
|
|
||||||
.append('\n');
|
|
||||||
|
|
||||||
for (final String placeholder : placeholders) {
|
|
||||||
builder.append(placeholder)
|
|
||||||
.append('\n');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.msg(sender, builder.toString());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 1) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
suggestByParameter(PlaceholderAPI.getRegisteredIdentifiers().stream(), suggestions,
|
|
||||||
params.isEmpty() ? null : params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPI;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandList extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandList() {
|
|
||||||
super("list");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
final Set<String> identifiers = PlaceholderAPI.getRegisteredIdentifiers();
|
|
||||||
if (identifiers.isEmpty()) {
|
|
||||||
Msg.msg(sender, "&cThere are no placeholder hooks active!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<List<String>> partitions = Lists
|
|
||||||
.partition(identifiers.stream().sorted().collect(Collectors.toList()), 10);
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&7A total of &f" + identifiers.size() + "&7 placeholder hook(s) are active: &a",
|
|
||||||
partitions.stream().map(partition -> String.join("&7, &a", partition))
|
|
||||||
.collect(Collectors.joining("\n")));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,256 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPI;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.OfflinePlayer;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandParse extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandParse() {
|
|
||||||
super("parse", "bcparse", "parserel", "cmdparse");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
switch (alias.toLowerCase(Locale.ROOT)) {
|
|
||||||
case "parserel":
|
|
||||||
evaluateParseRelation(sender, params);
|
|
||||||
break;
|
|
||||||
case "parse":
|
|
||||||
evaluateParseSingular(sender, params, false, false);
|
|
||||||
break;
|
|
||||||
case "bcparse":
|
|
||||||
evaluateParseSingular(sender, params, true, false);
|
|
||||||
break;
|
|
||||||
case "cmdparse":
|
|
||||||
evaluateParseSingular(sender, params, false, true);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void complete(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
switch (alias.toLowerCase(Locale.ROOT)) {
|
|
||||||
case "parserel":
|
|
||||||
completeParseRelation(params, suggestions);
|
|
||||||
break;
|
|
||||||
case "parse":
|
|
||||||
case "bcparse":
|
|
||||||
case "cmdparse":
|
|
||||||
completeParseSingular(sender, params, suggestions);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void evaluateParseSingular(@NotNull final CommandSender sender,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, final boolean broadcast,
|
|
||||||
final boolean command) {
|
|
||||||
if (params.size() < 2) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must provide a target and message: &b/papi "
|
|
||||||
+ (command ? "cmdparse" : (broadcast ? "bcparse" : "parse"))
|
|
||||||
+ " &7{target} &a{message}");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
OfflinePlayer player;
|
|
||||||
|
|
||||||
if ("me".equalsIgnoreCase(params.get(0))) {
|
|
||||||
if (!(sender instanceof Player)) {
|
|
||||||
Msg.msg(sender, "&cYou must be a player to use &7me&c as a target!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
player = ((Player) sender);
|
|
||||||
} else if ("--null".equalsIgnoreCase(params.get(0))) {
|
|
||||||
player = null;
|
|
||||||
} else {
|
|
||||||
final OfflinePlayer target = resolvePlayer(params.get(0));
|
|
||||||
if (target == null) {
|
|
||||||
Msg.msg(sender, "&cFailed to find player: &7" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
player = target;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String message = PlaceholderAPI
|
|
||||||
.setPlaceholders(player, String.join(" ", params.subList(1, params.size())));
|
|
||||||
|
|
||||||
if (command) {
|
|
||||||
Bukkit.dispatchCommand(sender, message);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (broadcast) {
|
|
||||||
Bukkit.broadcastMessage(message);
|
|
||||||
} else {
|
|
||||||
sender.sendMessage(message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void evaluateParseRelation(@NotNull final CommandSender sender,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
if (params.size() < 3) {
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&cYou must supply two targets, and a message: &b/papi parserel &7{target one} "
|
|
||||||
+ "{target two} &a{message}");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
OfflinePlayer playerOne;
|
|
||||||
|
|
||||||
if ("me".equalsIgnoreCase(params.get(0))) {
|
|
||||||
if (!(sender instanceof Player)) {
|
|
||||||
Msg.msg(sender, "&cYou must be a player to use &7me&c as a target!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
playerOne = ((Player) sender);
|
|
||||||
} else {
|
|
||||||
playerOne = resolvePlayer(params.get(0));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (playerOne == null || !playerOne.isOnline()) {
|
|
||||||
Msg.msg(sender, "&cFailed to find player: &f" + params.get(0));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
OfflinePlayer playerTwo;
|
|
||||||
|
|
||||||
if ("me".equalsIgnoreCase(params.get(1))) {
|
|
||||||
if (!(sender instanceof Player)) {
|
|
||||||
Msg.msg(sender, "&cYou must be a player to use &7me&c as a target!");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
playerTwo = ((Player) sender);
|
|
||||||
} else {
|
|
||||||
playerTwo = resolvePlayer(params.get(1));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (playerTwo == null || !playerTwo.isOnline()) {
|
|
||||||
Msg.msg(sender, "&cFailed to find player: &f" + params.get(1));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String message = PlaceholderAPI
|
|
||||||
.setRelationalPlaceholders((Player) playerOne, (Player) playerTwo,
|
|
||||||
String.join(" ", params.subList(2, params.size())));
|
|
||||||
|
|
||||||
sender.sendMessage(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void completeParseSingular(@NotNull final CommandSender sender,
|
|
||||||
@NotNull @Unmodifiable final List<String> params, @NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() <= 1) {
|
|
||||||
if (sender instanceof Player && (params.isEmpty() || "me"
|
|
||||||
.startsWith(params.get(0).toLowerCase(Locale.ROOT)))) {
|
|
||||||
suggestions.add("me");
|
|
||||||
}
|
|
||||||
|
|
||||||
if ("--null".startsWith(params.get(0).toLowerCase(Locale.ROOT))) {
|
|
||||||
suggestions.add("--null");
|
|
||||||
}
|
|
||||||
|
|
||||||
final Stream<String> names = Bukkit.getOnlinePlayers().stream().map(Player::getName);
|
|
||||||
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(0));
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String name = params.get(params.size() - 1);
|
|
||||||
if (!name.startsWith("%") || name.endsWith("%")) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final int index = name.indexOf('_');
|
|
||||||
if (index == -1) {
|
|
||||||
return; // no arguments supplied yet
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderExpansion expansion = PlaceholderAPIPlugin.getInstance()
|
|
||||||
.getLocalExpansionManager().findExpansionByIdentifier(name.substring(1, index))
|
|
||||||
.orElse(null);
|
|
||||||
if (expansion == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Set<String> possible = new HashSet<>(expansion.getPlaceholders());
|
|
||||||
|
|
||||||
PlaceholderAPIPlugin.getInstance()
|
|
||||||
.getCloudExpansionManager()
|
|
||||||
.findCloudExpansionByName(expansion.getName())
|
|
||||||
.ifPresent(cloud -> possible.addAll(cloud.getPlaceholders()));
|
|
||||||
|
|
||||||
suggestByParameter(possible.stream(), suggestions, params.get(params.size() - 1));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void completeParseRelation(@NotNull @Unmodifiable final List<String> params,
|
|
||||||
@NotNull final List<String> suggestions) {
|
|
||||||
if (params.size() > 2) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final Stream<String> names = Bukkit.getOnlinePlayers().stream().map(Player::getName);
|
|
||||||
suggestByParameter(names, suggestions, params.isEmpty() ? null : params.get(params.size() - 1));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
private OfflinePlayer resolvePlayer(@NotNull final String name) {
|
|
||||||
OfflinePlayer target = Bukkit.getPlayerExact(name);
|
|
||||||
|
|
||||||
if (target == null) {
|
|
||||||
// Not the best option, but Spigot doesn't offer a good replacement (as usual)
|
|
||||||
target = Bukkit.getOfflinePlayer(name);
|
|
||||||
|
|
||||||
return target.hasPlayedBefore() ? target : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return target;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.commands.impl.local;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.commands.PlaceholderCommand;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.plugin.PluginDescriptionFile;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CommandVersion extends PlaceholderCommand {
|
|
||||||
|
|
||||||
public CommandVersion() {
|
|
||||||
super("version");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin,
|
|
||||||
@NotNull final CommandSender sender, @NotNull final String alias,
|
|
||||||
@NotNull @Unmodifiable final List<String> params) {
|
|
||||||
final PluginDescriptionFile description = plugin.getDescription();
|
|
||||||
|
|
||||||
Msg.msg(sender,
|
|
||||||
"&b&lPlaceholderAPI &7(&f" + description.getVersion() + "&7)",
|
|
||||||
"&7Author: &f" + description.getAuthors(),
|
|
||||||
"&7PAPI Commands: &b/papi &fhelp",
|
|
||||||
"&7eCloud Commands&8: &b/papi &fecloud");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.configuration;
|
|
||||||
|
|
||||||
import java.util.Optional;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
public final class PlaceholderAPIConfig {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
|
|
||||||
public PlaceholderAPIConfig(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean checkUpdates() {
|
|
||||||
return plugin.getConfig().getBoolean("check_updates");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean isCloudEnabled() {
|
|
||||||
return plugin.getConfig().getBoolean("cloud_enabled");
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setCloudEnabled(boolean state) {
|
|
||||||
plugin.getConfig().set("cloud_enabled", state);
|
|
||||||
plugin.saveConfig();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public boolean isDebugMode() {
|
|
||||||
return plugin.getConfig().getBoolean("debug", false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Optional<ExpansionSort> getExpansionSort() {
|
|
||||||
final String option = plugin.getConfig()
|
|
||||||
.getString("cloud_sorting", ExpansionSort.LATEST.name());
|
|
||||||
|
|
||||||
try {
|
|
||||||
//noinspection ConstantConditions (bad spigot annotation)
|
|
||||||
return Optional.of(ExpansionSort.valueOf(option.toUpperCase()));
|
|
||||||
} catch (final IllegalArgumentException ignored) {
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public String dateFormat() {
|
|
||||||
//noinspection ConstantConditions (bad spigot annotation)
|
|
||||||
return plugin.getConfig().getString("date_format", "MM/dd/yy HH:mm:ss");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public String booleanTrue() {
|
|
||||||
//noinspection ConstantConditions (bad spigot annotation)
|
|
||||||
return plugin.getConfig().getString("boolean.true", "true");
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public String booleanFalse() {
|
|
||||||
//noinspection ConstantConditions (bad spigot annotation)
|
|
||||||
return plugin.getConfig().getString("boolean.false", "false");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.events;
|
|
||||||
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import org.bukkit.event.Cancellable;
|
|
||||||
import org.bukkit.event.Event;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This event indicates that a <b>single</b> {@link PlaceholderExpansion PlaceholderExpansion} has
|
|
||||||
* been registered in PlaceholderAPI.
|
|
||||||
*
|
|
||||||
* <p>To know when <b>all</b> Expansions have been registered, use the
|
|
||||||
* {@link me.clip.placeholderapi.events.ExpansionsLoadedEvent ExpansionsLoadedEvent} instead.
|
|
||||||
*/
|
|
||||||
public final class ExpansionRegisterEvent extends Event implements Cancellable {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final HandlerList HANDLERS = new HandlerList();
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderExpansion expansion;
|
|
||||||
private boolean cancelled;
|
|
||||||
|
|
||||||
public ExpansionRegisterEvent(@NotNull final PlaceholderExpansion expansion) {
|
|
||||||
this.expansion = expansion;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static HandlerList getHandlerList() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The {@link PlaceholderExpansion PlaceholderExpansion} that was registered in PlaceholderAPI.
|
|
||||||
* <br>The PlaceholderExpansion will be available for use when the event
|
|
||||||
* {@link #isCancelled() was not cancelled}!
|
|
||||||
*
|
|
||||||
* @return Current instance of the registered {@link PlaceholderExpansion PlaceholderExpansion}
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public PlaceholderExpansion getExpansion() {
|
|
||||||
return expansion;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Indicates if this event was cancelled or not.
|
|
||||||
* <br>A cancelled Event will result in the {@link #getExpansion() PlaceholderExpansion} NOT
|
|
||||||
* being added to PlaceholderAPI's internal list and will therefore be considered not registered
|
|
||||||
* anymore.
|
|
||||||
*
|
|
||||||
* @return Whether the event has been cancelled or not.
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public boolean isCancelled() {
|
|
||||||
return cancelled;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setCancelled(boolean cancelled) {
|
|
||||||
this.cancelled = cancelled;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public HandlerList getHandlers() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.events;
|
|
||||||
|
|
||||||
import me.clip.placeholderapi.PlaceholderHook;
|
|
||||||
import org.bukkit.event.Event;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated This event is no longer used.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public final class PlaceholderHookUnloadEvent extends Event {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final HandlerList HANDLERS = new HandlerList();
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final String plugin;
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderHook placeholderHook;
|
|
||||||
|
|
||||||
public PlaceholderHookUnloadEvent(@NotNull final String plugin,
|
|
||||||
@NotNull final PlaceholderHook placeholderHook) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
this.placeholderHook = placeholderHook;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static HandlerList getHandlerList() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public String getHookName() {
|
|
||||||
return plugin;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public PlaceholderHook getHook() {
|
|
||||||
return placeholderHook;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public HandlerList getHandlers() {
|
|
||||||
return HANDLERS;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
|
||||||
|
|
||||||
public enum NMSVersion {
|
|
||||||
|
|
||||||
UNKNOWN("unknown"),
|
|
||||||
SPIGOT_1_7_R1("v1_7_R1"),
|
|
||||||
SPIGOT_1_7_R2("v1_7_R2"),
|
|
||||||
SPIGOT_1_7_R3("v1_7_R3"),
|
|
||||||
SPIGOT_1_7_R4("v1_7_R4"),
|
|
||||||
SPIGOT_1_8_R1("v1_8_R1"),
|
|
||||||
SPIGOT_1_8_R2("v1_8_R2"),
|
|
||||||
SPIGOT_1_8_R3("v1_8_R3"),
|
|
||||||
SPIGOT_1_9_R1("v1_9_R1"),
|
|
||||||
SPIGOT_1_9_R2("v1_9_R2"),
|
|
||||||
SPIGOT_1_10_R1("v1_10_R1"),
|
|
||||||
SPIGOT_1_11_R1("v1_11_R1"),
|
|
||||||
SPIGOT_1_12_R1("v1_12_R1"),
|
|
||||||
SPIGOT_1_13_R1("v1_13_R1"),
|
|
||||||
SPIGOT_1_13_R2("v1_13_R2"),
|
|
||||||
SPIGOT_1_14_R1("v1_14_R1"),
|
|
||||||
SPIGOT_1_15_R1("v1_15_R1"),
|
|
||||||
SPIGOT_1_16_R1("v1_16_R1"),
|
|
||||||
SPIGOT_1_16_R2("v1_16_R2"),
|
|
||||||
SPIGOT_1_16_R3("v1_16_R3"),
|
|
||||||
SPIGOT_1_17_R1("v1_17_R1"),
|
|
||||||
SPIGOT_1_18_R1("v1_18_R1"),
|
|
||||||
SPIGOT_1_19_R1("v1_19_R1"),
|
|
||||||
SPIGOT_1_19_R2("v1_19_R2"),
|
|
||||||
SPIGOT_1_19_R3("v1_19_R3"),
|
|
||||||
SPIGOT_1_20_R1("v1_20_R1"),
|
|
||||||
SPIGOT_1_20_R2("v1_20_R2"),
|
|
||||||
SPIGOT_1_20_R3("v1_20_R3"),
|
|
||||||
SPIGOT_1_20_R4("v1_20_R4"),
|
|
||||||
SPIGOT_1_21_R1("v1_21_R1");
|
|
||||||
|
|
||||||
private final String version;
|
|
||||||
|
|
||||||
NMSVersion(String version) {
|
|
||||||
this.version = version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static NMSVersion getVersion(String version) {
|
|
||||||
for (NMSVersion v : values()) {
|
|
||||||
if (v.getVersion().equalsIgnoreCase(version)) {
|
|
||||||
return v;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return NMSVersion.UNKNOWN;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getVersion() {
|
|
||||||
return version;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,479 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
|
||||||
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.logging.Level;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.PlaceholderHook;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.configuration.ConfigurationSection;
|
|
||||||
import org.jetbrains.annotations.ApiStatus;
|
|
||||||
import org.jetbrains.annotations.Contract;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Any class extending this will be able to get registered as a PlaceholderExpansion.
|
|
||||||
* <br>The registration either happens automatically when the jar file containing a
|
|
||||||
* class extending this one is located under the {@code PlaceholderAPI/expansions}
|
|
||||||
* directory or when the {@link #register()} method is called by said class.
|
|
||||||
*/
|
|
||||||
public abstract class PlaceholderExpansion extends PlaceholderHook {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The type is {@link Type#INTERNAL} by default.
|
|
||||||
* For external expansions, the type is updated on {@link me.clip.placeholderapi.expansion.manager.LocalExpansionManager#register(Class) register}.
|
|
||||||
* @since 2.11.4
|
|
||||||
*/
|
|
||||||
@ApiStatus.Internal
|
|
||||||
protected Type expansionType = Type.INTERNAL;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The placeholder identifier of this expansion. May not contain {@literal %},
|
|
||||||
* {@literal {}} or _
|
|
||||||
*
|
|
||||||
* @return placeholder identifier that is associated with this expansion
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public abstract String getIdentifier();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The author of this expansion
|
|
||||||
*
|
|
||||||
* @return name of the author for this expansion
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public abstract String getAuthor();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The version of this expansion
|
|
||||||
*
|
|
||||||
* @return current version of this expansion
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public abstract String getVersion();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The name of this expansion
|
|
||||||
*
|
|
||||||
* @return {@link #getIdentifier()} by default, name of this expansion if specified
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public String getName() {
|
|
||||||
return getIdentifier();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The name of the plugin that this expansion hooks into. by default will null
|
|
||||||
*
|
|
||||||
* @return plugin name that this expansion requires to function
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
public String getRequiredPlugin() {
|
|
||||||
return getPlugin();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The placeholders associated with this expansion
|
|
||||||
*
|
|
||||||
* @return placeholder list that this expansion provides
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public List<String> getPlaceholders() {
|
|
||||||
return Collections.emptyList();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Expansions that do not use the ecloud and instead register from the dependency should set this
|
|
||||||
* to true to ensure that your placeholder expansion is not unregistered when the papi reload
|
|
||||||
* command is used
|
|
||||||
*
|
|
||||||
* @return if this expansion should persist through placeholder reloads
|
|
||||||
*/
|
|
||||||
public boolean persist() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check if this placeholder identifier has already been registered
|
|
||||||
*
|
|
||||||
* @return true if the identifier for this expansion is already registered
|
|
||||||
*/
|
|
||||||
public final boolean isRegistered() {
|
|
||||||
return getPlaceholderAPI().getLocalExpansionManager().findExpansionByIdentifier(getIdentifier())
|
|
||||||
.map(it -> it.equals(this)).orElse(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* If any requirements need to be checked before this expansion should register, you can check
|
|
||||||
* them here
|
|
||||||
*
|
|
||||||
* @return true if this hook meets all the requirements to register
|
|
||||||
*/
|
|
||||||
public boolean canRegister() {
|
|
||||||
return getRequiredPlugin() == null
|
|
||||||
|| Bukkit.getPluginManager().getPlugin(getRequiredPlugin()) != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Attempt to register this PlaceholderExpansion
|
|
||||||
*
|
|
||||||
* @return true if this expansion is now registered with PlaceholderAPI
|
|
||||||
*/
|
|
||||||
public boolean register() {
|
|
||||||
return getPlaceholderAPI().getLocalExpansionManager().register(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Attempt to unregister this PlaceholderExpansion
|
|
||||||
*
|
|
||||||
* @return true if this expansion is now unregistered with PlaceholderAPI
|
|
||||||
*/
|
|
||||||
public final boolean unregister() {
|
|
||||||
return getPlaceholderAPI().getLocalExpansionManager().unregister(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Quick getter for the {@link PlaceholderAPIPlugin} instance
|
|
||||||
*
|
|
||||||
* @return {@link PlaceholderAPIPlugin} instance
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public final PlaceholderAPIPlugin getPlaceholderAPI() {
|
|
||||||
return PlaceholderAPIPlugin.getInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the type of the expansion
|
|
||||||
*
|
|
||||||
* @return the type of the expansion
|
|
||||||
* @since 2.11.4
|
|
||||||
*/
|
|
||||||
@ApiStatus.Internal
|
|
||||||
public Type getExpansionType() {
|
|
||||||
return expansionType;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the type of the expansion
|
|
||||||
* @param expansionType the new type
|
|
||||||
* @since 2.11.4
|
|
||||||
*/
|
|
||||||
@ApiStatus.Internal
|
|
||||||
public void setExpansionType(Type expansionType) {
|
|
||||||
this.expansionType = expansionType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// === Configuration ===
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the ConfigurationSection of the expansion located in the config.yml of PlaceholderAPI or
|
|
||||||
* null when not specified.
|
|
||||||
* <br>You may use the {@link Configurable} interface to define default values set
|
|
||||||
*
|
|
||||||
* @return ConfigurationSection that this expansion has.
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
public final ConfigurationSection getConfigSection() {
|
|
||||||
return getPlaceholderAPI().getConfig().getConfigurationSection("expansions." + getIdentifier());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the ConfigurationSection relative to the {@link #getConfigSection() default one} set
|
|
||||||
* by the expansion or null when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the ConfigurationSection from. This is relative to the default section
|
|
||||||
* @return ConfigurationSection relative to the default section
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
public final ConfigurationSection getConfigSection(@NotNull final String path) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? null : section.getConfigurationSection(path);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the Object relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the provided Default Object, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the Object from. This is relative to the default section
|
|
||||||
* @param def The default Object to return when the ConfigurationSection returns null
|
|
||||||
* @return Object from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
@Contract("_, !null -> !null")
|
|
||||||
public final Object get(@NotNull final String path, final Object def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.get(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the int relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the provided Default int, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the int from. This is relative to the default section
|
|
||||||
* @param def The default int to return when the ConfigurationSection returns null
|
|
||||||
* @return int from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
public final int getInt(@NotNull final String path, final int def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.getInt(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the long relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the provided Default long, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the long from. This is relative to the default section
|
|
||||||
* @param def The default long to return when the ConfigurationSection returns null
|
|
||||||
* @return long from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
public final long getLong(@NotNull final String path, final long def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.getLong(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the double relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the provided Default double, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the double from. This is relative to the default section
|
|
||||||
* @param def The default double to return when the ConfigurationSection returns null
|
|
||||||
* @return double from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
public final double getDouble(@NotNull final String path, final double def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.getDouble(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the String relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the provided Default String, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the String from. This is relative to the default section
|
|
||||||
* @param def The default String to return when the ConfigurationSection returns null. Can be null
|
|
||||||
* @return String from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
@Contract("_, !null -> !null")
|
|
||||||
public final String getString(@NotNull final String path, @Nullable final String def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.getString(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets a String List relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or an empty List, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the String list from. This is relative to the default section
|
|
||||||
* @return String list from the provided path or an empty list
|
|
||||||
*/
|
|
||||||
@NotNull
|
|
||||||
public final List<String> getStringList(@NotNull final String path) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? Collections.emptyList() : section.getStringList(path);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the boolean relative to the {@link #getConfigSection() default ConfigurationSection} set
|
|
||||||
* by the expansion or the default boolean, when the default ConfigurationSection is null
|
|
||||||
*
|
|
||||||
* @param path The path to get the boolean from. This is relative to the default section
|
|
||||||
* @param def The default boolean to return when the ConfigurationSection is null
|
|
||||||
* @return boolean from the provided path or the default one provided
|
|
||||||
*/
|
|
||||||
public final boolean getBoolean(@NotNull final String path, final boolean def) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section == null ? def : section.getBoolean(path, def);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether the {@link #getConfigSection() default ConfigurationSection} contains the provided path
|
|
||||||
* or not. This will return {@code false} when either the default section is null, or doesn't
|
|
||||||
* contain the provided path
|
|
||||||
*
|
|
||||||
* @param path The path to check
|
|
||||||
* @return true when the default ConfigurationSection is not null and contains the path, false otherwise
|
|
||||||
*/
|
|
||||||
public final boolean configurationContains(@NotNull final String path) {
|
|
||||||
final ConfigurationSection section = getConfigSection();
|
|
||||||
return section != null && section.contains(path);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message with the provided Level in the console.
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param level The Level at which the message should be logged with
|
|
||||||
* @param msg The message to log
|
|
||||||
*/
|
|
||||||
public void log(Level level, String msg) {
|
|
||||||
getPlaceholderAPI().getLogger().log(level, "[" + getName() + "] " + msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message and Throwable with the provided Level in the console.
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param level The Level at which the message should be logged with
|
|
||||||
* @param msg The message to log
|
|
||||||
* @param throwable The Throwable to log
|
|
||||||
*/
|
|
||||||
public void log(Level level, String msg, Throwable throwable) {
|
|
||||||
getPlaceholderAPI().getLogger().log(level, "[" + getName() + "] " + msg, throwable);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message with Level "info".
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param msg The message to log
|
|
||||||
*/
|
|
||||||
public void info(String msg) {
|
|
||||||
log(Level.INFO, msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message with Level "warning".
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param msg The message to log
|
|
||||||
*/
|
|
||||||
public void warning(String msg) {
|
|
||||||
log(Level.WARNING, msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message with Level "severe" (error).
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param msg The message to log
|
|
||||||
*/
|
|
||||||
public void severe(String msg) {
|
|
||||||
log(Level.SEVERE, msg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs the provided message and Throwable with Level "severe" (error).
|
|
||||||
* <br>The message will be prefixed with {@link #getName() <code>[<expansion name>]</code>}
|
|
||||||
*
|
|
||||||
* @param msg The message to log
|
|
||||||
* @param throwable The Throwable to log
|
|
||||||
*/
|
|
||||||
public void severe(String msg, Throwable throwable) {
|
|
||||||
log(Level.SEVERE, msg, throwable);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether the provided Object is an instance of this PlaceholderExpansion.
|
|
||||||
* <br>This method will perform the following checks in order:
|
|
||||||
* <br><ul>
|
|
||||||
* <li>Checks if Object equals the class. Returns true when equal and continues otherwise</li>
|
|
||||||
* <li>Checks if the Object is an instance of a PlaceholderExpansion. Returns false if not</li>
|
|
||||||
* <li>Checks if the Object's Identifier, Author and version equal the one of this class</li>
|
|
||||||
* </ul>
|
|
||||||
*
|
|
||||||
* @param o The Object to check
|
|
||||||
* @return true or false depending on the above mentioned checks
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public final boolean equals(final Object o) {
|
|
||||||
if (this == o) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (!(o instanceof PlaceholderExpansion)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderExpansion expansion = (PlaceholderExpansion) o;
|
|
||||||
|
|
||||||
return getIdentifier().equals(expansion.getIdentifier()) &&
|
|
||||||
getAuthor().equals(expansion.getAuthor()) &&
|
|
||||||
getVersion().equals(expansion.getVersion());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns a String containing the Expansion's name, author and version
|
|
||||||
*
|
|
||||||
* @return String containing name, author and version of the expansion
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public final String toString() {
|
|
||||||
return String.format("PlaceholderExpansion[name: '%s', author: '%s', version: '%s', type: '%s']", getName(),
|
|
||||||
getAuthor(), getVersion(), getExpansionType());
|
|
||||||
}
|
|
||||||
|
|
||||||
// === Deprecated API ===
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated As of versions greater than 2.8.7, use {@link #getRequiredPlugin()}
|
|
||||||
*
|
|
||||||
* @return The plugin name.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public String getPlugin() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated As of versions greater than 2.8.7, use the expansion cloud to show a description
|
|
||||||
*
|
|
||||||
* @return The description of the expansion.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public String getDescription() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated As of versions greater than 2.8.7, use the expansion cloud to display a link
|
|
||||||
*
|
|
||||||
* @return The link for the expansion.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
@ApiStatus.ScheduledForRemoval(inVersion = "2.13.0")
|
|
||||||
public String getLink() {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum Type {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An expansion provided by a plugin is considered internal
|
|
||||||
*/
|
|
||||||
INTERNAL,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An expansion loaded from the expansions folder is considered external
|
|
||||||
*/
|
|
||||||
EXTERNAL
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public final class Version {
|
|
||||||
|
|
||||||
private final boolean isSpigot;
|
|
||||||
private final String version;
|
|
||||||
|
|
||||||
public Version(String version, boolean isSpigot) {
|
|
||||||
this.version = version;
|
|
||||||
this.isSpigot = isSpigot;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getVersion() {
|
|
||||||
return version == null ? "unknown" : version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isSpigot() {
|
|
||||||
return isSpigot;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean compareTo(String version) {
|
|
||||||
return getVersion().equalsIgnoreCase(version);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Placeholder expansions which use NMS code should be version specific. Implementing this class
|
|
||||||
* allows you to perform checks based on the version the server is running. The isCompatibleWith
|
|
||||||
* method will be passed the server version and allow you to return if your expansion is compatible
|
|
||||||
* with that version.
|
|
||||||
*
|
|
||||||
* @author Ryan McCarthy
|
|
||||||
*
|
|
||||||
* @deprecated Will be removed in a future release.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public interface VersionSpecific {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This method is called before the expansion is attempted to be registered The server version
|
|
||||||
* will be passed to this method so you know what version the server is currently running.
|
|
||||||
*
|
|
||||||
* @param v The {@link Version} to check against
|
|
||||||
*
|
|
||||||
* @return true if your expansion is compatible with the version the server is running.
|
|
||||||
*/
|
|
||||||
boolean isCompatibleWith(Version v);
|
|
||||||
}
|
|
||||||
@@ -1,202 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion.cloud;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.concurrent.TimeUnit;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.util.TimeUtil;
|
|
||||||
|
|
||||||
|
|
||||||
public class CloudExpansion {
|
|
||||||
|
|
||||||
private String name,
|
|
||||||
author,
|
|
||||||
latest_version,
|
|
||||||
description,
|
|
||||||
source_url,
|
|
||||||
dependency_url;
|
|
||||||
|
|
||||||
private boolean hasExpansion,
|
|
||||||
shouldUpdate,
|
|
||||||
verified;
|
|
||||||
|
|
||||||
private long last_update,
|
|
||||||
ratings_count;
|
|
||||||
|
|
||||||
private double average_rating;
|
|
||||||
|
|
||||||
private List<String> placeholders;
|
|
||||||
|
|
||||||
private List<Version> versions;
|
|
||||||
|
|
||||||
public CloudExpansion() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getTimeSinceLastUpdate() {
|
|
||||||
int time = (int) TimeUnit.MILLISECONDS.toSeconds(System.currentTimeMillis() - getLastUpdate());
|
|
||||||
return TimeUtil.getTime(time);
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getName() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setName(String name) {
|
|
||||||
this.name = name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getAuthor() {
|
|
||||||
return author;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setAuthor(String author) {
|
|
||||||
this.author = author;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Version getVersion() {
|
|
||||||
return getLatestVersion() == null ? null : getVersion(getLatestVersion());
|
|
||||||
}
|
|
||||||
|
|
||||||
public Version getVersion(String version) {
|
|
||||||
return versions == null ? null : versions.stream()
|
|
||||||
.filter(v -> v.getVersion().equals(version))
|
|
||||||
.findFirst()
|
|
||||||
.orElse(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<String> getAvailableVersions() {
|
|
||||||
return versions.stream().map(Version::getVersion).collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getLatestVersion() {
|
|
||||||
return latest_version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLatestVersion(String latest_version) {
|
|
||||||
this.latest_version = latest_version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getDescription() {
|
|
||||||
return description;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDescription(String description) {
|
|
||||||
this.description = description;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSourceUrl() {
|
|
||||||
return source_url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSourceUrl(String source_url) {
|
|
||||||
this.source_url = source_url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getDependencyUrl() {
|
|
||||||
return dependency_url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDependencyUrl(String dependency_url) {
|
|
||||||
this.dependency_url = dependency_url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean hasExpansion() {
|
|
||||||
return hasExpansion;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setHasExpansion(boolean hasExpansion) {
|
|
||||||
this.hasExpansion = hasExpansion;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean shouldUpdate() {
|
|
||||||
return shouldUpdate;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setShouldUpdate(boolean shouldUpdate) {
|
|
||||||
this.shouldUpdate = shouldUpdate;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isVerified() {
|
|
||||||
return verified;
|
|
||||||
}
|
|
||||||
|
|
||||||
public long getLastUpdate() {
|
|
||||||
return last_update;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setLastUpdate(long last_update) {
|
|
||||||
this.last_update = last_update;
|
|
||||||
}
|
|
||||||
|
|
||||||
public long getRatingsCount() {
|
|
||||||
return ratings_count;
|
|
||||||
}
|
|
||||||
|
|
||||||
public double getAverage_rating() {
|
|
||||||
return average_rating;
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<String> getPlaceholders() {
|
|
||||||
return placeholders;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setPlaceholders(List<String> placeholders) {
|
|
||||||
this.placeholders = placeholders;
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<Version> getVersions() {
|
|
||||||
return versions;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setVersions(List<Version> versions) {
|
|
||||||
this.versions = versions;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Version {
|
|
||||||
|
|
||||||
private String url, version, release_notes;
|
|
||||||
|
|
||||||
public String getUrl() {
|
|
||||||
return url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUrl(String url) {
|
|
||||||
this.url = url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getVersion() {
|
|
||||||
return version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setVersion(String version) {
|
|
||||||
this.version = version;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getReleaseNotes() {
|
|
||||||
return release_notes;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setReleaseNotes(String release_notes) {
|
|
||||||
this.release_notes = release_notes;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,278 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion.manager;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableMap;
|
|
||||||
import com.google.common.io.Resources;
|
|
||||||
import com.google.common.util.concurrent.ThreadFactoryBuilder;
|
|
||||||
import com.google.gson.Gson;
|
|
||||||
import com.google.gson.reflect.TypeToken;
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.FileOutputStream;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.lang.reflect.Type;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.nio.channels.Channels;
|
|
||||||
import java.nio.channels.ReadableByteChannel;
|
|
||||||
import java.nio.charset.StandardCharsets;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.concurrent.CompletionException;
|
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
|
||||||
import java.util.concurrent.ExecutorService;
|
|
||||||
import java.util.concurrent.Executors;
|
|
||||||
import java.util.function.Function;
|
|
||||||
import java.util.logging.Level;
|
|
||||||
import java.util.stream.Collector;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class CloudExpansionManager {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final String API_URL = "http://api.extendedclip.com/v2/";
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final Gson GSON = new Gson();
|
|
||||||
@NotNull
|
|
||||||
private static final Type TYPE = new TypeToken<Map<String, CloudExpansion>>() {}.getType();
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final Collector<CloudExpansion, ?, Map<String, CloudExpansion>> INDEXED_NAME_COLLECTOR = Collectors
|
|
||||||
.toMap(CloudExpansionManager::toIndexName, Function.identity());
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final Map<String, CloudExpansion> cache = new HashMap<>();
|
|
||||||
@NotNull
|
|
||||||
private final Map<String, CompletableFuture<File>> await = new ConcurrentHashMap<>();
|
|
||||||
|
|
||||||
private final ExecutorService ASYNC_EXECUTOR =
|
|
||||||
Executors.newCachedThreadPool(
|
|
||||||
new ThreadFactoryBuilder().setNameFormat("placeholderapi-io-#%1$d").build());
|
|
||||||
|
|
||||||
public CloudExpansionManager(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static String toIndexName(@NotNull final String name) {
|
|
||||||
return name.toLowerCase(Locale.ROOT).replace(' ', '_');
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static String toIndexName(@NotNull final CloudExpansion expansion) {
|
|
||||||
return toIndexName(expansion.getName());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void load() {
|
|
||||||
clean();
|
|
||||||
fetch();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void kill() {
|
|
||||||
clean();
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Map<String, CloudExpansion> getCloudExpansions() {
|
|
||||||
return ImmutableMap.copyOf(cache);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Map<String, CloudExpansion> getCloudExpansionsInstalled() {
|
|
||||||
if (cache.isEmpty()) {
|
|
||||||
return Collections.emptyMap();
|
|
||||||
}
|
|
||||||
|
|
||||||
return cache.values()
|
|
||||||
.stream()
|
|
||||||
.filter(CloudExpansion::hasExpansion)
|
|
||||||
.collect(INDEXED_NAME_COLLECTOR);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Map<String, CloudExpansion> getCloudExpansionsByAuthor(@NotNull final String author) {
|
|
||||||
if (cache.isEmpty()) {
|
|
||||||
return Collections.emptyMap();
|
|
||||||
}
|
|
||||||
|
|
||||||
return cache.values()
|
|
||||||
.stream()
|
|
||||||
.filter(expansion -> author.equalsIgnoreCase(expansion.getAuthor()))
|
|
||||||
.collect(INDEXED_NAME_COLLECTOR);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Set<String> getCloudExpansionAuthors() {
|
|
||||||
return cache.values().stream().map(CloudExpansion::getAuthor).collect(Collectors.toSet());
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getCloudExpansionAuthorCount() {
|
|
||||||
return getCloudExpansionAuthors().size();
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getCloudUpdateCount() {
|
|
||||||
return ((int) plugin.getLocalExpansionManager()
|
|
||||||
.getExpansions()
|
|
||||||
.stream()
|
|
||||||
.filter(expansion -> findCloudExpansionByName(expansion.getName())
|
|
||||||
.map(CloudExpansion::shouldUpdate).orElse(false))
|
|
||||||
.count());
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public Optional<CloudExpansion> findCloudExpansionByName(@NotNull final String name) {
|
|
||||||
return Optional.ofNullable(cache.get(toIndexName(name)));
|
|
||||||
}
|
|
||||||
|
|
||||||
public void clean() {
|
|
||||||
cache.clear();
|
|
||||||
|
|
||||||
await.values().forEach(future -> future.cancel(true));
|
|
||||||
await.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void fetch() {
|
|
||||||
plugin.getLogger().info("Fetching available expansion information...");
|
|
||||||
|
|
||||||
ASYNC_EXECUTOR.submit(
|
|
||||||
() -> {
|
|
||||||
// a defence tactic! use ConcurrentHashMap instead of normal HashMap
|
|
||||||
Map<String, CloudExpansion> values = new ConcurrentHashMap<>();
|
|
||||||
try {
|
|
||||||
//noinspection UnstableApiUsage
|
|
||||||
String json = Resources.toString(new URL(API_URL), StandardCharsets.UTF_8);
|
|
||||||
values.putAll(GSON.fromJson(json, TYPE));
|
|
||||||
|
|
||||||
List<String> toRemove = new ArrayList<>();
|
|
||||||
|
|
||||||
for (Map.Entry<String, CloudExpansion> entry : values.entrySet()) {
|
|
||||||
CloudExpansion expansion = entry.getValue();
|
|
||||||
if (expansion.getLatestVersion() == null
|
|
||||||
|| expansion.getVersion(expansion.getLatestVersion()) == null) {
|
|
||||||
toRemove.add(entry.getKey());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
for (String name : toRemove) {
|
|
||||||
values.remove(name);
|
|
||||||
}
|
|
||||||
} catch (Throwable e) {
|
|
||||||
// ugly swallowing of every throwable, but we have to be defensive
|
|
||||||
plugin.getLogger().log(Level.WARNING, "Failed to download expansion information", e);
|
|
||||||
}
|
|
||||||
|
|
||||||
// loop through what's left on the main thread
|
|
||||||
plugin
|
|
||||||
.getServer()
|
|
||||||
.getScheduler()
|
|
||||||
.runTask(
|
|
||||||
plugin,
|
|
||||||
() -> {
|
|
||||||
try {
|
|
||||||
for (Map.Entry<String, CloudExpansion> entry : values.entrySet()) {
|
|
||||||
String name = entry.getKey();
|
|
||||||
CloudExpansion expansion = entry.getValue();
|
|
||||||
|
|
||||||
expansion.setName(name);
|
|
||||||
|
|
||||||
Optional<PlaceholderExpansion> localOpt =
|
|
||||||
plugin.getLocalExpansionManager().findExpansionByName(name);
|
|
||||||
if (localOpt.isPresent()) {
|
|
||||||
PlaceholderExpansion local = localOpt.get();
|
|
||||||
if (local.isRegistered()) {
|
|
||||||
expansion.setHasExpansion(true);
|
|
||||||
expansion.setShouldUpdate(
|
|
||||||
!local.getVersion().equalsIgnoreCase(expansion.getLatestVersion()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
cache.put(toIndexName(expansion), expansion);
|
|
||||||
}
|
|
||||||
} catch (Throwable e) {
|
|
||||||
// ugly swallowing of every throwable, but we have to be defensive
|
|
||||||
plugin
|
|
||||||
.getLogger()
|
|
||||||
.log(Level.WARNING, "Failed to download expansion information", e);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isDownloading(@NotNull final CloudExpansion expansion) {
|
|
||||||
return await.containsKey(toIndexName(expansion));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public CompletableFuture<File> downloadExpansion(@NotNull final CloudExpansion expansion,
|
|
||||||
@NotNull final CloudExpansion.Version version) {
|
|
||||||
final CompletableFuture<File> previous = await.get(toIndexName(expansion));
|
|
||||||
if (previous != null) {
|
|
||||||
return previous;
|
|
||||||
}
|
|
||||||
|
|
||||||
final File file = new File(plugin.getLocalExpansionManager().getExpansionsFolder(),
|
|
||||||
"Expansion-" + toIndexName(expansion) + ".jar");
|
|
||||||
|
|
||||||
final CompletableFuture<File> download = CompletableFuture.supplyAsync(() -> {
|
|
||||||
try (final ReadableByteChannel source = Channels.newChannel(new URL(version.getUrl())
|
|
||||||
.openStream()); final FileOutputStream target = new FileOutputStream(file)) {
|
|
||||||
target.getChannel().transferFrom(source, 0, Long.MAX_VALUE);
|
|
||||||
} catch (final IOException ex) {
|
|
||||||
throw new CompletionException(ex);
|
|
||||||
}
|
|
||||||
return file;
|
|
||||||
}, ASYNC_EXECUTOR);
|
|
||||||
|
|
||||||
download.whenCompleteAsync((value, exception) -> {
|
|
||||||
await.remove(toIndexName(expansion));
|
|
||||||
|
|
||||||
if (exception != null) {
|
|
||||||
Msg.severe("Failed to download %s:%s", exception, expansion.getName(), expansion.getVersion());
|
|
||||||
}
|
|
||||||
}, ASYNC_EXECUTOR);
|
|
||||||
|
|
||||||
await.put(toIndexName(expansion), download);
|
|
||||||
|
|
||||||
return download;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,494 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.expansion.manager;
|
|
||||||
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
|
||||||
import com.google.common.collect.Sets;
|
|
||||||
import java.io.File;
|
|
||||||
import java.lang.reflect.Modifier;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Objects;
|
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.concurrent.CompletionException;
|
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
|
||||||
import java.util.concurrent.locks.ReentrantLock;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.events.ExpansionRegisterEvent;
|
|
||||||
import me.clip.placeholderapi.events.ExpansionUnregisterEvent;
|
|
||||||
import me.clip.placeholderapi.events.ExpansionsLoadedEvent;
|
|
||||||
import me.clip.placeholderapi.expansion.Cacheable;
|
|
||||||
import me.clip.placeholderapi.expansion.Cleanable;
|
|
||||||
import me.clip.placeholderapi.expansion.Configurable;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import me.clip.placeholderapi.expansion.Taskable;
|
|
||||||
import me.clip.placeholderapi.expansion.VersionSpecific;
|
|
||||||
import me.clip.placeholderapi.expansion.cloud.CloudExpansion;
|
|
||||||
import me.clip.placeholderapi.util.FileUtil;
|
|
||||||
import me.clip.placeholderapi.util.Futures;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.bukkit.configuration.file.FileConfiguration;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.EventPriority;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.player.PlayerQuitEvent;
|
|
||||||
import org.bukkit.event.server.PluginDisableEvent;
|
|
||||||
import org.jetbrains.annotations.ApiStatus;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
public final class LocalExpansionManager implements Listener {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final String EXPANSIONS_FOLDER_NAME = "expansions";
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static final Set<MethodSignature> ABSTRACT_EXPANSION_METHODS = Arrays.stream(PlaceholderExpansion.class.getDeclaredMethods())
|
|
||||||
.filter(method -> Modifier.isAbstract(method.getModifiers()))
|
|
||||||
.map(method -> new MethodSignature(method.getName(), method.getParameterTypes()))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final File folder;
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final Map<String, PlaceholderExpansion> expansions = new ConcurrentHashMap<>();
|
|
||||||
private final ReentrantLock expansionsLock = new ReentrantLock();
|
|
||||||
|
|
||||||
|
|
||||||
public LocalExpansionManager(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
this.folder = new File(plugin.getDataFolder(), EXPANSIONS_FOLDER_NAME);
|
|
||||||
|
|
||||||
if (!this.folder.exists() && !folder.mkdirs()) {
|
|
||||||
Msg.warn("Failed to create expansions folder!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void load(@NotNull final CommandSender sender) {
|
|
||||||
registerAll(sender);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void kill() {
|
|
||||||
unregisterAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public File getExpansionsFolder() {
|
|
||||||
return folder;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Collection<String> getIdentifiers() {
|
|
||||||
expansionsLock.lock();
|
|
||||||
try {
|
|
||||||
return ImmutableSet.copyOf(expansions.keySet());
|
|
||||||
} finally {
|
|
||||||
expansionsLock.unlock();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Collection<PlaceholderExpansion> getExpansions() {
|
|
||||||
expansionsLock.lock();
|
|
||||||
try {
|
|
||||||
return ImmutableSet.copyOf(expansions.values());
|
|
||||||
} finally {
|
|
||||||
expansionsLock.unlock();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public PlaceholderExpansion getExpansion(@NotNull final String identifier) {
|
|
||||||
expansionsLock.lock();
|
|
||||||
try {
|
|
||||||
return expansions.get(identifier.toLowerCase(Locale.ROOT));
|
|
||||||
} finally {
|
|
||||||
expansionsLock.unlock();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public Optional<PlaceholderExpansion> findExpansionByName(@NotNull final String name) {
|
|
||||||
expansionsLock.lock();
|
|
||||||
try {
|
|
||||||
PlaceholderExpansion bestMatch = null;
|
|
||||||
for (Map.Entry<String, PlaceholderExpansion> entry : expansions.entrySet()) {
|
|
||||||
PlaceholderExpansion expansion = entry.getValue();
|
|
||||||
if (expansion.getName().equalsIgnoreCase(name)) {
|
|
||||||
bestMatch = expansion;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return Optional.ofNullable(bestMatch);
|
|
||||||
} finally {
|
|
||||||
expansionsLock.unlock();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public Optional<PlaceholderExpansion> findExpansionByIdentifier(
|
|
||||||
@NotNull final String identifier) {
|
|
||||||
return Optional.ofNullable(getExpansion(identifier));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public Optional<PlaceholderExpansion> register(
|
|
||||||
@NotNull final Class<? extends PlaceholderExpansion> clazz) {
|
|
||||||
try {
|
|
||||||
final PlaceholderExpansion expansion = createExpansionInstance(clazz);
|
|
||||||
|
|
||||||
if(expansion == null){
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
Objects.requireNonNull(expansion.getAuthor(), "The expansion author is null!");
|
|
||||||
Objects.requireNonNull(expansion.getIdentifier(), "The expansion identifier is null!");
|
|
||||||
Objects.requireNonNull(expansion.getVersion(), "The expansion version is null!");
|
|
||||||
|
|
||||||
if (expansion.getRequiredPlugin() != null && !expansion.getRequiredPlugin().isEmpty()) {
|
|
||||||
if (!Bukkit.getPluginManager().isPluginEnabled(expansion.getRequiredPlugin())) {
|
|
||||||
Msg.warn("Cannot load expansion %s due to a missing plugin: %s", expansion.getIdentifier(),
|
|
||||||
expansion.getRequiredPlugin());
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
expansion.setExpansionType(PlaceholderExpansion.Type.EXTERNAL);
|
|
||||||
|
|
||||||
if (!expansion.register()) {
|
|
||||||
Msg.warn("Cannot load expansion %s due to an unknown issue.", expansion.getIdentifier());
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
return Optional.of(expansion);
|
|
||||||
} catch (LinkageError | NullPointerException ex) {
|
|
||||||
final String reason;
|
|
||||||
|
|
||||||
if (ex instanceof LinkageError) {
|
|
||||||
reason = " (Is a dependency missing?)";
|
|
||||||
} else {
|
|
||||||
reason = " - One of its properties is null which is not allowed!";
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.severe("Failed to load expansion class %s%s", ex, clazz.getSimpleName(), reason);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Attempt to register a {@link PlaceholderExpansion}
|
|
||||||
* @param expansion the expansion to register
|
|
||||||
* @return if the expansion was registered
|
|
||||||
*/
|
|
||||||
@ApiStatus.Internal
|
|
||||||
public boolean register(@NotNull final PlaceholderExpansion expansion) {
|
|
||||||
final String identifier = expansion.getIdentifier().toLowerCase(Locale.ROOT);
|
|
||||||
|
|
||||||
if (!expansion.canRegister()) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Avoid loading two external expansions with the same identifier
|
|
||||||
if (expansion.getExpansionType() == PlaceholderExpansion.Type.EXTERNAL && expansions.containsKey(identifier)) {
|
|
||||||
Msg.warn("Failed to load external expansion %s. Identifier is already in use.", expansion.getIdentifier());
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expansion instanceof Configurable) {
|
|
||||||
Map<String, Object> defaults = ((Configurable) expansion).getDefaults();
|
|
||||||
String pre = "expansions." + identifier + ".";
|
|
||||||
FileConfiguration cfg = plugin.getConfig();
|
|
||||||
boolean save = false;
|
|
||||||
|
|
||||||
if (defaults != null) {
|
|
||||||
for (Map.Entry<String, Object> entries : defaults.entrySet()) {
|
|
||||||
if (entries.getKey() == null || entries.getKey().isEmpty()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (entries.getValue() == null) {
|
|
||||||
if (cfg.contains(pre + entries.getKey())) {
|
|
||||||
save = true;
|
|
||||||
cfg.set(pre + entries.getKey(), null);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if (!cfg.contains(pre + entries.getKey())) {
|
|
||||||
save = true;
|
|
||||||
cfg.set(pre + entries.getKey(), entries.getValue());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (save) {
|
|
||||||
plugin.saveConfig();
|
|
||||||
plugin.reloadConfig();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expansion instanceof VersionSpecific) {
|
|
||||||
VersionSpecific nms = (VersionSpecific) expansion;
|
|
||||||
if (!nms.isCompatibleWith(PlaceholderAPIPlugin.getServerVersion())) {
|
|
||||||
Msg.warn("Your server version is incompatible with expansion %s %s",
|
|
||||||
expansion.getIdentifier(), expansion.getVersion());
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderExpansion removed = getExpansion(identifier);
|
|
||||||
if (removed != null && !removed.unregister()) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
final ExpansionRegisterEvent event = new ExpansionRegisterEvent(expansion);
|
|
||||||
Bukkit.getPluginManager().callEvent(event);
|
|
||||||
|
|
||||||
if (event.isCancelled()) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
expansionsLock.lock();
|
|
||||||
try {
|
|
||||||
expansions.put(identifier, expansion);
|
|
||||||
} finally {
|
|
||||||
expansionsLock.unlock();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expansion instanceof Listener) {
|
|
||||||
Bukkit.getPluginManager().registerEvents(((Listener) expansion), plugin);
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.info(
|
|
||||||
"Successfully registered %s expansion: %s [%s]",
|
|
||||||
expansion.getExpansionType().name().toLowerCase(),
|
|
||||||
expansion.getIdentifier(),
|
|
||||||
expansion.getVersion()
|
|
||||||
);
|
|
||||||
|
|
||||||
if (expansion instanceof Taskable) {
|
|
||||||
((Taskable) expansion).start();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check eCloud for updates only if the expansion is external
|
|
||||||
if (plugin.getPlaceholderAPIConfig().isCloudEnabled() && expansion.getExpansionType() == PlaceholderExpansion.Type.EXTERNAL) {
|
|
||||||
final Optional<CloudExpansion> cloudExpansionOptional = plugin.getCloudExpansionManager().findCloudExpansionByName(identifier);
|
|
||||||
if (cloudExpansionOptional.isPresent()) {
|
|
||||||
CloudExpansion cloudExpansion = cloudExpansionOptional.get();
|
|
||||||
cloudExpansion.setHasExpansion(true);
|
|
||||||
cloudExpansion.setShouldUpdate(!cloudExpansion.getLatestVersion().equals(expansion.getVersion()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@ApiStatus.Internal
|
|
||||||
public boolean unregister(@NotNull final PlaceholderExpansion expansion) {
|
|
||||||
if (expansions.remove(expansion.getIdentifier().toLowerCase(Locale.ROOT)) == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
Bukkit.getPluginManager().callEvent(new ExpansionUnregisterEvent(expansion));
|
|
||||||
|
|
||||||
if (expansion instanceof Listener) {
|
|
||||||
HandlerList.unregisterAll((Listener) expansion);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expansion instanceof Taskable) {
|
|
||||||
((Taskable) expansion).stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expansion instanceof Cacheable) {
|
|
||||||
((Cacheable) expansion).clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (plugin.getPlaceholderAPIConfig().isCloudEnabled()) {
|
|
||||||
plugin.getCloudExpansionManager().findCloudExpansionByName(expansion.getName())
|
|
||||||
.ifPresent(cloud -> {
|
|
||||||
cloud.setHasExpansion(false);
|
|
||||||
cloud.setShouldUpdate(false);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void registerAll(@NotNull final CommandSender sender) {
|
|
||||||
Msg.info("Placeholder expansion registration initializing...");
|
|
||||||
|
|
||||||
Futures.onMainThread(plugin, findExpansionsOnDisk(), (classes, exception) -> {
|
|
||||||
if (exception != null) {
|
|
||||||
Msg.severe("Failed to load class files of expansion.", exception);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final List<PlaceholderExpansion> registered = classes.stream()
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.map(this::register)
|
|
||||||
.filter(Optional::isPresent)
|
|
||||||
.map(Optional::get)
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
final long needsUpdate = registered.stream()
|
|
||||||
.map(expansion -> plugin.getCloudExpansionManager().findCloudExpansionByName(expansion.getName()).orElse(null))
|
|
||||||
.filter(Objects::nonNull)
|
|
||||||
.filter(CloudExpansion::shouldUpdate)
|
|
||||||
.count();
|
|
||||||
|
|
||||||
StringBuilder message = new StringBuilder(registered.size() == 0 ? "&6" : "&a")
|
|
||||||
.append(registered.size())
|
|
||||||
.append(' ')
|
|
||||||
.append("placeholder hook(s) registered!");
|
|
||||||
|
|
||||||
if (needsUpdate > 0) {
|
|
||||||
message.append(' ')
|
|
||||||
.append("&6")
|
|
||||||
.append(needsUpdate)
|
|
||||||
.append(' ')
|
|
||||||
.append("placeholder hook(s) have an update available.");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Msg.msg(sender, message.toString());
|
|
||||||
|
|
||||||
Bukkit.getPluginManager().callEvent(new ExpansionsLoadedEvent(registered));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private void unregisterAll() {
|
|
||||||
for (final PlaceholderExpansion expansion : Sets.newHashSet(expansions.values())) {
|
|
||||||
if (expansion.persist()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
expansion.unregister();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public CompletableFuture<@NotNull List<@Nullable Class<? extends PlaceholderExpansion>>> findExpansionsOnDisk() {
|
|
||||||
File[] files = folder.listFiles((dir, name) -> name.endsWith(".jar"));
|
|
||||||
if (files == null) {
|
|
||||||
return CompletableFuture.completedFuture(Collections.emptyList());
|
|
||||||
}
|
|
||||||
|
|
||||||
return Arrays.stream(files)
|
|
||||||
.map(this::findExpansionInFile)
|
|
||||||
.collect(Futures.collector());
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public CompletableFuture<@Nullable Class<? extends PlaceholderExpansion>> findExpansionInFile(
|
|
||||||
@NotNull final File file) {
|
|
||||||
return CompletableFuture.supplyAsync(() -> {
|
|
||||||
try {
|
|
||||||
final Class<? extends PlaceholderExpansion> expansionClass = FileUtil.findClass(file, PlaceholderExpansion.class);
|
|
||||||
|
|
||||||
if (expansionClass == null) {
|
|
||||||
Msg.severe("Failed to load expansion %s, as it does not have a class which"
|
|
||||||
+ " extends PlaceholderExpansion", file.getName());
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
Set<MethodSignature> expansionMethods = Arrays.stream(expansionClass.getDeclaredMethods())
|
|
||||||
.map(method -> new MethodSignature(method.getName(), method.getParameterTypes()))
|
|
||||||
.collect(Collectors.toSet());
|
|
||||||
if (!expansionMethods.containsAll(ABSTRACT_EXPANSION_METHODS)) {
|
|
||||||
Msg.severe("Failed to load expansion %s, as it does not have the required"
|
|
||||||
+ " methods declared for a PlaceholderExpansion.", file.getName());
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return expansionClass;
|
|
||||||
} catch (VerifyError | NoClassDefFoundError e) {
|
|
||||||
Msg.severe("Failed to load expansion %s (is a dependency missing?)", e, file.getName());
|
|
||||||
return null;
|
|
||||||
} catch (Exception e) {
|
|
||||||
throw new CompletionException(e.getMessage() + " (expansion file: " + file.getAbsolutePath() + ")", e);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public PlaceholderExpansion createExpansionInstance(
|
|
||||||
@NotNull final Class<? extends PlaceholderExpansion> clazz) throws LinkageError {
|
|
||||||
try {
|
|
||||||
return clazz.getDeclaredConstructor().newInstance();
|
|
||||||
} catch (final Exception ex) {
|
|
||||||
if (ex.getCause() instanceof LinkageError) {
|
|
||||||
throw ((LinkageError) ex.getCause());
|
|
||||||
}
|
|
||||||
|
|
||||||
Msg.warn("There was an issue with loading an expansion.");
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onQuit(@NotNull final PlayerQuitEvent event) {
|
|
||||||
for (final PlaceholderExpansion expansion : getExpansions()) {
|
|
||||||
if (!(expansion instanceof Cleanable)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
((Cleanable) expansion).cleanup(event.getPlayer());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.HIGH)
|
|
||||||
public void onPluginDisable(@NotNull final PluginDisableEvent event) {
|
|
||||||
final String name = event.getPlugin().getName();
|
|
||||||
if (name.equals(plugin.getName())) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (final PlaceholderExpansion expansion : getExpansions()) {
|
|
||||||
if (!name.equalsIgnoreCase(expansion.getRequiredPlugin())) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
expansion.unregister();
|
|
||||||
Msg.info("Unregistered placeholder expansion %s", expansion.getIdentifier());
|
|
||||||
Msg.info("Reason: required plugin %s was disabled.", name);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.listeners;
|
|
||||||
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.HandlerList;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.server.ServerLoadEvent;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
public final class ServerLoadEventListener implements Listener {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
|
|
||||||
public ServerLoadEventListener(@NotNull final PlaceholderAPIPlugin plugin) {
|
|
||||||
this.plugin = plugin;
|
|
||||||
|
|
||||||
Bukkit.getPluginManager().registerEvents(this, plugin);
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onServerLoad(@NotNull final ServerLoadEvent event) {
|
|
||||||
HandlerList.unregisterAll(this);
|
|
||||||
plugin.getLocalExpansionManager().load(Bukkit.getConsoleSender());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,137 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.replacer;
|
|
||||||
|
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.function.Function;
|
|
||||||
import me.clip.placeholderapi.expansion.PlaceholderExpansion;
|
|
||||||
import org.bukkit.ChatColor;
|
|
||||||
import org.bukkit.OfflinePlayer;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
public final class CharsReplacer implements Replacer {
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private final Closure closure;
|
|
||||||
|
|
||||||
public CharsReplacer(@NotNull final Closure closure) {
|
|
||||||
this.closure = closure;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Override
|
|
||||||
public String apply(@NotNull final String text, @Nullable final OfflinePlayer player,
|
|
||||||
@NotNull final Function<String, @Nullable PlaceholderExpansion> lookup) {
|
|
||||||
final char[] chars = text.toCharArray();
|
|
||||||
final StringBuilder builder = new StringBuilder(text.length());
|
|
||||||
|
|
||||||
final StringBuilder identifier = new StringBuilder();
|
|
||||||
final StringBuilder parameters = new StringBuilder();
|
|
||||||
|
|
||||||
for (int i = 0; i < chars.length; i++) {
|
|
||||||
final char l = chars[i];
|
|
||||||
|
|
||||||
if (l != closure.head || i + 1 >= chars.length) {
|
|
||||||
builder.append(l);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
boolean identified = false;
|
|
||||||
boolean invalid = true;
|
|
||||||
boolean hadSpace = false;
|
|
||||||
|
|
||||||
while (++i < chars.length) {
|
|
||||||
final char p = chars[i];
|
|
||||||
|
|
||||||
if (p == ' ' && !identified) {
|
|
||||||
hadSpace = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (p == closure.tail) {
|
|
||||||
invalid = false;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (p == '_' && !identified) {
|
|
||||||
identified = true;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (identified) {
|
|
||||||
parameters.append(p);
|
|
||||||
} else {
|
|
||||||
identifier.append(p);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
final String identifierString = identifier.toString();
|
|
||||||
final String lowercaseIdentifierString = identifierString.toLowerCase(Locale.ROOT);
|
|
||||||
final String parametersString = parameters.toString();
|
|
||||||
|
|
||||||
identifier.setLength(0);
|
|
||||||
parameters.setLength(0);
|
|
||||||
|
|
||||||
if (invalid) {
|
|
||||||
builder.append(closure.head).append(identifierString);
|
|
||||||
|
|
||||||
if (identified) {
|
|
||||||
builder.append('_').append(parametersString);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hadSpace) {
|
|
||||||
builder.append(' ');
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
final PlaceholderExpansion placeholder = lookup.apply(lowercaseIdentifierString);
|
|
||||||
if (placeholder == null) {
|
|
||||||
builder.append(closure.head).append(identifierString);
|
|
||||||
|
|
||||||
if (identified) {
|
|
||||||
builder.append('_');
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append(parametersString).append(closure.tail);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
final String replacement = placeholder.onRequest(player, parametersString);
|
|
||||||
if (replacement == null) {
|
|
||||||
builder.append(closure.head).append(identifierString);
|
|
||||||
|
|
||||||
if (identified) {
|
|
||||||
builder.append('_');
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append(parametersString).append(closure.tail);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.append(replacement);
|
|
||||||
}
|
|
||||||
|
|
||||||
return builder.toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,124 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.updatechecker;
|
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import javax.net.ssl.HttpsURLConnection;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import me.clip.placeholderapi.util.Msg;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.EventPriority;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.player.PlayerJoinEvent;
|
|
||||||
|
|
||||||
public class UpdateChecker implements Listener {
|
|
||||||
|
|
||||||
private final int RESOURCE_ID = 6245;
|
|
||||||
private final PlaceholderAPIPlugin plugin;
|
|
||||||
private final String pluginVersion;
|
|
||||||
private String spigotVersion;
|
|
||||||
private boolean updateAvailable;
|
|
||||||
|
|
||||||
public UpdateChecker(PlaceholderAPIPlugin i) {
|
|
||||||
plugin = i;
|
|
||||||
pluginVersion = i.getDescription().getVersion();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean hasUpdateAvailable() {
|
|
||||||
return updateAvailable;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSpigotVersion() {
|
|
||||||
return spigotVersion;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void fetch() {
|
|
||||||
Bukkit.getScheduler().runTaskAsynchronously(plugin, () -> {
|
|
||||||
try {
|
|
||||||
HttpsURLConnection con = (HttpsURLConnection) new URL(
|
|
||||||
"https://api.spigotmc.org/legacy/update.php?resource=" + RESOURCE_ID).openConnection();
|
|
||||||
con.setRequestMethod("GET");
|
|
||||||
spigotVersion = new BufferedReader(new InputStreamReader(con.getInputStream())).readLine();
|
|
||||||
} catch (Exception ex) {
|
|
||||||
plugin.getLogger().info("Failed to check for updates on spigot.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (spigotVersion == null || spigotVersion.isEmpty()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
updateAvailable = spigotIsNewer();
|
|
||||||
|
|
||||||
if (!updateAvailable) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Bukkit.getScheduler().runTask(plugin, () -> {
|
|
||||||
plugin.getLogger()
|
|
||||||
.info("An update for PlaceholderAPI (v" + getSpigotVersion() + ") is available at:");
|
|
||||||
plugin.getLogger()
|
|
||||||
.info("https://www.spigotmc.org/resources/placeholderapi." + RESOURCE_ID + "/");
|
|
||||||
Bukkit.getPluginManager().registerEvents(this, plugin);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private boolean spigotIsNewer() {
|
|
||||||
if (spigotVersion == null || spigotVersion.isEmpty()) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
int[] plV = toReadable(pluginVersion);
|
|
||||||
int[] spV = toReadable(spigotVersion);
|
|
||||||
|
|
||||||
if (plV[0] < spV[0]) {
|
|
||||||
return true;
|
|
||||||
} else if ((plV[1] < spV[1])) {
|
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return plV[2] < spV[2];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private int[] toReadable(String version) {
|
|
||||||
if (version.contains("-DEV")) {
|
|
||||||
version = version.split("-DEV")[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
return Arrays.stream(version.split("\\.")).mapToInt(Integer::parseInt).toArray();
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
|
||||||
public void onJoin(PlayerJoinEvent e) {
|
|
||||||
if (e.getPlayer().hasPermission("placeholderapi.updatenotify")) {
|
|
||||||
Msg.msg(e.getPlayer(),
|
|
||||||
"&bAn update for &fPlaceholder&7API &e(&fPlaceholder&7API &fv" + getSpigotVersion()
|
|
||||||
+ "&e)"
|
|
||||||
, "&bis available at &ehttps://www.spigotmc.org/resources/placeholderapi." + RESOURCE_ID
|
|
||||||
+ "/");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
|
||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
import org.jetbrains.annotations.Nullable;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.net.URLClassLoader;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.jar.JarEntry;
|
|
||||||
import java.util.jar.JarInputStream;
|
|
||||||
|
|
||||||
public class FileUtil {
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public static <T> Class<? extends T> findClass(@NotNull final File file,
|
|
||||||
@NotNull final Class<T> clazz) throws IOException, ClassNotFoundException {
|
|
||||||
if (!file.exists()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
final URL jar = file.toURI().toURL();
|
|
||||||
final URLClassLoader loader = new URLClassLoader(new URL[]{jar}, clazz.getClassLoader());
|
|
||||||
final List<String> matches = new ArrayList<>();
|
|
||||||
final List<Class<? extends T>> classes = new ArrayList<>();
|
|
||||||
|
|
||||||
try (final JarInputStream stream = new JarInputStream(jar.openStream())) {
|
|
||||||
JarEntry entry;
|
|
||||||
while ((entry = stream.getNextJarEntry()) != null) {
|
|
||||||
final String name = entry.getName();
|
|
||||||
if (name.isEmpty() || !name.endsWith(".class")) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
matches.add(name.substring(0, name.lastIndexOf('.')).replace('/', '.'));
|
|
||||||
}
|
|
||||||
|
|
||||||
for (final String match : matches) {
|
|
||||||
try {
|
|
||||||
final Class<?> loaded = loader.loadClass(match);
|
|
||||||
if (clazz.isAssignableFrom(loaded)) {
|
|
||||||
classes.add(loaded.asSubclass(clazz));
|
|
||||||
}
|
|
||||||
} catch (final NoClassDefFoundError ignored) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (classes.isEmpty()) {
|
|
||||||
loader.close();
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
return classes.get(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
|
||||||
|
|
||||||
import static java.lang.Math.max;
|
|
||||||
import static java.lang.Math.min;
|
|
||||||
import static java.util.Arrays.stream;
|
|
||||||
import static java.util.stream.Collectors.joining;
|
|
||||||
import static java.util.stream.Collectors.toList;
|
|
||||||
import static java.util.stream.IntStream.range;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Optional;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* For the record, I am not sorry.
|
|
||||||
*/
|
|
||||||
public final class Format {
|
|
||||||
|
|
||||||
private Format() {}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static Optional<List<String>> tablify(@NotNull final Align align,
|
|
||||||
@NotNull final List<List<String>> rows) {
|
|
||||||
return findSpacing(rows)
|
|
||||||
.map(spacing -> buildFormat(align, spacing))
|
|
||||||
.map(format -> rows.stream()
|
|
||||||
.map(
|
|
||||||
row -> String.format(format, row.toArray()).substring(align == Align.RIGHT ? 2 : 0))
|
|
||||||
.collect(toList()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static String buildFormat(@NotNull final Align align, final int[] spacing) {
|
|
||||||
return stream(spacing)
|
|
||||||
.mapToObj(space -> "%" + (align == Align.LEFT ? "-" : "") + (space + 2) + "s")
|
|
||||||
.collect(joining());
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static Optional<int[]> findSpacing(@NotNull final List<List<String>> rows) {
|
|
||||||
return rows.stream()
|
|
||||||
.map(row -> row.stream().mapToInt(String::length).toArray())
|
|
||||||
.reduce((l, r) -> range(0, min(l.length, r.length)).map(i -> max(l[i], r[i])).toArray());
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum Align {
|
|
||||||
LEFT, RIGHT
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
|
||||||
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.function.BiConsumer;
|
|
||||||
import java.util.stream.Collector;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.plugin.Plugin;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
public final class Futures {
|
|
||||||
|
|
||||||
private Futures() {}
|
|
||||||
|
|
||||||
|
|
||||||
public static <T> void onMainThread(@NotNull final Plugin plugin,
|
|
||||||
@NotNull final CompletableFuture<T> future,
|
|
||||||
@NotNull final BiConsumer<T, Throwable> consumer) {
|
|
||||||
future.whenComplete((value, exception) -> {
|
|
||||||
if (Bukkit.isPrimaryThread()) {
|
|
||||||
consumer.accept(value, exception);
|
|
||||||
} else {
|
|
||||||
Bukkit.getScheduler().runTask(plugin, () -> consumer.accept(value, exception));
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static <T> Collector<CompletableFuture<T>, ?, CompletableFuture<List<T>>> collector() {
|
|
||||||
return Collectors.collectingAndThen(Collectors.toList(), Futures::of);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static <T> CompletableFuture<List<T>> of(
|
|
||||||
@NotNull final Stream<CompletableFuture<T>> futures) {
|
|
||||||
return of(futures.collect(Collectors.toList()));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public static <T> CompletableFuture<List<T>> of(
|
|
||||||
@NotNull final Collection<CompletableFuture<T>> futures) {
|
|
||||||
return CompletableFuture.allOf(futures.toArray(new CompletableFuture[0]))
|
|
||||||
.thenApplyAsync($ -> awaitCompletion(futures));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
private static <T> List<T> awaitCompletion(
|
|
||||||
@NotNull final Collection<CompletableFuture<T>> futures) {
|
|
||||||
return futures.stream().map(CompletableFuture::join).collect(Collectors.toList());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.logging.Level;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import me.clip.placeholderapi.PlaceholderAPIPlugin;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.ChatColor;
|
|
||||||
import org.bukkit.command.CommandSender;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
public final class Msg {
|
|
||||||
|
|
||||||
public static void log(Level level, String msg, Object... args) {
|
|
||||||
PlaceholderAPIPlugin.getInstance().getLogger().log(level, String.format(msg, args));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void info(String msg, Object... args) {
|
|
||||||
log(Level.INFO, msg, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void warn(String msg, Object... args) {
|
|
||||||
log(Level.WARNING, msg, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void warn(String msg, Throwable throwable, Object... args){
|
|
||||||
PlaceholderAPIPlugin.getInstance().getLogger().log(Level.WARNING, String.format(msg, args), throwable);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void severe(String msg, Object... args) {
|
|
||||||
log(Level.SEVERE, msg, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void severe(String msg, Throwable throwable, Object... args) {
|
|
||||||
PlaceholderAPIPlugin.getInstance().getLogger().log(Level.SEVERE, String.format(msg, args), throwable);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void msg(@NotNull final CommandSender sender, @NotNull final String... messages) {
|
|
||||||
if (messages.length == 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
sender.sendMessage(Arrays.stream(messages).map(Msg::color).collect(Collectors.joining("\n")));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void broadcast(@NotNull final String... messages) {
|
|
||||||
if (messages.length == 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Bukkit.broadcastMessage(
|
|
||||||
Arrays.stream(messages).map(Msg::color).collect(Collectors.joining("\n")));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String color(@NotNull final String text) {
|
|
||||||
return ChatColor.translateAlternateColorCodes('&', text);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,96 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of PlaceholderAPI
|
|
||||||
*
|
|
||||||
* PlaceholderAPI
|
|
||||||
* Copyright (c) 2015 - 2024 PlaceholderAPI Team
|
|
||||||
*
|
|
||||||
* PlaceholderAPI free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* PlaceholderAPI is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package me.clip.placeholderapi.util;
|
|
||||||
|
|
||||||
import java.time.Duration;
|
|
||||||
import java.time.temporal.ChronoUnit;
|
|
||||||
import java.util.StringJoiner;
|
|
||||||
|
|
||||||
public class TimeUtil {
|
|
||||||
|
|
||||||
public static String getRemaining(final int seconds, final TimeFormat type) {
|
|
||||||
return getRemaining((long) seconds, type);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getRemaining(final long seconds, final TimeFormat type) {
|
|
||||||
switch (type) {
|
|
||||||
default:
|
|
||||||
return String.valueOf(seconds);
|
|
||||||
|
|
||||||
case SECONDS:
|
|
||||||
return String.valueOf(seconds % 60);
|
|
||||||
|
|
||||||
case MINUTES:
|
|
||||||
return String.valueOf((seconds / 60) % 60);
|
|
||||||
|
|
||||||
case HOURS:
|
|
||||||
return String.valueOf((seconds / 3600) % 24);
|
|
||||||
|
|
||||||
case DAYS:
|
|
||||||
return String.valueOf(seconds / 86400);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Format the given value with s, m, h and d (seconds, minutes, hours and days)
|
|
||||||
*
|
|
||||||
* @param duration {@link Duration} (eg, Duration.of(20, {@link ChronoUnit#SECONDS}) for 20
|
|
||||||
* seconds)
|
|
||||||
* @return formatted time
|
|
||||||
*/
|
|
||||||
public static String getTime(final Duration duration) {
|
|
||||||
return getTime(duration.getSeconds());
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getTime(final int seconds) {
|
|
||||||
return getTime((long) seconds);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getTime(long seconds) {
|
|
||||||
final StringJoiner joiner = new StringJoiner(" ");
|
|
||||||
|
|
||||||
long minutes = seconds / 60;
|
|
||||||
long hours = minutes / 60;
|
|
||||||
final long days = hours / 24;
|
|
||||||
|
|
||||||
seconds %= 60;
|
|
||||||
minutes %= 60;
|
|
||||||
hours %= 24;
|
|
||||||
|
|
||||||
if (days > 0) {
|
|
||||||
joiner.add(days + "d");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hours > 0) {
|
|
||||||
joiner.add(hours + "h");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (minutes > 0) {
|
|
||||||
joiner.add(minutes + "m");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (seconds > 0) {
|
|
||||||
joiner.add(seconds + "s");
|
|
||||||
}
|
|
||||||
|
|
||||||
return joiner.toString();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -10,9 +10,9 @@
|
|||||||
# Download placeholders: /papi ecloud
|
# Download placeholders: /papi ecloud
|
||||||
check_updates: true
|
check_updates: true
|
||||||
cloud_enabled: true
|
cloud_enabled: true
|
||||||
cloud_sorting: "name"
|
cloud_sorting: "NAME"
|
||||||
boolean:
|
boolean_value:
|
||||||
'true': 'yes'
|
true_value: 'yes'
|
||||||
'false': 'no'
|
false_value: 'no'
|
||||||
date_format: MM/dd/yy HH:mm:ss
|
date_format: MM/dd/yy HH:mm:ss
|
||||||
debug: false
|
debug: false
|
||||||
|
|||||||
14
src/main/resources/manifest.json
Normal file
14
src/main/resources/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Group": "HelpChat",
|
||||||
|
"Name": "PlaceholderAPI",
|
||||||
|
"Version": "${version}",
|
||||||
|
"Description": "An awesome placeholder provider",
|
||||||
|
"Authors": [{"Name": "HelpChat"}],
|
||||||
|
"Website": "https://placeholderapi.com",
|
||||||
|
"ServerVersion": "*",
|
||||||
|
"Dependencies": {},
|
||||||
|
"OptionalDependencies": {},
|
||||||
|
"DisabledByDefault": false,
|
||||||
|
"Main": "at.helpch.placeholderapi.PlaceholderAPIPlugin",
|
||||||
|
"IncludesAssetPack": false
|
||||||
|
}
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
name: PlaceholderAPI
|
|
||||||
main: "me.clip.placeholderapi.PlaceholderAPIPlugin"
|
|
||||||
|
|
||||||
version: ${version}
|
|
||||||
author: HelpChat
|
|
||||||
|
|
||||||
api-version: "1.13"
|
|
||||||
description: "An awesome placeholder provider!"
|
|
||||||
|
|
||||||
commands:
|
|
||||||
placeholderapi:
|
|
||||||
description: "PlaceholderAPI Command"
|
|
||||||
aliases: ["papi"]
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
placeholderapi.*:
|
|
||||||
description: "Ability to use all PAPI commands"
|
|
||||||
children:
|
|
||||||
placeholderapi.admin: true
|
|
||||||
placeholderapi.ecloud.*: true
|
|
||||||
placeholderapi.admin:
|
|
||||||
description: "Ability to use all PAPI commands"
|
|
||||||
children:
|
|
||||||
placeholderapi.help: true
|
|
||||||
placeholderapi.info: true
|
|
||||||
placeholderapi.list: true
|
|
||||||
placeholderapi.parse: true
|
|
||||||
placeholderapi.reload: true
|
|
||||||
placeholderapi.version: true
|
|
||||||
placeholderapi.register: true
|
|
||||||
placeholderapi.unregister: true
|
|
||||||
placeholderapi.updatenotify: true
|
|
||||||
placeholderapi.ecloud.*:
|
|
||||||
description: "Ability to use all PAPI ecloud commands"
|
|
||||||
children:
|
|
||||||
placeholderapi.ecloud: true
|
|
||||||
placeholderapi.ecloud.info: true
|
|
||||||
placeholderapi.ecloud.list: true
|
|
||||||
placeholderapi.ecloud.clear: true
|
|
||||||
placeholderapi.ecloud.status: true
|
|
||||||
placeholderapi.ecloud.update: true
|
|
||||||
placeholderapi.ecloud.refresh: true
|
|
||||||
placeholderapi.ecloud.download: true
|
|
||||||
placeholderapi.ecloud.placeholders: true
|
|
||||||
placeholderapi.help:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view the list of PAPI commands"
|
|
||||||
placeholderapi.info:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view expansion information"
|
|
||||||
placeholderapi.list:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to list active expansions"
|
|
||||||
placeholderapi.ecloud:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to access PAPI eCloud"
|
|
||||||
placeholderapi.parse:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to parse placeholders"
|
|
||||||
placeholderapi.reload:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to reload PAPI and its configuration"
|
|
||||||
placeholderapi.version:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view the version of PAPI installed"
|
|
||||||
placeholderapi.register:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to register expansions"
|
|
||||||
placeholderapi.unregister:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to unregister expansions"
|
|
||||||
placeholderapi.updatenotify:
|
|
||||||
default: "op"
|
|
||||||
description: "Notifies you when there is a PAPI update"
|
|
||||||
placeholderapi.ecloud.info:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view cloud expansion information"
|
|
||||||
placeholderapi.ecloud.list:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to list eCloud expansions"
|
|
||||||
placeholderapi.ecloud.clear:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to clear the local eCloud expansion cache"
|
|
||||||
placeholderapi.ecloud.status:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view the status of eCloud expansions"
|
|
||||||
placeholderapi.ecloud.update:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to update registered eCloud expansions"
|
|
||||||
placeholderapi.ecloud.refresh:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to refresh the local eCloud expansion cache"
|
|
||||||
placeholderapi.ecloud.download:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to download an expansion from the eCloud"
|
|
||||||
placeholderapi.ecloud.placeholders:
|
|
||||||
default: "op"
|
|
||||||
description: "Allows you to view the placeholders of a eCloud expansion"
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user