You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do research on a phone module, look at i.e. GC Phone
Create a playerlist module
Create a UI module
Regular and car UI
Exports for popup menus (Menu informing new players of rules etc.)
Notifications
Create a Server Controller module
Implement a solution for potential "breakout" symbols in incoming arguments. Especially when they're originating from a client script. This is to prevent bad actors from executing code/commands on the server. (First and foremost for the logger, and any potential eval functions that will be used for i.e. the server controller.)
Priority:
Rewrite to TS.
Permission system. Might add other options for perms than just discord.
A "connection manager" that includes a queue, discord ban check and possibility for a whitelist or allowlist check.
Finishing the logger.
Database
Simple website to change the config in an easy and intutive manner (React, and a solution for local database).