mirror of
https://github.com/plexusorg/ExampleModule.git
synced 2025-07-12 11:48:34 +00:00
Example module
This commit is contained in:
16
src/main/java/dev/plex/ExampleModule.java
Normal file
16
src/main/java/dev/plex/ExampleModule.java
Normal file
@ -0,0 +1,16 @@
|
||||
package dev.plex;
|
||||
|
||||
import dev.plex.module.PlexModule;
|
||||
|
||||
public class ExampleModule extends PlexModule
|
||||
{
|
||||
@Override
|
||||
public void enable() {
|
||||
getLogger().info("Test");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void disable() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user