1package com.runehive.content.writer.impl;
3import com.runehive.content.WellOfGoodwill;
4import com.runehive.content.bloodmoney.BloodMoneyChest;
5import com.runehive.content.writer.InterfaceWriter;
6import com.runehive.game.world.World;
7import com.runehive.game.world.entity.combat.strategy.npc.boss.skotizo.SkotizoUtility;
8import com.runehive.game.world.entity.mob.player.Player;
9import com.runehive.game.world.entity.mob.player.PlayerRight;
10import com.runehive.net.packet.out.SendScrollbar;
11import com.runehive.util.Utility;
25 " <col=FF7000>Game Information:",
29 " <col=FF7000>Events:",
33 " <col=FF7000>Player Information:",
37 " <col=FF7000>Player Statistics:",
38 " -Kills: <col=FFB83F>" +
player.kill,
39 " -Deaths: <col=FFB83F> " +
player.death,
40 " -KDR: <col=FFB83F>" +
player.playerAssistant.kdr(),
41 " -Killstreak: <col=FFB83F>" +
player.killstreak.streak,
46 " <col=FF7000>Slayer Information:",
48 " -Slayer Task: <col=FFB83F>" + (
player.slayer.getTask() ==
null ?
"None" :
player.slayer.getTask().getName()),
77 protected String[]
text() {
Handles contribution towards the well of goodwill.
static String getInformation()
The information displayed on information tab.
The blood money chest manager.
static String getInformation()
The information displayed on information tab.
InterfaceWriter(Player player)
InformationWriter(Player player)
Represents the game world.
static int getPlayerCount()
Gets the amount of valid players online.
static int getStaffCount()
Created by Daniel on 2017-12-20.
static String getInformation()
This class represents a character controlled by a player.
Handles miscellaneous methods.
static String formatDigits(final int amount)
Formats digits for integers.
static String getTime()
Gets the current server time and formats it.
static String formatPrice(final long amount)
Formats a price for longs.
static String getUptime()
Gets the current uptime of server and formats it.
Holds all the player right data.
static String getCrown(Player player)
Gets the crown display.