diff --git a/plugin.yml b/plugin.yml index 4a455c8..3aca97b 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: XP-Manager description: XP-Manager lets server owners and staff manage XP levels easily! -main: kriskotooBG\xpmanager\Main +main: kriskotooBG\XPMaster\Main api: [3.0.0] version: 1.0.1 author: kriskotooBG @@ -12,6 +12,10 @@ commands: description: "Use this command to set your, or another player's XP level" usage: "/xp <(optional)playername> " + seexp: + description: "Use this command to see another player's XP level" + usage: "/seexp " + addxp: description: "Use this command to add to your, or another player's XP level" usage: "/addxp <(optional)playername> " @@ -23,6 +27,10 @@ commands: permissions: + xp.seePlayerXP: + default: op + description: "Gives a player the permission to see other player's XP levels" + xp.setOwnXP: default: op description: "Gives a player the permission to set his XP level"