Skip to main content
The plugin adds four commands, all prefixed with 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 or Perm.

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.
Run tsync after making changes in the dashboard, if sync looks out of date, or after API issues.

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

Check your API key is correct and HTTP Requests are enabled. Set DEBUG = true and look at the console for the detailed error.
Confirm the plugin loaded, check your rank is high enough, and make sure you are using your admin system’s prefix.
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.