Skip to content

Placeholders

SuperRonanCraft edited this page Oct 6, 2018 · 11 revisions

Here's a list of placeholders that can be used anywhere!

Summary


Local

Placeholders that can be used inside any text area within the plugin!

Valid Nodes:

  • %argument_<id>%: Replaces with the argument given when opening the menu
  • %argument_<id>_<placeholder>%: Replaces with the placeholder respecting the player in the argument
  • %argument_<idFrom>-<idTo>%: Replaces with with all arguments in the index
  • %argument_<idFrom>+%: Replaces with with all arguments starting from the index

Nodes starting with argument_

  • Only function if the menu has arguments
  • <id>: Starts from the first argument, deemed 0
  • <placeholder>: Any placeholder from PlaceholderAPI or a local placeholder

AdvancedCustomItemAPI

View all of these placeholders over at the AdvancedCustomItemAPI wiki

Clone this wiki locally