Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
Platforms
BungeeCord
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
v1.2.2
Added
- New Placeholders for Spigot and PaperMC version.
${player hasPlayedBefore}
- Returns a boolean based on whether the player has played on the server before.${player isBanned}
- Returns a boolean on whether the player has been banned from the server.${player isWhitelisted}
- Returns a boolean on whether the player is whitelisted on the server.${player uuid}
- Returns the UUID of the player.
Breaking changes
- Renamed
${players online}
to${server playersOnline}
- Renamed
${players max}
to${server playersMax}
Other changes
- Hopefully fixed duplication of cache entries
v1.2.1
Improved
A minor update to further improve condition parsing to avoid issues with certain edge-cases such as f.e. text! = text!
being seen as illegal use of the !=
operator.
v1.2.0
Added
hidePlayers: <boolean>
option to hide the player count in a server list profile (Set it to???
)
Changed
- Improved condition handling
v1.1.0
Added
${server host}
placeholder to display the IP/Domain the player pinged.
Improved
- Improved Placeholders class
- Improved StringReplacer class
- Updated
default.yml
with better examples and comments
v1.0.3
Fixed
- Hex colours not working in the MOTD on a SpigotMC server
- Edge-case of exceptions being thrown when the
config.yml
can't be created
Improved
- Added safety-check for when a user tries to use the PaperMC version on a SpigotMC server. The plugin will disable itself in such a case
v1.0.2
Added
- bStats metrics. You can disable it by setting
send_statistics
to false inconfig.yml
v1.0.1
Improved
- Internal code
v1.0.0
- First release!
Files
Metadata
Release channel
ReleaseVersion number
1.2.2Loaders
Game versions
1.19–1.19.2Downloads
29Publication date
August 14, 2022 at 8:07 PMPublisher
Andre601
Owner