*HELP*

yLusck

New Member
!!HELP PLEASE!!

22.10 01:36:16 [Server] INFO Loading Mundo_yLusck v1.0.0 22.10 01:36:16 [Server] CRITICAL Could not load plugin 22.10 01:36:16 [Server] INFO at cn.nukkit.plugin.PluginManager.loadPlugins(PluginManager.java:120) 22.10 01:36:16 [Server] INFO at cn.nukkit.Server.<init>(Server.java:429) 22.10 01:36:16 [Server] INFO at cn.nukkit.Nukkit.main(Nukkit.java:109) 22.10 01:36:16 [Server] CRITICAL Could not load plugin 'Mundo_yLusck'

[*MY CODE*]


package Mundo;
import java.io.File;
import java.io.IOException;
import java.util.LinkedHashMap;
import cn.nukkit.Server;
import cn.nukkit.command.Command;
import cn.nukkit.command.CommandSender;
import cn.nukkit.plugin.PluginBase;
public class MundoL extends PluginBase {
@Override
public void onEnable() {
this.getLogger().info("P L U G I N L I G O U");
}
}
 
Last edited:
Top