mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-30 12:24:04 +00:00
@@ -38,6 +38,7 @@ public class Command_scare extends FreedomCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
msg("Scared " + player.getName());
|
msg("Scared " + player.getName());
|
||||||
|
player.sendMessage(ChatColor.RED + "ZING");
|
||||||
|
|
||||||
player.spawnParticle(Particle.MOB_APPEARANCE, player.getLocation(), 4);
|
player.spawnParticle(Particle.MOB_APPEARANCE, player.getLocation(), 4);
|
||||||
for (int i = 0; i < 10; ++i)
|
for (int i = 0; i < 10; ++i)
|
||||||
@@ -58,4 +59,4 @@ public class Command_scare extends FreedomCommand
|
|||||||
}
|
}
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user