Placeholder

Plugin placeholders

placeholdervalue

%customcrops_season%

Get the season of the world player in

%customcrops_season_<world>%

Get the season of the specified world

%customcrops_date%

Get the date of the world player

%customcrops_date_<world>%

Get the date of the specified world

Internal placeholders

placeholdervalue

{player}

Player name

{x} {y} {z}

Coordinate

{world}

World

Register placeholders

Plugin doesn't support using PlaceholderAPI placeholders directly. But there's a section in config.yml where you can customize the identifier of a placeholder and use it almost everywhere.

Let's try the example below. Firstly make sure that you have installed PlaceholderAPI and Server Expansion.

placeholder-register:
  '{date}': '%server_time_yyyy-MM-dd-HH:mm:ss%'

Last updated