Skip to content

Commit

Permalink
Added /seexp command
Browse files Browse the repository at this point in the history
  • Loading branch information
KriskotooBG committed Aug 17, 2019
1 parent 0c3370f commit 2a6203c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,6 +12,10 @@ commands:
description: "Use this command to set your, or another player's XP level"
usage: "/xp <(optional)playername> <level>"

seexp:
description: "Use this command to see another player's XP level"
usage: "/seexp <playername>"

addxp:
description: "Use this command to add to your, or another player's XP level"
usage: "/addxp <(optional)playername> <ammount>"
Expand All @@ -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"
Expand Down

0 comments on commit 2a6203c

Please sign in to comment.