limit by UID and server (#1251)

This commit is contained in:
NotSoToothless
2026-05-15 02:56:55 -07:00
committed by GitHub
parent 0c3fc27832
commit 311ae875fb
13 changed files with 124 additions and 23 deletions
+4 -1
View File
@@ -118,7 +118,10 @@
"no_players_recorded": "No players recorded.",
"limit_reached_title": "Comp Limit Reached",
"limit_reached_desc": "This server has used all {limit} comp lookups for this timeslot. Subscribe (with /unlock) for unlimited access or wait for the next timeslot.",
"remaining_footer": "{remaining}/{limit} comp lookups remaining this timeslot"
"user_limit_reached_desc": "You have used all {limit} of your personal comp lookups for this timeslot. Subscribe (with /unlock) for unlimited access or wait for the next timeslot — other members of this server can still use the remaining server quota.",
"remaining_footer": "{remaining}/{limit} comp lookups remaining this timeslot",
"user_remaining_footer": "{remaining}/{limit} personal comp lookups remaining this timeslot",
"remaining_footer_combined": "{user_remaining}/{user_limit} personal · {server_remaining}/{server_limit} server comp lookups remaining this timeslot"
},
"quick_log": {
"invalid_type": "Type can only be set to Logs, Points, Leaderboard, Weekly BR, or Both.",