-
Notifications
You must be signed in to change notification settings - Fork 1
Configs
Every Server has his own Server Config Folder in Synapse\ServerConfigs named after his serverport where the most configs are.
It is the main Server config for the most plugin and synapse configs.
You have to add the configs on your own and are not added by Synapse
These are the Configs Synapse use in this file
| Config | Type | Default | Description |
|---|---|---|---|
| synapse_femur | int | 1 | How Many Persons are needed to contain Larry. |
| synapse_remote_keycard | Boolean | True | Can a Player open a door without need of equip his Keycard |
Example:
synapse_femur: 1
synapse_remote_keycard: true
It is the permissions Config of the Player Groups used by Plugins to Check if a Player is allowed for something like a Command.
It Exist 3 Types of Groups:
-
Default: add default:true to a group and every player who has no Group become this Group
-
Northwood: add northwood: true to a group and every Northwood staff become the Permission of the Group
-
ServerGroups: when the name of the ServerGroup(config_remoteadmin.txt) match the name of the PermissionGroup every Player with the Server Group get the Permission
You can also inheritance a group just add inheritance: and list the Groups like the permissions WARNING Inheritance works only upwards that means in the Example below the Group northwood cant inheritance of Admin or Owner but User
The Permission .* Gives all Permissions
Example:
groups:
user:
default: true
permissions:
- plugin.permission
northwood:
northwood: true
permissions:
- plugin.permission
admin:
inheritance:
- user
- northwood
permission:
- plugin.otherpermission
owner:
permissions:
- .*
You can use this to check if your Permissions setup are correct.
Every Plugin can create such a file to support Custom Translation.
Just Change the Line you want and the Plugin (should) use it instead of the default text.