start converting from bukkit to hytale

This commit is contained in:
PiggyPiglet
2026-01-19 20:39:13 +08:00
parent cb5b9a8bb9
commit 2d9f4fca77
59 changed files with 6550 additions and 335 deletions

View File

@@ -0,0 +1,6 @@
package at.helpch.placeholderapi.configuration;
import org.jetbrains.annotations.NotNull;
public record BooleanValue(@NotNull String trueValue, @NotNull String falseValue) {
}