ChatNotifier: start
This commit is contained in:
parent
7535c6103d
commit
1ba72e4b14
12
src/cz/marwland/mc/essentials/features/ChatNotifier.java
Normal file
12
src/cz/marwland/mc/essentials/features/ChatNotifier.java
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package cz.marwland.mc.essentials.features;
|
||||||
|
|
||||||
|
import cz.marwland.mc.core.MarwCore;
|
||||||
|
import cz.marwland.mc.core.features.Feature;
|
||||||
|
|
||||||
|
public class ChatNotifier extends Feature {
|
||||||
|
|
||||||
|
public ChatNotifier(MarwCore plugin) {
|
||||||
|
super(plugin, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user