Markimus

Birthday
Jul 8, 1988 (Age: 37)
Location
England
Gender
Male
Occupation
Freelancer

Signature

Minecraft Plugin Developer
Specializing in Factions plugins, but extremely versatile.
Affordable rates, quick turn around.
Contact me on Discord: Markimus#7102
Join my public server for plugin updates: http://discord.gg/spbSEdX
Code:
public class TicksPerSecondCommand extends Command {
  public TicksPerSecondCommand(String name) {
    super( name );
    this.description = "Gets the current ticks per second for the server";
    this.usageMessage = "/tps";
    this.setPermission( "bukkit.command.tps" );
  }
  public boolean execute(CommandSender sender, String currentAlias, String[] args) {
    sender.sendMessage(ChatColor.GOLD + "TPS from last 1m, 5m, 15m: " + ChatColor.GREEN + "20, 20, 20");
  }
}
^ Selling RandoSpigot.jar - Now with Amazing Performance Improvements™ ^
Top