mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Added basic functionality for debug commands
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package net.simon987.npcplugin;
|
||||
|
||||
import net.simon987.server.ServerConfiguration;
|
||||
import net.simon987.server.logging.LogManager;
|
||||
import net.simon987.server.plugin.ServerPlugin;
|
||||
|
||||
public class VaultPlugin extends ServerPlugin {
|
||||
|
||||
|
||||
@Override
|
||||
public void init(ServerConfiguration config) {
|
||||
|
||||
|
||||
LogManager.LOGGER.info("Initialised Vault plugin");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user