mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-07 03:19:54 +01:00
Added some info and started command stuff a little
This commit is contained in:
parent
854c06eba3
commit
b508e7e0cc
@ -13,6 +13,12 @@ public interface CommandTemplate {
|
||||
|
||||
void onCommand(CommandHandler sender, String[] args);
|
||||
|
||||
/**
|
||||
* Fired when someone asks for a tab complete action.
|
||||
* @param sender
|
||||
* @param args
|
||||
* @return
|
||||
*/
|
||||
List<String> onTabComplete(CommandHandler sender, String[] args);
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,4 @@
|
||||
package com.sekwah.advancedportals.core.commands;
|
||||
|
||||
public class PortalCommand {
|
||||
}
|
Loading…
Reference in New Issue
Block a user