-
Notifications
You must be signed in to change notification settings - Fork 0
Permissions
Loving11ish edited this page Nov 18, 2024
·
1 revision
UStats comes with permissions. (Some are granted by default, to revoke those, simply negate them within your permissions plugin.)
name: UStats
version: '1.0.0'
commands:
ustats:
description: View player statistics.
usage: "Usage: /ustats [lookup|reset|reload]"
aliases:
- stats
- ustat
- ultimatestatistics
permissions:
ustats.*:
description: Gives access to all UStats features.
default: op
children:
ustats.admin:
description: Gives access to all UStats admin features.
default: op
children:
ustats.update:
description: Allows the player to check for updates.
default: op
ustats.command.*:
description: Allows the player to use all UStats commands.
default: op
children:
ustats.command.own:
description: Allows the player to view their own statistics.
default: true
ustats.command.reset:
description: Allows the player to reset their statistics.
default: op
ustats.command.reset.others:
description: Allows the player to reset other players statistics.
default: op
ustats.command.lookup:
description: Allows the player to lookup other players statistics.
default: op
ustats.command.reload:
description: Allows the player to reload the plugin.
default: op
ustats.gui.*:
description: Allows the player to use all UStats GUIs.
default: op
children:
ustats.gui.lookup.others:
description: Allows the player to open the lookup GUI for other players.
default: op
ustats.gui.livestats:
description: Allows the player to open the live stats GUI.
default: true
ustats.gui.serverstats:
description: Allows the player to open the server stats GUI.
default: true
ustats.gui.killstats:
description: Allows the player to open the kill stats GUI.
default: true
ustats.gui.deathstats:
description: Allows the player to open the death stats GUI.
default: true
ustats.gui.damagestats:
description: Allows the player to open the damage stats GUI.
default: true
ustats.gui.accuracystats:
description: Allows the player to open the accuracy stats GUI.
default: true
ustats.gui.worldstats:
description: Allows the player to open the world stats GUI.
default: true
ustats.gui.movementstats:
description: Allows the player to open the movement stats GUI.
default: true
ustats.gui.inventorystats:
description: Allows the player to open the inventory stats GUI.
default: true
ustats.gui.activitystats:
description: Allows the player to open the activity stats GUI.
default: true
ustats.gui.survivalstats:
description: Allows the player to open the survival stats GUI.
default: true
ustats.gui.interavtionstats:
description: Allows the player to open the interaction stats GUI.
default: true
ustats.gui.moderationstats:
description: Allows the player to open the moderation stats GUI.
default: true
ustats.gui.advancementstats:
description: Allows the player to open the advancement stats GUI.
default: true