mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-28 18:45:10 +01:00
start converting from bukkit to hytale
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package at.helpch.placeholderapi.configuration;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public record BooleanValue(@NotNull String trueValue, @NotNull String falseValue) {
|
||||
}
|
||||
Reference in New Issue
Block a user