mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 02:24:16 +02:00
[trunk] lightning, not as harsh, will take 5 hearts.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1279 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -37,7 +37,7 @@ public class Commandlightning extends EssentialsCommand
|
||||
{
|
||||
user.sendMessage("§7Smiting" + p.getDisplayName());
|
||||
world.strikeLightning(p.getLocation());
|
||||
p.setHealth(0);
|
||||
p.setHealth(p.getHealth() - 5);
|
||||
p.sendMessage("§7You have just been smited");
|
||||
}
|
||||
user.charge(this);
|
||||
|
@@ -145,7 +145,7 @@ commands:
|
||||
usage: /<command>
|
||||
aliases: [playerlist,who,online,elist]
|
||||
lightning:
|
||||
description: Smite down players with the power of Thor
|
||||
description: Smite down players with the power of Thor, will take 5 hearts
|
||||
usage: /<command> [player]
|
||||
mail:
|
||||
description: Manages inter-player, intra-server mail.
|
||||
|
Reference in New Issue
Block a user