1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

start plugin stuff

This commit is contained in:
EOT3000
2019-07-08 14:31:40 -04:00
parent a28d5ad06a
commit c7b36bd834
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
package org.geysermc.api.plugin;
public class Plugin {
public void onEnable() {
}
public void onDisable() {
}
}

View File

@@ -1,4 +0,0 @@
package org.geysermc.connector.plugin;
public class Plugin {
}