mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request from when the server starts to 30 minutes after, respawning is free of charge ## Why It's Good For The Game item #1 on the list ## Proof Of Testing it works dude trust me <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 code: respawn enabled until 30 min (world time) /🆑
22 lines
1001 B
Plaintext
22 lines
1001 B
Plaintext
## Allows intern tags to be applied to people new to the jobs, adding a prefix to their ID job title, only works with DB and exp_tracking enabled
|
|
ALLOW_INTERN_JOB_TAGS
|
|
|
|
## Makes it so that people are no longer eligible for the intern tag, if they have enough job exp to unlock the "master" job, which is usually the head position of the department
|
|
#USE_INTERN_MASTER_JOB_UNLOCK_THRESHOLD
|
|
|
|
## Time thresholds in hours for job experience until people are no longer eligible for the intern tag
|
|
INTERN_THRESHOLD_SECURITY 20
|
|
INTERN_THRESHOLD_CARGO 20
|
|
INTERN_THRESHOLD_MEDICAL 20
|
|
INTERN_THRESHOLD_SCIENCE 20
|
|
INTERN_THRESHOLD_SERVICE 20
|
|
INTERN_THRESHOLD_ENGINEERING 20
|
|
INTERN_THRESHOLD_COMMAND 20
|
|
|
|
# Vetted player system
|
|
## If enabled, it will use checks to determine if a player is vetted or not in different parts of the game
|
|
#CHECK_VETTED
|
|
|
|
## Respawn grace period (deciseconds), which allows to return to the lobby some amount of time after the world loads - default 30 minutes
|
|
RESPAWN_GRACE_PERIOD 18000
|