2016-11-12 14:52:08 +00:00
|
|
|
package alisolarflare.components.easyuhc.commands;
|
2016-11-11 18:43:39 +00:00
|
|
|
|
|
|
|
import org.bukkit.command.CommandSender;
|
|
|
|
|
2016-11-12 14:52:08 +00:00
|
|
|
import alisolarflare.components.ModCommand;
|
2016-11-11 18:43:39 +00:00
|
|
|
|
2016-11-12 01:00:07 +00:00
|
|
|
public class SpreadPlayers extends ModCommand{
|
2016-11-11 18:43:39 +00:00
|
|
|
|
|
|
|
@Override
|
|
|
|
public boolean OnCommand(CommandSender sender, String alias, String[] args) {
|
|
|
|
// TODO Auto-generated method stub
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|