forked from Shevchik/WorldGuardExtender
-
Notifications
You must be signed in to change notification settings - Fork 8
PlaceholderAPI
Daniil Zao. edited this page Jun 8, 2026
·
3 revisions
WGExtender adds a few PlaceholderAPI placeholders:
-
%wgex_context_helper%: returns a value of customcontext-helperWG 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{bracketed_placeholder}.
Sidebar