Add /grabhead and use local skins if possible with skinapi

This commit is contained in:
libraryaddict
2020-06-20 09:26:48 +12:00
parent 53051668af
commit 4fa20a0367
7 changed files with 167 additions and 2 deletions

View File

@@ -84,6 +84,10 @@ commands:
aliases: [customdisguise, savedisg, customdisg, createdisguise, createdisg]
permission: libsdisguises.seecmd.savedisguise
description: Save a custom disguise to disguises.yml
grabhead:
aliases: [grabskull, playerhead, savehead, gethead]
permission: libsdisguises.seecmd.grabhead
description: Grab the head item of a skin, url or player
permissions:
libsdisguises.reload:
@@ -123,6 +127,8 @@ permissions:
default: false
libsdisguises.multiname:
description: Allows the command user to set names on different heights
libsdisguises.grabhead:
description: Allows the command user to use /grabhead
libsdisguises.seecmd:
description: See all commands in tab-completion
default: true
@@ -145,6 +151,7 @@ permissions:
libsdisguises.seecmd.copydisguise: true
libsdisguises.seecmd.grabskin: true
libsdisguises.seecmd.savedisguise: true
libsdisguises.seecmd.grabhead: true
libsdisguises.seecmd.disguiseviewself:
description: See the /disguiseviewself command in tab-completion
libsdisguises.seecmd.disguise:
@@ -180,4 +187,6 @@ permissions:
libsdisguises.seecmd.grabskin:
description: See the /grabskin command in tab-completion
libsdisguises.seecmd.savedisguise:
description: See the /savedisguise command in tab-completion
description: See the /savedisguise command in tab-completion
libsdisguises.seecmd.grabhead:
description: See the /grabhead command in tab-completion