-
Notifications
You must be signed in to change notification settings - Fork 1
Placeholders
Cyrusbye720 edited this page Jul 25, 2026
·
6 revisions
RedstoneReboot registers the %redstonereboot_% expansion when PlaceholderAPI is installed on Bukkit or Folia servers.
- PlaceholderAPI installed on the server
-
placeholders.enabled: trueinconfig.yml(enabled by default)
| Placeholder | Description | Example Output |
|---|---|---|
%redstonereboot_next_restart% |
Next scheduled restart date and time | 2026-04-15 06:00:00 Europe/London |
%redstonereboot_time_until% |
Time remaining until next restart | 2h 30m |
%redstonereboot_status% |
Current server restart status |
Normal operation or Restart in progress
|
%redstonereboot_reason% |
Reason for the current restart |
Scheduled Restart or None
|
%redstonereboot_tps% |
Last recorded server TPS | 19.8 |
%redstonereboot_memory% |
Current memory usage percentage | 62.4% |
%redstonereboot_version% |
Installed RedstoneReboot version | 1.5.0 |
%redstonereboot_timezone% |
Configured timezone | Europe/London |
&7Next Restart: &e%redstonereboot_time_until%
&7TPS: &a%redstonereboot_tps%
&7Memory: &c%redstonereboot_memory%
&8Server Status: %redstonereboot_status%
&7Next restart in %redstonereboot_time_until%
Note: MOTD compatibility requires RedstoneReboot v1.3.3+ which includes null-safety fixes for server-list pings.
- Placeholders that depend on the load monitor (
tps,memory) return default values (20.0,0.0%) when monitoring is disabled. - The
time_untilplaceholder returnsN/Awhen no restart is scheduled andSoonwhen the restart is imminent. - The
reasonplaceholder returnsNonewhen no restart is in progress. - PlaceholderAPI integration is only available on Bukkit-family and Folia servers. Mod platforms (Fabric, Forge, NeoForge) do not support PlaceholderAPI.
RedstoneReboot · Multi-Platform Minecraft Server Restart Engine
Maintained by DemonZ Development