Electroking
JCHJava Community | Help. Code. Learn.
•Created by Electroking on 11/27/2024 in #java-help
Problem Accessing yml elements using java for minecraft
Problem Accessing yml elements using java for minecraft :
i'd like to have kits where i give players some blocks defined in the config.yml
but when i try it, it doesn't work, the yml is valid, the code too, the list in't null, but doesn't show any element event if i put a basic element at the start of the list (BEDROCK one)
Version mc + spigot 1.16.5
31 replies
JCHJava Community | Help. Code. Learn.
•Created by Electroking on 6/3/2023 in #java-help
some questions of optimisation
Hello, i would like to ask some optimisation question
11 replies
JCHJava Community | Help. Code. Learn.
•Created by Electroking on 6/3/2023 in #java-help
Hello, i have a problem with this error and i don't know the problem :/ can someone help me pls ?
[15:22:27 ERROR]: Error occurred while enabling GalaxySkyblock v1.0 (Is it up to date?)
java.lang.IllegalArgumentException: Plugin already initialized!
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:98) ~[spigot-1.8.8.jar:git-Bukkit-741a1bd]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[spigot-1.8.8.jar:git-Bukkit-741a1bd]
at fr.electroking.galaxyskyblock.CustomItems.<init>(CustomItems.java:13) ~[?:?]
37 replies