mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-30 23:36:40 +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()
|
||||
{
|
||||
}
|
||||
}
|
4
src/main/resources/plugin.yml
Normal file
4
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,4 @@
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
author: Telesphoreo
|
||||
main: me.totalfreedom.plex.Plex
|
Reference in New Issue
Block a user