Skip to content

For Admins EN

Иван edited this page Sep 7, 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.
/server synapse.command.server.use
synapse.command.server.admin
synapse.commands.server.*server*
Command to connect to a server registered on Velocity. The first permission is intended for players. The second permission is intended for administrators and provides full access to the command. The third permission is used as a filter for access to servers and is intended only for regular players.

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.

Clone this wiki locally