Skip to content

Commit

Permalink
switch prefix and module name (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho authored Aug 3, 2024
1 parent 381d13a commit 9915696
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions docker/evosc.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -71,121 +71,121 @@ EVOSC_THEME=
#


## Module "RecordsModule" with Settings "PlayerRecordSettings" v1.0.0 ##
## Module "RecordsModule" v1.0.0 with Settings "PlayerRecordSettings" ##

# How to send a message about a new PB.
EVOSC_PLAYERRECORDSETTINGS_RECORDSMODULE_ECHOPB=None
EVOSC_RECORDSMODULE_ECHOPB_PLAYERRECORDSETTINGS_=None



## Module "CurrentMapModule" with Settings "CurrentMapSettings" v1.0.1 ##
## Module "CurrentMapModule" v1.0.1 with Settings "CurrentMapSettings" ##

# Specifies the Y position of the widget.
EVOSC_CURRENTMAPSETTINGS_CURRENTMAPMODULE_Y=80
EVOSC_CURRENTMAPMODULE_Y_CURRENTMAPSETTINGS_=80

# Specifies the width of the widget.
EVOSC_CURRENTMAPSETTINGS_CURRENTMAPMODULE_WIDTH=36
EVOSC_CURRENTMAPMODULE_WIDTH_CURRENTMAPSETTINGS_=36

# Specifies on which side the widget is displayed.
EVOSC_CURRENTMAPSETTINGS_CURRENTMAPMODULE_POSITION=right
EVOSC_CURRENTMAPMODULE_POSITION_CURRENTMAPSETTINGS_=right



## Module "MotdModule" with Settings "MotdSettings" v1.0.0 ##
## Module "MotdModule" v1.0.0 with Settings "MotdSettings" ##

# The URL from which the controller fetches the motd.
EVOSC_MOTDSETTINGS_MOTDMODULE_MOTDURL=
EVOSC_MOTDMODULE_MOTDURL_MOTDSETTINGS_=

# The interval in which the motd gets fetched from the server.
EVOSC_MOTDSETTINGS_MOTDMODULE_MOTDFETCHINTERVAL=600000
EVOSC_MOTDMODULE_MOTDFETCHINTERVAL_MOTDSETTINGS_=600000

# The locally stored Motd text if it should not be fetched from a server.
EVOSC_MOTDSETTINGS_MOTDMODULE_MOTDLOCALTEXT=This is the Motd!
EVOSC_MOTDMODULE_MOTDLOCALTEXT_MOTDSETTINGS_=This is the Motd!

# Indicator if the locally stored motd should be used.
EVOSC_MOTDSETTINGS_MOTDMODULE_USELOCALMOTD=True
EVOSC_MOTDMODULE_USELOCALMOTD_MOTDSETTINGS_=True



## Module "OpenPlanetModule" with Settings "OpenPlanetControlSettings" v1.1.0 ##
## Module "OpenPlanetModule" v1.1.0 with Settings "OpenPlanetControlSettings" ##

# Allowed signature types: Regular, DevMode, Official, Competition
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_ALLOWEDSIGNATUREMODES=Regular, Official, TMGL
EVOSC_OPENPLANETMODULE_ALLOWEDSIGNATUREMODES_OPENPLANETCONTROLSETTINGS_=Regular, Official, TMGL

# Time to wait before kicking the player.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_KICKTIMEOUT=30
EVOSC_OPENPLANETMODULE_KICKTIMEOUT_OPENPLANETCONTROLSETTINGS_=30

# Enable continous check of the signature mode of the player while they are on the server.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_CONTINUOUSCHECKSENABLED=False
EVOSC_OPENPLANETMODULE_CONTINUOUSCHECKSENABLED_OPENPLANETCONTROLSETTINGS_=False

# Number of milliseconds to wait between the continous checks.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_CHECKINTERVAL=5000
EVOSC_OPENPLANETMODULE_CHECKINTERVAL_OPENPLANETCONTROLSETTINGS_=5000

# Enable checking of the signature mode of a player when they join.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_SIGNATUREMODECHECKENABLED=True
EVOSC_OPENPLANETMODULE_SIGNATUREMODECHECKENABLED_OPENPLANETCONTROLSETTINGS_=True

# Allow the use of openplanet. If false, no signature mode is allowed.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_ALLOWOPENPLANET=True
EVOSC_OPENPLANETMODULE_ALLOWOPENPLANET_OPENPLANETCONTROLSETTINGS_=True

# The minimum required OpenPlanet version to play on this server.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_MINIMUMREQUIREDVERSION=1.26.25
EVOSC_OPENPLANETMODULE_MINIMUMREQUIREDVERSION_OPENPLANETCONTROLSETTINGS_=1.26.25

# Enable auditing of all checks.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_AUDITALLCHECKS=True
EVOSC_OPENPLANETMODULE_AUDITALLCHECKS_OPENPLANETCONTROLSETTINGS_=True

# Enable auditing of players that got jailed.
EVOSC_OPENPLANETCONTROLSETTINGS_OPENPLANETMODULE_AUDITJAILS=True
EVOSC_OPENPLANETMODULE_AUDITJAILS_OPENPLANETCONTROLSETTINGS_=True



## Module "MatchTrackerModule" with Settings "TrackerSettings" v1.0.0 ##
## Module "MatchTrackerModule" v1.0.0 with Settings "TrackerSettings" ##

# Whether to start tracking matches automatically.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_AUTOMATICTRACKING=False
EVOSC_MATCHTRACKERMODULE_AUTOMATICTRACKING_TRACKERSETTINGS_=False

# Whether to automatically end a match when the EndMatch section is detected.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_AUTOMATICMATCHEND=True
EVOSC_MATCHTRACKERMODULE_AUTOMATICMATCHEND_TRACKERSETTINGS_=True

# Whether to store match state changes immediately instead of waiting until the match ends.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_IMMEDIATESTORING=True
EVOSC_MATCHTRACKERMODULE_IMMEDIATESTORING_TRACKERSETTINGS_=True

# Record end of map states.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_RECORDENDMAP=True
EVOSC_MATCHTRACKERMODULE_RECORDENDMAP_TRACKERSETTINGS_=True

# Record end of match states.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_RECORDENDMATCH=True
EVOSC_MATCHTRACKERMODULE_RECORDENDMATCH_TRACKERSETTINGS_=True

# Record end of round states.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_RECORDENDROUND=True
EVOSC_MATCHTRACKERMODULE_RECORDENDROUND_TRACKERSETTINGS_=True

# Record pre end of match states.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_RECORDENDMATCHEARLY=False
EVOSC_MATCHTRACKERMODULE_RECORDENDMATCHEARLY_TRACKERSETTINGS_=False

# Keep pre end of round states.
EVOSC_TRACKERSETTINGS_MATCHTRACKERMODULE_RECORDPREENDROUND=False
EVOSC_MATCHTRACKERMODULE_RECORDPREENDROUND_TRACKERSETTINGS_=False



## Module "NextMapModule" with Settings "NextMapSettings" v1.0.0 ##
## Module "NextMapModule" v1.0.0 with Settings "NextMapSettings" ##

# Specifies the Y position of the widget.
EVOSC_NEXTMAPSETTINGS_NEXTMAPMODULE_Y=80
EVOSC_NEXTMAPMODULE_Y_NEXTMAPSETTINGS_=80

# Specifies the width of the widget.
EVOSC_NEXTMAPSETTINGS_NEXTMAPMODULE_WIDTH=36
EVOSC_NEXTMAPMODULE_WIDTH_NEXTMAPSETTINGS_=36

# Specifies on which side the widget is displayed.
EVOSC_NEXTMAPSETTINGS_NEXTMAPMODULE_POSITION=right
EVOSC_NEXTMAPMODULE_POSITION_NEXTMAPSETTINGS_=right



## Module "LocalRecordsModule" with Settings "LocalRecordsSettings" v1.0.0 ##
## Module "LocalRecordsModule" v1.0.0 with Settings "LocalRecordsSettings" ##

# Max of rows to show in the local records widget.
EVOSC_LOCALRECORDSSETTINGS_LOCALRECORDSMODULE_MAXWIDGETROWS=10
EVOSC_LOCALRECORDSMODULE_MAXWIDGETROWS_LOCALRECORDSSETTINGS_=10

# Always show top N players in the widget.
EVOSC_LOCALRECORDSSETTINGS_LOCALRECORDSMODULE_WIDGETSHOWTOP=3
EVOSC_LOCALRECORDSMODULE_WIDGETSHOWTOP_LOCALRECORDSSETTINGS_=3

# Maximum number of local records to keep track of per map.
EVOSC_LOCALRECORDSSETTINGS_LOCALRECORDSMODULE_MAXRECORDSPERMAP=100
EVOSC_LOCALRECORDSMODULE_MAXRECORDSPERMAP_LOCALRECORDSSETTINGS_=100

0 comments on commit 9915696

Please sign in to comment.