Hey everyone, I need some help. Right now on my server, the maze status (showing how many players are alive) appears at the bottom of the screen, but I want it to appear at the top. Could you help me with that?


Currently, my settings are like this:
BountyHunter.Config.Message = {
Entry = {
"Announcement: Argent City region at (%d,%d) emerges a gate that leades to [%s].",
"Announcement: According to reports, portal to [%s] has vanished! Enjoy!",
"<Bounty Hunter>: If you want to be in [%s], stay inside. You wont be allowed in for another %d second(s).",
"<Bounty Hunter>: Cannot enter with a party.",
"<Bounty Hunter>: You need one %s to enter.",
"<Bounty Hunter>: You need to have at least %d honor to enter.",
"<Bounty Hunter>: You need to have at least %d reputation to enter.",
"<Bounty Hunter>: You need to be below level %d to enter [%s].",
"<Bounty Hunter>: You do not have enough money to enter [%s], you need %d G."
},
Ctrl = {
"<%s>: Player [%s] was found cheating by entering after portal was closed.",
"<%s>: For leaving [%s] without dying, you won't be allowed to enter again for another %d second(s), play fair!",
"%s | Player(s): %d",
"<%s>: There are still %d player(s) alive.",
"<%s>: Minute %d, Players Alive: %d, Unique Players: %d, Total Players: %d, Gold Pot %d G, Level Reward %d.",
"<%s>: Player [%s] was taken out of the map for being in a team.",
"<%s>: Congratulations %s!! you were the only survivor of this match!",
"<%s>: You have obtained revenge by killing the player who last killed you!",
"<%s>: [%s] is on a %d - kill streak!"
},


Currently, my settings are like this:
BountyHunter.Config.Message = {
Entry = {
"Announcement: Argent City region at (%d,%d) emerges a gate that leades to [%s].",
"Announcement: According to reports, portal to [%s] has vanished! Enjoy!",
"<Bounty Hunter>: If you want to be in [%s], stay inside. You wont be allowed in for another %d second(s).",
"<Bounty Hunter>: Cannot enter with a party.",
"<Bounty Hunter>: You need one %s to enter.",
"<Bounty Hunter>: You need to have at least %d honor to enter.",
"<Bounty Hunter>: You need to have at least %d reputation to enter.",
"<Bounty Hunter>: You need to be below level %d to enter [%s].",
"<Bounty Hunter>: You do not have enough money to enter [%s], you need %d G."
},
Ctrl = {
"<%s>: Player [%s] was found cheating by entering after portal was closed.",
"<%s>: For leaving [%s] without dying, you won't be allowed to enter again for another %d second(s), play fair!",
"%s | Player(s): %d",
"<%s>: There are still %d player(s) alive.",
"<%s>: Minute %d, Players Alive: %d, Unique Players: %d, Total Players: %d, Gold Pot %d G, Level Reward %d.",
"<%s>: Player [%s] was taken out of the map for being in a team.",
"<%s>: Congratulations %s!! you were the only survivor of this match!",
"<%s>: You have obtained revenge by killing the player who last killed you!",
"<%s>: [%s] is on a %d - kill streak!"
},