Skip to content

PlaceholderAPI

Daniil Zao. edited this page Jun 5, 2026 · 3 revisions

WGExtender adds a few PlaceholderAPI placeholders:

  • %wgex_context_helper%: returns a value of custom context-helper WG flag.
  • %wgex_blocklimit_refresh%: For an online player, recalculates how many blocks they've placed, updates the info, and returns the new number.
  • %wgex_blocklimit_cached%: Shows the last saved block count for an online player. Faster but might not be up to date.
  • %wgex_blocklimit_calc%: Calculates a player's block limit from scratch without saving it. Works for offline players too. Good for one-time checks.
  • %wgex_blocklimit_group_<group>%: Shows the block limit set for a specific group. You can use a fixed group name or a placeholder that changes per player.

Sidebar

Clone this wiki locally