We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434fcc3 commit 3900390Copy full SHA for 3900390
src/main/java/adhdmc/simplepms/SimplePMs.java
@@ -12,6 +12,8 @@
12
import org.bukkit.plugin.java.JavaPlugin;
13
14
public final class SimplePMs extends JavaPlugin {
15
+ //todo: Add placeholderAPI support
16
+ //todo: Add message event
17
18
private static Plugin instance;
19
private static final MiniMessage miniMessage = MiniMessage.miniMessage();
@@ -34,11 +36,6 @@ public static Plugin getInstance() {
34
36
return instance;
35
37
}
38
- @Override
- public void onDisable() {
39
-
40
- }
41
42
private void registerCommands() {
43
this.getCommand("msg").setExecutor(new PrivateMessage());
44
this.getCommand("reply").setExecutor(new ReplyCommand());
0 commit comments