parent
4ec655055c
commit
ea83463ab5
5 changed files with 32 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||||||
|
package xyz.mineconomia.mineconomiacore.commands; |
||||||
|
import org.bukkit.command.Command; |
||||||
|
import org.bukkit.command.CommandExecutor; |
||||||
|
import org.bukkit.command.CommandSender; |
||||||
|
import org.jetbrains.annotations.NotNull; |
||||||
|
|
||||||
|
public class mcore implements CommandExecutor { |
||||||
|
@Override |
||||||
|
public boolean onCommand(@NotNull CommandSender commandSender, @NotNull Command command, @NotNull String s, String[] strings) { |
||||||
|
return false; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
package xyz.mineconomia.mineconomiacore.completers; |
||||||
|
//Zde nic zatím
|
||||||
|
public class mcore_completer { |
||||||
|
|
||||||
|
} |
||||||
Loading…
Reference in new issue