Documentation Index
Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This plugin enhances your server network with customizable MOTD (Server Info), Tablist, and Joinstates features. All settings are synchronized across all proxies, offering extensive customization through simple configuration files.Supported Software
| Software | Plugin Support |
|---|---|
| Velocity | ✅ Yes |
| Bungeecord | ✅ Yes |
Want to add support for another server software? Submit a pull request on
GitHub!
Quick Setup
- Download the plugin from GitHub
- Place it in your proxy template’s plugins folder
- Start your proxy server
- Set a joinstate for your group (e.g.,
maintenancefor your proxy group)
Features
Server Info (MOTD)
Create multiple layouts in thelayout/ folder for dynamic server information display:

When running locally, actual slots are displayed due to controller health
checks. Players see different information based on your configuration.
Tablist Header and Footer
Create engaging tablist headers and footers with support for static and animated content:
Joinstates
Manage server access with customizable states:Commands
| Command | Description |
|---|---|
/joinstate group <group> <state> | Set group joinstate |
/joinstate server <group> <numericalId> <state> | Set server joinstate |
/joinstate help | Show command help |
/joinstate groups | List groups and states |
/joinstate states | List all joinstates |
Placeholders
| Placeholder | MOTD | Tablist | Description |
|---|---|---|---|
<online_players> | ✅ | ✅ | Current online players |
<max_players> | ✅ | ✅ | Maximum network players |
<date> | ✅ | ✅ | Current date |
<env:NAME> | ✅ | ✅ | Environment variable |
<server_name> | ❌ | ✅ | Player’s current server |
<ping> | ❌ | ✅ | Player’s ping |
Permissions
| Permission | Description |
|---|---|
simplecloud.command.joinstate.* | All joinstate commands |
simplecloud.command.joinstate.help | View command help |
simplecloud.command.joinstate.groups | View groups and states |
simplecloud.command.joinstate.states | View all joinstates |
simplecloud.command.joinstate.server | Set server joinstate |
simplecloud.command.joinstate.group | Set group joinstate |