Need help with pyspades!

I have been setting up a pyspades server, it connects to the master connection fine, but the problem is when i run it, it runs fine, but when i go to the play ace of spades, it says “pyspades server (a random number here)” any help? yes i changed the name in config this is what it looks like in the config

{
“aloha CTF failway0” : “aloha CTF failway0”,
“player killer” : [
“Welcome to %(aloha CTF failway0)! See /help for new commands.”,
“Map is %(failway0)s by %(unknown)s.”,
“(server powered by pyspades)”
],
“help” : [
“/SQUAD Creates or joins a squad, letting you spawn with friends”,
“/STREAK Shows how many kills in a row you got without dying”,
“/AIRSTRIKE Air support! Try it out just like that for more details”,
“/INTEL Tells you who’s got the enemy intel”,
“/PING Shows your ping (how good your connection to the server is)”
],
“tips” : [
“Here you can deploy airstrikes, form squads and more! Type /help for info.”,
“The spade does melee damage! Use it wisely.”
],
“tip_frequency” : 5,
“rules” : [
“No griefing, no bad words, etc.”
],
“max_players” : 32,
“max_connections_per_ip” : 5,
“game_mode” : “ctf”,
“cap_limit” : 10,
“maps” : [“failway0”, “binladencompoundv7”, “caves0”],
“random_rotation” : false,
“default_time_limit” : 15,
“advance_on_win” : false,
“respawn_time” : 8,
“squad_respawn_time” : 8,
“squad_size” : 4,
“auto_squad” : false,
“master” : true,
“friendly_fire” : false,
“grief_friendly_fire_time” : 2,
“melee_damage” : 100,
“fall_damage” : true,
“set_god_build” : false,
“teamswitch_interval” : 0,
“votekick_percentage” : 25,
“votekick_ban_duration” : 15,
“votekick_public_votes” : true,
“default_ban_duration” : 1440,
“speedhack_detect” : true,
“network_interface” : “”,
“team1” : {
“name” : “Blue”,
“color” : [0, 0, 255]
},
“team2” : {
“name” : “Green”,
“color” : [0, 255, 0]
},
“passwords” : {
“admin” : [],
“trusted” : []
},
“ssh” : {
“enabled” : false,
“port” : 32887,
“users” : {
“user” : “pass”
}
},
“status_server” : {
“enabled” : false,
“port” : 32886
},
“ban_publish” : {
“enabled” : false,
“port” : 32885
},
“ban_subscribe” : {
“enabled” : true,
“urls” : [
[“http://www.blacklist.spadille.net/subscribe.json”, []]
]
},
“server_prefix” : “[*]”,
“user_blocks_only” : false,
“logfile” : “./logs/log.txt”,
“rotate_daily” : true,
“debug_log” : false,
“balanced_teams” : 3,
“login_retries” : 3,
“irc” : {
“enabled” : false,
“nickname” : “pyspades”,
“username” : “pyspades”,
“realname” : “pyspades server bot”,
“server” : “irc.quakenet.org”,
“port” : 6667,
“channel” : “#pyspades.bots”,
“password” : “”,
“commandprefix” : “.”,
“chatprefix” : “”
},
“iocp” : true,
“profile” : false,

"scripts" : [
    "welcome",
    "rollback",
    "trusted",
    "autohelp",
    "protect",
    "map_extensions",
    "airstrike",
    "squad",
    "disco",
    "antijerk",
    "savemap"
],

"load_saved_map" : false,

"statistics" : {
    "host" : "localhost",
    "server_name" : "stats server",
    "port" : 32880,
    "password" : "marmelade"
},

"welcomes" : {
    "mat^2" : "The very likeable mat^2 has entered!"
},
"rollback_on_game_end" : false

}

any help? the portforwarding is complete i have people join but the display is just messed up! can anyone help me?!!?!??!?! :’(

the second line of config.txt should be:

"name" : "NAME OF YOUR SERVER",

don’t change the “name” part

Yeah I got it now its fine, but the main problem now is server lag, I have server lag, when someone joins the pyspades server even me, they get a infinite loop, and on the vinilla server its kinda fine but I get the falling too far thing where everyone falls too far. Is there any way to fix this?

Internet test

from speedtest.net

my download speed is speed is 17.84 Mb/s my upload speed is 1.47 Mb/s

that is the max my highest speed test, my ping is about 70 or 80 when im hosting a server

sounds like a CPU bottleneck, that falling thing usually means the CPU is maxed out

what’s CPU usage at? are you hosting from the same machine you’re playing from? is it fine when you don’t join the server? that would make sense

"sounds like a CPU bottleneck, that falling thing usually means the CPU is maxed out

what’s CPU usage at? are you hosting from the same machine you’re playing from? is it fine when you don’t join the server? that would make sense"

That is probally it, my laptop is like 3 years old and the CPU sucks balls, well i guess i have to run it on another computer :), thanks