mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
Added the plugin details and also the onEnable and onDisable functions
This commit is contained in:
parent
4022ee8cce
commit
c5f79bb3c0
@ -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(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
main: com.sekwah.advancedportals
|
||||
name: AdvancedPortals
|
||||
version: 1.0
|
||||
author: SEKWAH41
|
||||
description: This plugin enables advanced portals for bukkit.
|
Loading…
Reference in New Issue
Block a user