Placeholders - TheClowner/ccRides-Support GitHub Wiki
Ensure
placeholderAPI: true
is set in config.yml before trying to use placeholders.
ccRides provides a few placeholders to PlaceholderAPI
The messages for these placeholders can be customised in messages.yml
%ccRides_[rideName]_enabled%
- whether the ride is enabled/disabled
%ccRides_[rideName]_status%
- if the ride is waiting/about to start/running
These all give just a plain numeric value
%ccRides_[rideName]_maxRiders%
- the maximum capacity of a ride
%ccRides_[rideName]_numRiders%
- the number of players currently on the ride
%ccRides_[rideName]_numQueue%
- the number of players queueing to join the ride when it next runs.
%ccRides_[rideName]_normalQueue%
- the number of players queueing in the normal queue.
%ccRides_[rideName]_fastQueue%
- the number of players queueing in the fastpass queue.
%ccRides_[rideName]_price%
- the price of the ride.
%ccRides_[rideName]_countdownTime%
- remaining countdown time.