Open sallyoneee opened 9 months ago
I was able to compile the java file using:
javac -cp .\spigot-api-1.20.4-R0.1-20240320.093700-100.jar .\File_encode.java
then I just replaced the class file in the jar with the new one
7-zip extract, replace class file, rebuild jar
cd .\file_encode-1.0-SNAPSHOT\
jar cf ..\file_encode.jar *
Hi, I'm having a problem with building the java file. I followed the instructions and put the yml file in the right folder, but when I run the command in the game, nothing happens. It's like the plugin doesn't exist, but when I use yours, it totally works(even without yml file). Do you have any idea what I'm doing wrong or how to fix it? Thanks in advance.