# Permissions & Commands


#

Plugin Permissions

Permission Default Description
premiumadvancements.admin op Full access (GUI, editor, reload, info, tabs)
premiumadvancements.give op Grant advancements to players
premiumadvancements.take op Revoke advancements from players
premiumadvancements.list true List own completed advancements
premiumadvancements.list.others op List others' completed advancements
premiumadvancements.stats true View own stats
premiumadvancements.stats.others op View others' stats

#

Commands

All commands use /premiumadvancements or /padv as the base.

# /padv help

Shows the help menu with all available commands.

Permission: None (public)


# /padv gui

Opens the advancement management GUI. If multiple tabs exist, shows the tab selector first.

Permission: premiumadvancements.admin


# /padv tabs

Lists all advancement tabs with namespace and advancement count.

Tab: premium_advancements (41 advancements)
Tab: test_tab (2 advancements)

Permission: premiumadvancements.admin


# /padv info

Displays detailed information about a specific advancement, including its tab, title, description, icon, trigger, rewards, dependencies, and conditions.

Permission: premiumadvancements.admin


# /padv reload

Reloads all configurations and advancements. The advancement UI is re-initialized after 1 tick (editor apply) or 20 ticks (normal reload), and all online players see the updated tabs.

Permission: premiumadvancements.admin


# /padv editor

Uploads the current advancements to the web editor API and returns a URL. Players can share this URL with authorized browsers to edit advancements visually.

Permission: premiumadvancements.admin


# /padv editor-trust

Authorizes a browser session to use the web editor for this server. The trust code is displayed in the browser when first connecting.

Permission: premiumadvancements.admin


# /padv apply [--force]

Downloads and applies changes from the web editor. The --force flag bypasses stale session protection. The plugin reloads completely after applying.

Permission: premiumadvancements.admin


# /padv placeholders

Displays all available PlaceholderAPI placeholders.

Permission: premiumadvancements.admin


# /padv wiki

Opens the plugin wiki link.

Full documentation: https://wiki.skyxnetwork.net/advancements/

Permission: premiumadvancements.admin


# /padv give

Grants an advancement to the specified player, triggering all rewards and the completion animation.

Permission: premiumadvancements.give


# /padv take <advancement|all>

Revokes an advancement from a player. Use all to reset all advancements for that player.

Permission: premiumadvancements.take


# /padv list [player]

Lists completed advancements for yourself or another player.

Permission: premiumadvancements.list (self) / premiumadvancements.list.others (others)


# /padv stats [player]

Opens the stats GUI showing advancement progress for yourself or another player.

Permission: premiumadvancements.stats (self) / premiumadvancements.stats.others (others)