Template:Admin functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (Fixed inconsistencies for webscraping)
 
(26 intermediate revisions by 16 users not shown)
Line 1: Line 1:
*[[kickPlayer]]
<ul>
*[[banPlayer]]
<li>[[addBan]]</li>
*[[unbanIP]]
<li>[[banPlayer]]</li>
<li>[[getBanAdmin]]</li>
<li>[[getBanIP]]</li>
<li>[[getBanNick]]</li>
<li>[[getBanReason]]</li>
<li>[[getBanSerial]]</li>
<li>[[getBanTime]]</li>
<li>[[getBanUsername]]</li>
<li>[[getBans]]</li>
<li>[[getUnbanTime]]</li>
<li>[[isBan]]</li>
<li>[[kickPlayer]]</li>
<li>[[setBanAdmin]]</li>
<li>[[setBanNick]]</li>
<li>[[setBanReason]]</li>
<li>[[setUnbanTime]]</li>
<li>[[reloadBans]]</li>
<li>[[removeBan]]</li>
</ul>


*bool [[aclReload]] ()
<noinclude>[[Category:Functions templates]]</noinclude>
*bool [[aclSave]] ()
 
*acl [[aclCreate]] ( string aclname )
*bool [[aclDestroy]] ( acl theACL )
 
*acl [[aclGet]] ( string aclname )
*table of acl [[aclList]] ()
 
*string [[aclGetName]] ( acl theAcl )
*bool [[aclGetRight]] ( acl theAcl, string rightname )
*bool [[aclSetRight]] ( acl theAcl, string rightname, bool access )
*bool [[aclRemoveRight]] ( acl theAcl, string rightname )
 
*aclgroup [[aclCreateGroup]] ( string groupname )
*bool [[aclDestroyGroup]] ( aclgroup group )
 
*aclgroup [[aclGetGroup]] ( string groupname )
*table of aclgroup [[aclGroupList]] ()
 
*bool [[aclGroupAddACL]] ( aclgroup group, string aclname )
*bool [[aclGroupRemoveACL]] ( aclgroup group, string aclname )
*bool [[aclGroupAddObject]] ( aclgroup group, string object )
*bool [[aclGroupRemoveObject]] ( aclgroup group, string object )

Latest revision as of 14:59, 7 August 2023