Skip to content

Config Placeholders

LOOHP edited this page May 13, 2023 · 1 revision

Config Placeholders

Some placeholders can be used universally in the config if the field supports it.
PlaceholderAPI placeholders can also be used in those fields.

For placeholders with a <SimpleDateFormat>, please read the SimpleDateFormat Javadoc page about possible formats.

Current Game Placeholders

These placeholders can be used in the config if that config field parses placeholders for the currently active game of LotterySix.

{Now}
{Now_<SimpleDateFormat>}
{GameNumber}
{GameNumberRaw}
{SpecialName}
{Date}
{Date_<SimpleDateFormat>}
{NumberOfChoices}
{PricePerBet}
{TotalBets}
{PrizePool}
{FIRSTOdds}
{SECONDOdds}
{THIRDOdds}
{FOURTHOdds}
{FIFTHOdds}
{SIXTHOdds}
{SEVENTHOdds}
{BetPlayerNames}
{<number>LastDrawn}
{<number>TimesDrawn}

Previous Game Placeholders

These placeholders can be used in the config if that config field parses placeholders for previously completed games of LotterySix.

{Now}
{Now_<SimpleDateFormat>}
{GameNumber}
{GameNumberRaw}
{SpecialName}
{Date}
{Date_<SimpleDateFormat>}
{NumberOfChoices}
{PricePerBet}
{TotalBets}
{TotalPrizes}
{FirstToThirdPlaceWinnersCount}
{FirstNumber}
{SecondNumber}
{ThirdNumber}
{FourthNumber}
{FifthNumber}
{SixthNumber}
{FirstNumberOrdered}
{SecondNumberOrdered}
{ThirdNumberOrdered}
{FourthNumberOrdered}
{FifthNumberOrdered}
{SixthNumberOrdered}
{SpecialNumber}
{BetPlayerNames}
{FIRSTPlayerNames}
{SECONDPlayerNames}
{THIRDPlayerNames}
{FOURTHPlayerNames}
{FIFTHPlayerNames}
{SIXTHPlayerNames}
{SEVENTHPlayerNames}
{FIRSTOdds}
{SECONDOdds}
{THIRDOdds}
{FOURTHOdds}
{FIFTHOdds}
{SIXTHOdds}
{SEVENTHOdds}
{FIRSTPrize}
{SECONDPrize}
{THIRDPrize}
{FOURTHPrize}
{FIFTHPrize}
{SIXTHPrize}
{SEVENTHPrize}
{FIRSTPrizeCount}
{SECONDPrizeCount}
{THIRDPrizeCount}
{FOURTHPrizeCount}
{FIFTHPrizeCount}
{SIXTHPrizeCount}
{SEVENTHPrizeCount}
{<number>LastDrawn}
{<number>TimesDrawn}

Clone this wiki locally