mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
[trunk] test the svn bot
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1287 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
a267cef78a
commit
db191e3115
@ -33,11 +33,13 @@ public class Commandthunder extends EssentialsCommand
|
||||
world.setThundering(setThunder ? true : false);
|
||||
world.setThunderDuration(Integer.parseInt(args[1]) * 20);
|
||||
user.sendMessage("§7You " + (setThunder ? "enabled" : "disabled") + " thunder in your world for " + args[1] + " seconds");
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
world.setThundering(setThunder ? true : false);
|
||||
user.sendMessage("§7You " + (setThunder ? "enabled" : "disabled") + " thunder in your world");
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user