Added the plugin details and also the onEnable and onDisable functions

This commit is contained in:
sekwah41 2013-10-07 20:00:36 +01:00
parent 4022ee8cce
commit c5f79bb3c0
2 changed files with 17 additions and 1 deletions

View File

@ -3,5 +3,16 @@ package com.sekwah.advancedportals;
import org.bukkit.plugin.java.JavaPlugin;
public class AdvancedPortalsPlugin extends JavaPlugin {
@Override
public void onEnable(){
}
@Override
public void onDisable(){
}
}

View File

@ -0,0 +1,5 @@
main: com.sekwah.advancedportals
name: AdvancedPortals
version: 1.0
author: SEKWAH41
description: This plugin enables advanced portals for bukkit.