HerrTechniker
Discord
  • Wiki
  • General
    • License
  • LanguageAPI
    • Get started
    • API
  • BungeeSystem
    • Get started
    • Modules
      • AutoBroadcast
      • Broadcast
      • Chat
      • CloudNet v3
      • Discord Bot
        • Setup
        • Discord Settings
        • config.yml
        • discord-setting.yml
      • Friend System
      • Joinme
      • Jumpto
      • Lobby
      • motd
      • Move
      • MSG
      • Onlineteam
      • Onlinetime
      • Party
      • Ping
      • Pull
      • Punishment
        • BanSystem
          • Ban
          • ReduceBan
          • TempBan
          • UnBan
          • BanPoints
        • MuteSystem
          • Mute
          • ReduceMute
          • TempMute
          • UnMute
          • MutePoints
        • Others
          • Check
          • History
          • Kick
        • ReportSystem
      • Teamchat
    • Messages Files
      • "Multi File"-System
      • "Single File"-System
    • Updates
  • CoinsAPI
    • Get started
    • API
  • Shop
    • Chunkfactory
    • YourMcShop
  • OTHERS
    • Discord
Powered by GitBook
On this page
  • config.yml
  • permission
  • Aliases
  • motd.yml
  • maxPlayers
  • whitelist
  • maintenance
  • motd
  • Default configuration
  • Command
  • Syntax
  1. BungeeSystem
  2. Modules

motd

Here you can define your motd of the server.

config.yml

permission

Is required to be able to join the server when it is in maintenance.

permission: "bungeesystem.maintenance.use"

Aliases

You can also define so-called aliases that you can enter instead of /maintenance. To do this, simply add further points under the aliases item.

aliases:
  - "wartung"

motd.yml

maxPlayers

Set the maximum number of players allowed to join the server here.

maxPlayers: 100

whitelist

Add player names here that are still allowed on the server during maintenance work. Here is an example:

whitelist:
  - "Spieler1"
  - "Spieler2"
  - "Spieler3"
whitelist: []

maintenance

enabled

If this value is set to true, the BungeeCord server goes into maintenance mode.

enabled: false

motds

Set the motd of the server when it is undergoing maintenance.

motds:
  firstLine: "&b&o■ &8┃ &b&lBungeeSystem &8&l» &7&ov1.1.0 &8┃ &b&o■"
  secondLine: "                  &4&lMaintenance"
  protocolText: "&8➜ &c&lMaintenance &8┃ &c✘"

motd

Set the motd of the server when it is not undergoing maintenance.

motds:
  firstLine: "&b&o■ &8┃ &b&lBungeeSystem &8&l» &7&ov1.1.0 &8┃ &b&o■"
  secondLine: "      &7Created by &8● &4&lHerrTechniker"

Default configuration

config.yml

motd:
  maintenance:
    permission: "bungeesystem.maintenance.use"
    aliases:
      - "wartung"

motd.yml

maxPlayers: 100
whitelist: []
maintenance:
  enabled: false
  motds:
    firstLine: "&b&o■ &8┃ &b&lBungeeSystem &8&l» &7&ov1.1.0 &8┃ &b&o■"
    secondLine: "                  &4&lMaintenance"
    protocolText: "&8➜ &c&lMaintenance &8┃ &c✘"
motds:
  firstLine: "&b&o■ &8┃ &b&lBungeeSystem &8&l» &7&ov1.1.0 &8┃ &b&o■"
  secondLine: "      &7Created by &8● &4&lHerrTechniker"

Command

Syntax

/maintenance <on/off>
PreviousLobbyNextMove

Last updated 1 year ago

408B
motd.yml