mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-30 15:26:41 +00:00
Initial commit
This commit is contained in:
22
src/main/java/me/totalfreedom/plex/Plex
Normal file
22
src/main/java/me/totalfreedom/plex/Plex
Normal file
@ -0,0 +1,22 @@
|
||||
package me.totalfreedom.plex;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class Plex extends JavaPlugin
|
||||
{
|
||||
|
||||
@Override
|
||||
public void onLoad()
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnable()
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user