mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-21 12:25:23 +00:00
Add base certifications config option
This commit is contained in:
parent
2781d1d5b8
commit
91e76d2397
5 changed files with 21 additions and 11 deletions
|
|
@ -101,6 +101,15 @@ game {
|
|||
# Starting command rank
|
||||
cr = 0
|
||||
}
|
||||
|
||||
# Certifications to add to every character. Note that they do not become free, their cost is deducted from the
|
||||
# player's certification points. The default base certifications are 0 cost.
|
||||
# Values are `Certification` member names.
|
||||
base-certifications = [
|
||||
standard_assault,
|
||||
standard_armor,
|
||||
agile_armor
|
||||
]
|
||||
}
|
||||
|
||||
anti-cheat {
|
||||
|
|
@ -141,7 +150,7 @@ network {
|
|||
|
||||
development {
|
||||
# List of GM commands available to everyone
|
||||
# Values are ChatMessageType members, for example: [CMT_ADDBATTLEEXPERIENCE, CMT_CAPTUREBASE]
|
||||
# Values are `ChatMessageType` members, for example: [CMT_ADDBATTLEEXPERIENCE, CMT_CAPTUREBASE]
|
||||
unprivileged-gm-commands = []
|
||||
|
||||
net-sim {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue