forked from Shevchik/WorldGuardExtender
-
Notifications
You must be signed in to change notification settings - Fork 8
PlaceholderAPI
Daniil Zao. edited this page Jun 2, 2026
·
3 revisions
The plugin currently has a few PAPI placeholders to interact with per-group block limits.
-
%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