mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 10:15:52 +01:00
Updated SubAPI (markdown)
parent
6196b0a4aa
commit
7a9a3f8476
@ -113,10 +113,12 @@ import net.ME1312.Galaxi.Library.Event.Subscribe;
|
||||
|
||||
@Plugin(name = "ExamplePlugin", version = "1.0.0a", authors = "ME1312")
|
||||
public class ExamplePlugin {
|
||||
|
||||
@Subscribe
|
||||
public void onEnable(GalaxiStartEvent event) {
|
||||
// Write enable code here
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
public void onDisable(GalaxiStopEvent event) {
|
||||
// Write disable code here
|
||||
|
Loading…
Reference in New Issue
Block a user