SyncProxy Module

The SyncProxy module manages the MotD and the headers and footers of the tablist.

Placeholders:

  1. MotD

+ %proxy_name% -> Displays the name of the proxy service (e.g., Proxy#1)
+ %proxy_node% - >Shows the node where the proxy is running
+ %proxy_group% -> Shows the name of the proxy group
+ %memory% -> Shows the current memory usage of the service
+ %max_memory% -> Displays the maximum available memory for the service
+ %online_players% -> Shows the current number of online players
+ %max_players% -> Displays the maximum number of players who can log in
  1. Tablist

+ %service_name% -> Displays the service name (e.g., MyService)
+ %time% -> Shows the current time or a timestamp
+ %memory% -> Shows the current memory usage of the service
+ %max_memory% -> Displays the maximum available memory for the service
+ %proxy_node% -> Shows the node where the proxy is running
+ %cloud_version% -> Displays the version of the cloud platform
+ %service_node% -> Displays the node where the service is running
+ %service_group_name% -> Shows the name of the service group to which the service belongs
+ %proxy_name% -> Displays the name of the proxy service (e.g., Proxy#1)
+ %online_players% -> Shows the current number of online players
+ %max_players% -> Displays the maximum number of players who can log in
+ %player_ping% -> Shows the player's ping time
+ %player_name% -> Displays the player's name
+ %player_playtime% -> Displays the player's playtime
+ %player_uuid% -> Displays the player's UUID (Unique Identifier)
+ %proxy_group_name% -> Shows the name of the proxy group
+ %proxy_id% -> Displays the ID of the proxy
+ %service_id% -> Shows the ID of the service

Standard configuration:

{
  "configuration": [
    {
      "targetGroup": "Proxy",
      "motdEnabled": true,
      "tabEnabled": true,
      "maintenancen": [
        {
          "protocol": "§8▷ §c§lMaintenance",
          "firstline": "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §f§l1.16-1.20.✘",
          "secondline": "§8➥ ✎ §7We are in §f§lMAINTENANCE §8| §8◣ §b§l%proxy_name% §8◥",
          "playerinfos": [
            "",
            "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future",
            "",
            "  Our Discord §8▷ §b4kKEcaP9WC",
            "  Developed by §8▷ §b§lRauchigesEtwas",
            ""
          ]
        },
        {
          "protocol": "§8▷ §c§lMaintenance",
          "firstline": "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §f§l1.16-1.20.✘",
          "secondline": "§8➥ ✂ §7Download this §fCloudsystem §7on §b§lSPIGOT§3§lMC",
          "playerinfos": [
            "",
            "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future",
            "",
            "  Our Discord §8▷ §b4kKEcaP9WC",
            "  Developed by §8▷ §b§lRauchigesEtwas",
            ""
          ]
        }
      ],
      "defaults": [
        {
          "protocol": "§8▷ §b§l%online_players%§8/§b§l%max_players%",
          "firstline": "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §f§l1.16-1.20.✘",
          "secondline": "§8➥ ✂ §7Download this §fCloudsystem §7on §b§lSPIGOT§3§lMC",
          "playerinfos": [
            "",
            "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future",
            "",
            "  Our Discord §8▷ §b§l4kKEcaP9WC",
            "  Developed by §8▷ §b§lRauchigesEtwas",
            ""
          ]
        },
        {
          "protocol": "§8▷ §b§l%online_players%§8/§b§l%max_players%",
          "firstline": "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §f§l1.16-1.20.✘",
          "secondline": "§8➥ ✎ §7The network now §f§lONLINE §8| §8◣ §b§l%proxy_name% §8◥",
          "playerinfos": [
            "",
            "§8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Futuree",
            "",
            "  Our Discord §8▷ §b§l4kKEcaP9WC",
            "  Developed by §8▷ §b§lRauchigesEtwas",
            ""
          ]
        }
      ],
      "tablist": [
        {
          "header": "\n      §8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §b§l%online_players% §7/ §3§l%max_players% §8◄      \n   §8► §7Your current server §8▷ §b§l%service_name% §8◄   \n",
          "footer": "\n        §8► §7Discord §8▷ §b§ldiscord.gg/§3§l4kKEcaP9WC §8◄       \n§8► §7Developer §8▷ §b§lReauchiges§3§lEtwas §8◄\n"
        },
        {
          "header": "\n      §8► §b§lMeta§3§lCloud §8▷ §7Ready §ffor the §7Future §8• §b§l%online_players% §7/ §3§l%max_players% §8◄      \n   §8► §7Your current proxy §8▷ §b§l%proxy_name% §8◄   \n",
          "footer": "\n        §8► §7Discord §8▷ §b§ldiscord.gg/§3§l4kKEcaP9WC §8◄       \n§8► §7Website §8▷ §b§lmetacloud§3§lservice.eu §8◄\n"
        }
      ]
    }
  ]
}

Last updated