-
Notifications
You must be signed in to change notification settings - Fork 2
Server Attributes Placeholder Document
TRCStudioDean edited this page Oct 23, 2024
·
1 revision
This is the server attributes placeholder document for this plugin. Based on BukkitAPI/Minecraft version 1.16.5, some placeholders may not be effective. (This feature will continue to be expanded and optimized in the future)
For the purpose and explanation of built-in placeholders, please refer to: Built in placeholder document
You can view the format and functional description of each placeholder here.
| Format | Result |
|---|---|
| {server:allow_end} | Gets whether this server allows the End or not. |
| {server:allow_flight} | Gets whether this server allows flying or not. |
| {server:allow_nether} | Gets whether this server allows the Nether or not. |
| {server:ambient_spawn_limit} | Gets user-specified limit for number of ambient mobs that can spawn in a chunk. |
| {server:animal_spawn_limit} | Gets user-specified limit for number of animals that can spawn in a chunk. |
| {server:bukkit_version} | Gets the Bukkit version that this server is running. |
| {server:connection_throttle} | Gets the value of the connection throttle setting. |
| {server:default_game_mode} | Gets the default GameMode for new players. |
| {server:generate_structures} | Get generate-structures setting. |
| {server:idle_timeout} | Gets the idle kick timeout. |
| {server:ip} | Get the IP that this server is bound to, or empty string if not specified. |
| {server:max_players} | Get the maximum amount of players which can login to this server. |
| {server:max_world_size} | Get the aximum world size limit for servers |
| {server:monster_spawn_limit} | Gets user-specified limit for number of monsters that can spawn in a chunk. |
| {server:motd} | Gets the message that is displayed on the server list. |
| {server:name} | Gets the name of this server implementation. |
| {server:online_mode} | Gets whether the Server is in online mode or not. |
| {server:online_players} | Get the current number of online players on the server |
| {server:port} | Get the game port that the server runs on. |
| {server:shutdown_message} | Gets the default message that is displayed when the server is stopped. |
| {server:ticks_per_ambient_spawns} | Gets the default ticks per ambient mob spawns value. |
| {server:ticks_per_animal_spawns} | Gets default ticks per animal spawns value. |
| {server:ticks_per_monster_spawns} | Gets the default ticks per monster spawns value. |
| {server:ticks_per_water_ambient_spawns} | Gets the default ticks per water ambient spawns value. |
| {server:version} | Gets the version string of this server implementation. |
| {server:view_distance} | Get the view distance from this server. |
| {server:water_ambient_spawn_limit} | Gets the water ambient spawn limit. |
| {server:world_type} | Get world type (level-type setting) for default world. |
| {server:has_whitelist} | Gets whether this server has a whitelist or not. |
| {server:is_hardcore} | Gets whether the server is in hardcore mode or not. |