-
Notifications
You must be signed in to change notification settings - Fork 0
For Admins EN
Иван edited this page Aug 28, 2026
·
2 revisions
In the main configuration file, you can set the Synapse configuration format settings, as well as any plugins that depend on it, if you have any.
All localization files will by default be located in the ./plugins/synapse/locales/ directory. You can add localization files in any language that the game supports. Synapse will automatically load the new localization. When the file is changed, it will also be automatically reloaded. It is recommended not to delete the default localization (en-US).
Commands can have aliases. Viewing and setting is done in the configuration file Commands.conf. This file also contains settings for cooldown and command execution delay.
| Command | Permission | Description |
|---|---|---|
| /proxysudo | synapse.command.sudo.use synapse.command.sudo.ignore |
Forcing the player to execute a command or send message. The player must have permission to execute the command(not /sudo). The second permission allows the player to ignore this command. |
| /proxyinfo | synapse.command.proxyinfo | Displaying some information about the proxy server. |
| /proxytell | synapse.command.tell | You can use this command to send a private message to someone. It is possible to send a message to the proxy server console. |
| /proxybroadcast | synapse.command.broadcast | This command is used to create ads. |
Additional permissions for commands:
| Permission | Description |
|---|---|
| synapse.commands.ignore.cooldown.*command* | Ignoring the time required to restore command availability for input. |
| synapse.commands.ignore.delay.*command* | Ignoring the command execution delay. |