parent
ad5e2fbdd9
commit
1665cc9702
4 changed files with 27 additions and 0 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