-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Milestone
Description
I was coding and I came across this line in the code as apposed to another line:
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH)
@CommandParameters(description = "Sets everyone's Worldedit block modification limit to 500.", usage = "/")
public class Command_setl extends TFM_Command
TFM_Util.adminAction(sender.getName(), "Setting everyone's Worldedit block modification limit to 2500.", true);
for (final Player player : server.getOnlinePlayers())
Read the desctiption and then see what it does.