Tab completion for /pp fixed

This commit is contained in:
Esophose 2018-10-07 21:18:19 -06:00
parent 53fabbacae
commit 36803440c0
13 changed files with 423 additions and 276 deletions

View file

@ -8,7 +8,7 @@ import com.esophose.playerparticles.particles.PPlayer;
public class EditCommandModule implements CommandModule {
public void onCommandExecute(PPlayer pplayer, String[] args) {
}
public List<String> onTabComplete(PPlayer pplayer, String[] args) {