mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
24 lines
1.8 KiB
Plaintext
24 lines
1.8 KiB
Plaintext
## Uncomment this entry to have certain jobs require your account to be at least a certain number of days old to select. You can configure the exact age requirement for different jobs by editing
|
|
## the minimal_player_age variable in the files in folder /code/game/jobs/job/.. for the job you want to edit. Set minimal_player_age to 0 to disable age requirement for that job.
|
|
## REQUIRES the database set up to work. Keep it hashed if you don't have a database set up.
|
|
## NOTE: If you have just set-up the database keep this DISABLED, as player age is determined from the first time they connect to the server with the database up. If you just set it up, it means
|
|
## you have noone older than 0 days, since noone has been logged yet. Only turn this on once you have had the database up for 30 days.
|
|
#USE_AGE_RESTRICTION_FOR_JOBS
|
|
|
|
## Uncomment this to have the job system use the player's account creation date, rather than the when they first joined the server for job timers.
|
|
#USE_ACCOUNT_AGE_FOR_JOBS
|
|
|
|
## Unhash this to track player playtime in the database. Requires database to be enabled.
|
|
#USE_EXP_TRACKING
|
|
## Unhash this to enable playtime requirements for head jobs.
|
|
#USE_EXP_RESTRICTIONS_HEADS
|
|
## Unhash this to override head jobs' playtime requirements with this number of hours.
|
|
## Leave this commented out to use the values defined in the job datums. Values in the datums are stored as minutes.
|
|
#USE_EXP_RESTRICTIONS_HEADS_HOURS 3
|
|
## Unhash this to change head jobs' playtime requirements so that they're based on department playtime, rather than crew playtime.
|
|
#USE_EXP_RESTRICTIONS_HEADS_DEPARTMENT
|
|
## Unhash this to enable playtime requirements for certain non-head jobs, like Engineer and Scientist.
|
|
#USE_EXP_RESTRICTIONS_OTHER
|
|
## Allows admins to bypass job playtime requirements.
|
|
#USE_EXP_RESTRICTIONS_ADMIN_BYPASS
|