mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 04:55:28 +02:00
Now it extends PluginListener
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
public class vConsole {
|
public class vConsole extends PluginListener {
|
||||||
public boolean onConsoleCommand(String[] split) {
|
public boolean onConsoleCommand(String[] split) {
|
||||||
String args = etc.combineSplit(1, split, "");
|
String args = etc.combineSplit(1, split, "");
|
||||||
//Return true if you don't want the server command to be parsed by the server.
|
//Return true if you don't want the server command to be parsed by the server.
|
||||||
|
Reference in New Issue
Block a user