[level]
level = 0
name = ^4Player
flags = *
[level]
level = 100
name = breaktheserver
flags = *
[admin]
name = b^4en^7machine^1}MGR{
guid = [my guid]
level = 100
flags =
When I did !listplayers with the above setup, the server hung (Connection Interrupted, no response at the console). I suspect this is because the format for !listplayers prints it as a %-2i and for some reason this cannot handle three digit numbers. Changing this to a %-3i solves the problem but is not, I think, an adequate solution.
[level] level = 0 name = ^4Player flags = * [level] level = 100 name = breaktheserver flags = * [admin] name = b^4en^7machine^1}MGR{ guid = [my guid] level = 100 flags = When I did !listplayers with the above setup, the server hung (Connection Interrupted, no response at the console). I suspect this is because the format for !listplayers prints it as a %-2i and for some reason this cannot handle three digit numbers. Changing this to a %-3i solves the problem but is not, I think, an adequate solution.