This plugin are plugin for SCP sl servers under the synapse loader. Plugin inspired by Exiled Rp Name. This plugin allows you to customize the name of the players according to their roles !
- Install Synapse.
- Place the dll file in your plugin directory.
- Restart/Start your server.
the plugins dll can be download here
ConfigName | Type | Description |
---|---|---|
RoleName | Dictionary of Int and String | the int is the roleID and the name associate. |
FirstName | StringList | the possible fristname, that replace the tag "%FirstName%" |
SecondName | StringList | the possible secondname, that replace the tag "%Secondname%" |
the "%TAG%" in the name are replaced !
Tag | Replace |
---|---|
%firstName% | A random firstname in the FirstName list |
%secondName% | A random secondname in the SecondName list |
%randomNum% | A random figure |
%randomChar% | A random letter |
%playerName% | The player name |