<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Ace of Spades Game Forums &#187; Topic: @mat^2 (Probably have heard this a lot)</title>
<link>http://forumarchive.spadille.net/</link>
<description>Ace of Spades Game Forums &#187; Topic: @mat^2 (Probably have heard this a lot)</description>
<language>en</language>
<pubDate>Sat, 09 May 2026 18:59:34 +0000</pubDate>

<item>
<title>KomradeMario on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-105135</link>
<pubDate>Wed, 07 Sep 2011 08:34:26 +0000</pubDate>
<dc:creator>KomradeMario</dc:creator>
<guid isPermaLink="false">105135@http://forumarchive.spadille.net/</guid>
<description><p>I have admin rights. Maybe if you read the thread, you would understand.
</p></description>
</item>
<item>
<title>ninjapro69 on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-105128</link>
<pubDate>Wed, 07 Sep 2011 08:24:24 +0000</pubDate>
<dc:creator>ninjapro69</dc:creator>
<guid isPermaLink="false">105128@http://forumarchive.spadille.net/</guid>
<description><p>get administrators rights?
</p></description>
</item>
<item>
<title>KomradeMario on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-105123</link>
<pubDate>Wed, 07 Sep 2011 08:16:54 +0000</pubDate>
<dc:creator>KomradeMario</dc:creator>
<guid isPermaLink="false">105123@http://forumarchive.spadille.net/</guid>
<description><p>When I try to do command I have set for moderator, it says "No administrator rights". Any ideas?
</p></description>
</item>
<item>
<title>KomradeMario on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-104209</link>
<pubDate>Mon, 05 Sep 2011 21:59:34 +0000</pubDate>
<dc:creator>KomradeMario</dc:creator>
<guid isPermaLink="false">104209@http://forumarchive.spadille.net/</guid>
<description><p>I've look though the commands source before and I never knew what the<br />
 rights = {<br />
'builder' : ['god', 'goto'],</p>
<p>was for, but now I do
</p></description>
</item>
<item>
<title>YourMom on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-104206</link>
<pubDate>Mon, 05 Sep 2011 21:57:58 +0000</pubDate>
<dc:creator>YourMom</dc:creator>
<guid isPermaLink="false">104206@http://forumarchive.spadille.net/</guid>
<description><p>Yeah, the SuperCool Build Server has ranks: Advanced Builder (which is like Moderator) and Admin. You can enable which commands the rank has, and more.
</p></description>
</item>
<item>
<title>KomradeMario on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-104203</link>
<pubDate>Mon, 05 Sep 2011 21:56:51 +0000</pubDate>
<dc:creator>KomradeMario</dc:creator>
<guid isPermaLink="false">104203@http://forumarchive.spadille.net/</guid>
<description><p>Oh, cool. I don't know much python but that looks very straight forward. Thanks lol :P
</p></description>
</item>
<item>
<title>izzy on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-104198</link>
<pubDate>Mon, 05 Sep 2011 21:53:44 +0000</pubDate>
<dc:creator>izzy</dc:creator>
<guid isPermaLink="false">104198@http://forumarchive.spadille.net/</guid>
<description><p>you can already do it by editing commands.py and config.txt</p>
<p>example:</p>
<p>commands.py</p>
<blockquote><p>rights = {<br />
    'builder' : ['god', 'goto'],<br />
    'moderator' : ['kick', 'mute']<br />
}
</p></blockquote>
<p>config.txt</p>
<blockquote><p>    "passwords" : {<br />
        "admin" : ["adminpass1","adminpass2"],<br />
        "builder" : ["buildpass1","buildpass2"],<br />
        "moderator" : ["modpass1","modpass2"],<br />
        "trusted" : ["trustedpass1","trustedpass2"]<br />
    },
</p></blockquote>
<p>this would allow anyone who uses /login modpass1 or /login modpass2 to only kick and mute. their powers can be changed by adding/removing commands to moderator in commands.py</p>
<p>existing commands are:</p>
<blockquote><p>command_list = [<br />
    help,<br />
    pm,<br />
    login,<br />
    kick,<br />
    votekick,<br />
    vote_yes,<br />
    cancel_vote,<br />
    intel,<br />
    ip,<br />
    fog,<br />
    ban,<br />
    banip,<br />
    unban,<br />
    undo_ban,<br />
    mute,<br />
    unmute,<br />
    deaf,<br />
    global_chat,<br />
    say,<br />
    kill,<br />
    heal,<br />
    lock,<br />
    unlock,<br />
    switch,<br />
    set_balance,<br />
    rules,<br />
    toggle_build,<br />
    toggle_kill,<br />
    toggle_teamkill,<br />
    teleport,<br />
    tp,<br />
    tpsilent,<br />
    go_to,<br />
    move,<br />
    where,<br />
    god,<br />
    god_build,<br />
    fly,<br />
    invisible,<br />
    streak,<br />
    reset_game,<br />
    toggle_master,<br />
    change_map,<br />
    server_name,<br />
    ping,<br />
    weapon<br />
]</p>
</blockquote></description>
</item>
<item>
<title>KomradeMario on "@mat^2 (Probably have heard this a lot)"</title>
<link>http://forumarchive.spadille.net/topic.php?id=6328#post-104180</link>
<pubDate>Mon, 05 Sep 2011 21:38:02 +0000</pubDate>
<dc:creator>KomradeMario</dc:creator>
<guid isPermaLink="false">104180@http://forumarchive.spadille.net/</guid>
<description><p>You should add user ranks to pyspades. Not just admin. </p>
<p>Like Owner, admin and moderator.</p>
<p>Before people come on here and be like "this has been brought up before". Read the title.
</p></description>
</item>

</channel>
</rss>
