User Tools

Site Tools


moderation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
moderation [2026/05/15 03:05] 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.+====== 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 =====
moderation.1778814322.txt.gz · Last modified: 2026/05/15 03:05 by frank_lee_smith

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki