your current location:首页 > news>MINIMOTD Reforget's Wiki configuration file Chineseization Minimotd Reformed Minecraft Game

MINIMOTD Reforget's Wiki configuration file Chineseization Minimotd Reformed Minecraft Game

2024-12-05 23:05:53|Myriagame |source:minecraft skins

Basic configuration, main.conf file

#minimotd main configuration

#Icon icon related functions

icon-Enabled = TRUE

#Related functions

Motd-Enabled = TRUE

#Motd list to be displayed

# #

#-Supporting place occupies: {onlinePlayers}, {maxplayers}

#-Putting multiple MOTDs will choose one randomly every time you refresh

MOTDS = [

{{

#Set the icon you want to use this MOTD

#You can use 'Random' to randomly select an icon, or use

#In the ICons folder (excluding '.png' extended name)

#For example: icon = "Myiconfile"

Icon = Random

LINE1 = " Minimotd default"

Line2 = "MinimesSage Gradient"

},

{{

#Set the icon you want to use this MOTD

#You can use 'Random' to randomly select an icon, or use

#In the ICons folder (excluding '.png' extended name)

#For example: icon = "Myiconfile"

Icon = Random

LINE1 = " Another MOTD"

Line2 = " is great "}

]

player-count-settings {

#The settings of the suspension text of the online player user name will be disabled as TRUE

Disable-Player-List-Hover = False

#False player counting function settings

Fake-Players {

#Mode: Static, RANDOM, PERCENT

##

#-Static: will add so many false players

#For example: Fakeplayers: "3"

#-Random: The fake players with random quantity within this range will be added

#For example: Fakeplayers: "3: 6"

#-Percent: The number of players will increase so much, take it up and rectify upwards

#For example: Fakeplayers: "25%"

Fake-Players = "25%"

#

Fake-Players-Enabled = False

}

#The settings to TRUE will disable the player list hovering (the same as 'disable-Player-List-Hover'),

#But it will also cause the number of players to display to '???'

Hide-Player-Count = False

#Chn the largest number of players to the number of online players plus X

#For example: x = 3-> Online player 16/19.

Just-x-more-settings {#Enlighten this function

Just-x-more-Enabled = false

X-value = 3

}

#Guction of the largest number of players

Max-Players = 69

#The function of the largest number of players

MAX-PLAYERS-ENABLED = TRUE

}

Basic configuration explanation

 icon-Enabled: Whether to enable the server list icon function.

Motd-Enabled: Whether to enable the MOTD function.

MOTDS: Define the MOTD list displayed.

icon: Set the icon of MOTD, you can use Random randomly, or use the file name in the icons folder (excluding .png extension).

Line1: The first line of Motd.

Line2: Motd's second line of text.

Line3: Motd's third line text, optional.

Player-count-settings: Settings of players.

Disable-Player-List-Hover: Whether the player list suspension displays the username.

Fake-Players: For the number of false players, you can choose Static (fixed quantity), RANDOM (random quantity) or percent (percentage).

Fake-Players-ENabled: Whether to enable false players.

Hide-Player-Count: Whether the number of players is hidden is displayed as ???.

Just-X-MORE-SETTINGS: Set the largest number of players to the number of online players plus X-Value.

Just-X-MORE-ENABLED: Whether to enable the Just-X-More-Settings function.

X-Value: Increased number of players.

MAX-Players: Set the largest number of players.

MAX-Players-ENabled: Whether to enable the maximum number of players to modify the function.

High -level configuration

For proxy servers, there are more available configurations.In China, you can allocate a specific MOTD configuration (found in the folder) to a specific virtual host.The default value is as follows for reference.plugin_Settings.confextra-configsplugins_Settings.conf

#minimotd plug -in configuration

#When running plug -in when running plug -in

Proxy server settings {{

#Here you can allocate the configuration in the 'Extra-Configs' folder to a specific virtual host

#Either the configuration name in the 'Extra-Configs', or use "default" to use the configuration in the main.conf

##

#Format is "Hostname: Port" = "Configname | DEFAULT"

Virtual host configuration {{

"Minigames.example.com:25565"=default

"Skyblock.example.com:25565"=skyBlock

"Survival.example.com:25565"= Survival

}

#Set whether to enable the virtual host test mode.

#When enabled, Minimotd will print the virtual host debugging information to the console at each server ping.

Virtual host test mode = false

}

#Do you want the plug -in to check the update on github during startup?

#Https://github.com/jpenilla/minimotd

Update check = true