Skip to content

Commit

Permalink
Merge pull request #1113 from irismessage/config-preset-update
Browse files Browse the repository at this point in the history
Config preset update
  • Loading branch information
Darkmajia authored Dec 24, 2024
2 parents 66c0138 + 19dced4 commit 32d7689
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions Resources/ConfigPresets/Impstation/impstation.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
[game]
hostname = "[EN][MRP] Impstation"
soft_max_players = 80
desc = "Unofficial server for fans of RTVS featuring custom content. Come and see him."
soft_max_players = 80
# seconds
# default 150
lobbyduration = 300

[server]
# rules_file = "ImpstationRuleset" # TODO
# TODO
# rules_file = "ImpstationRuleset"
uptime_restart_minutes = 240

[chat]
# Message Of The Day
motd = "Be sure to fill out the Impstation rules survey, found in the impstation #status channel in the Discord server! Your feedback is appreciated!!"
# motd = "Be sure to fill out the Impstation rules survey, found in the impstation #status channel in the Discord server! Your feedback is appreciated!!"

[ic]
flavor_text = true
restricted_names = false # allows for use of nonalphanumeric characters in names. immediately going off if people get stupid with it.
# allows for use of nonalphanumeric characters in names.
# immediately going off if people get stupid with it.
restricted_names = false

[interaction]
# defaults
Expand All @@ -32,8 +35,18 @@ website = "https://impstation.gay"
# wiki = ""
bug_report = "https://github.com/impstation/imp-station-14/issues"

[looc]
# people abused the privilege, so off it goes
# enabled_dead = true

[shuttle]
emergency_early_launch_allowed = true # allows for early shuttle launch with approval of 3 heads
# allows for early shuttle launch with approval of 3 heads
emergency_early_launch_allowed = true

[ghost]
role_time = 10 # sets time before ghost role buttons enable, so people hopefully Actually Read
# sets time before ghost role buttons enable, so people hopefully Actually Read
role_time = 10

[tips]
# this doesn't actually propagate to the client right now
login_dataset = "LoginTips"

0 comments on commit 32d7689

Please sign in to comment.