mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-12 08:44:23 +00:00
Fix inconsistencies in whitespace formatting
Only use 4 spaces, no tabs.
This commit is contained in:
parent
8cbb588d18
commit
6871b7e3d2
50 changed files with 1652 additions and 1689 deletions
|
@ -7,28 +7,28 @@ import com.esophose.playerparticles.particles.PPlayer;
|
|||
|
||||
public class AddCommandModule implements CommandModule {
|
||||
|
||||
public void onCommandExecute(PPlayer pplayer, String[] args) {
|
||||
|
||||
}
|
||||
public void onCommandExecute(PPlayer pplayer, String[] args) {
|
||||
|
||||
public List<String> onTabComplete(PPlayer pplayer, String[] args) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return "add";
|
||||
}
|
||||
public List<String> onTabComplete(PPlayer pplayer, String[] args) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return Lang.ADD_COMMAND_DESCRIPTION.get();
|
||||
}
|
||||
public String getName() {
|
||||
return "add";
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return Lang.ADD_COMMAND_DESCRIPTION.get();
|
||||
}
|
||||
|
||||
public String getArguments() {
|
||||
return "<effect> <style> [data]";
|
||||
}
|
||||
|
||||
public boolean requiresEffects() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public String getArguments() {
|
||||
return "<effect> <style> [data]";
|
||||
}
|
||||
|
||||
public boolean requiresEffects() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue