t for Technified. They use your admin system’s normal prefix, so :tbans on a default Adonis setup and ;tbans on a default Guardsman setup.
Each has a longer alias too:
technifiedbans, technifiedmutes, technifiedsync and technifiedstatus.
tbans
View active bans from the Technified API. The first 15 are listed, with a count of any beyond that. Each line shows the username and ID, a shortened reason, and the expiry orPerm.
tmutes
View active mutes, in the same format as bans.tsync
Force a full resync from the API. It refetches all bans and mutes, loads them into your admin system’s lists, rechecks every online player, and kicks or mutes as needed.tstatus
View plugin version, uptime, which features are enabled, and counters since the server started.API Errors counts every failed request since server start. A number climbing steadily usually means a bad API key or a network problem. Set DEBUG = true to see the actual errors.Troubleshooting
Failed to fetch from API
Failed to fetch from API
Check your API key is correct and HTTP Requests are enabled. Set
DEBUG = true and look at the console for the detailed error.Command not found
Command not found
Confirm the plugin loaded, check your rank is high enough, and make sure you are using your admin system’s prefix.
Empty ban or mute list
Empty ban or mute list
There may be no active bans or mutes for this game. Bans scoped to a different Place ID are not shown. Run
tsync to refresh and check the dashboard.