ok
This commit is contained in:
fionn 2020-04-22 21:27:07 +01:00 committed by GitHub
parent 321d9f97e0
commit dd5e256c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ public class Command_scare extends FreedomCommand
}
msg("Scared " + player.getName());
player.sendMessage(ChatColor.RED + "ZING");
player.spawnParticle(Particle.MOB_APPEARANCE, player.getLocation(), 4);
for (int i = 0; i < 10; ++i)
@ -58,4 +59,4 @@ public class Command_scare extends FreedomCommand
}
return Collections.emptyList();
}
}
}