User Tools

Site Tools


moderation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
moderation [2026/05/15 03:04] – created frank_lee_smithmoderation [2026/05/15 03:17] (current) frank_lee_smith
Line 9: Line 9:
 | ''bans.json'' | Dedicated-server host/admin bans. | | ''bans.json'' | Dedicated-server host/admin bans. |
  
-Founder is derived from the current host/session and is not written to ''roles.json''.+====== Moderation Roles ====== 
 + 
 +Dedicated servers store Moderator, Admin, and Owner assignments in ''roles.json'' in the same data area as ''server_settings.json''
 + 
 +Use SteamID64 values. Invalid or zero IDs are ignored. Founder is derived from the active host/session and is not written to ''roles.json''. 
 + 
 +Example: 
 + 
 +<file json roles.json> 
 +
 +  { 
 +    "steamId": 76561190000000000, 
 +    "role": "admin" 
 +  }, 
 +  { 
 +    "steamId": 76561190000000001, 
 +    "role": "moderator" 
 +  }, 
 +  { 
 +    "steamId": 76561190000000002, 
 +    "role": "owner" 
 +  } 
 +
 +</file>
  
 ===== Role Hierarchy ===== ===== Role Hierarchy =====
Line 30: Line 53:
 ===== Print Commands ===== ===== Print Commands =====
 | ''ttt_listroles'' | Prints ranked role assignments, including Moderator, Admin, and Owner. | | ''ttt_listroles'' | Prints ranked role assignments, including Moderator, Admin, and Owner. |
- 
-===== Common Confusion ===== 
-  * ''ttt_clearrole'' removes assignable roles, but not the session Founder (Host) role. 
  
 ===== Banning ===== ===== Banning =====
moderation.1778814282.txt.gz · Last modified: 2026/05/15 03:04 by frank_lee_smith

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki