mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-08 23:07:49 +00:00
Fix file size, fix onenable errors, fix database queries, all particle calculations now use doubles, steps are now done consistently with ints, still unstable with lots of unimplemented features/commands
This commit is contained in:
parent
8354f40a04
commit
a433189b45
16 changed files with 154 additions and 126 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue