mirror of
https://github.com/plexusorg/ExampleModule.git
synced 2025-08-04 03:25:44 +00:00
Example module
This commit is contained in:
commit
f64a34a514
9 changed files with 372 additions and 0 deletions
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() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue