381382383384385386387
ParticleEffectUtils.fireworkParticleShower(player, ALL_COLORS.get(Misc.getRandom().nextInt(ALL_COLORS.size()))); } public void registerAprilCommand() { PluginCommand command = mcMMO.p.getCommand("mcfools"); command.setExecutor(new AprilCommand()); }