Update disguises.yml

This commit is contained in:
libraryaddict 2020-08-11 09:03:11 +12:00 committed by GitHub
parent baed87bc78
commit 144f762a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,13 @@
# You can also use placeholders in the disguises to create disguises that have the command users skin # You can also use placeholders in the disguises to create disguises that have the command users skin
# %user-name% - Replaces %user-name% with the command user's name. # %name% - Replaces %name% with the command user's name.
# %user-skin% - Replaces %user-skin% with the command user's skin for use with player disguises. # %skin% - Replaces %skin% with the command user's skin for use with player disguises.
# %displayname% - Replaces %displayname% with the command users displayname
# %target-name% - Finds first viable name from: Player name, entity custom nametag, then entity type (Pig, Horse, Cow) # %target-name% - Finds first viable name from: Player name, entity custom nametag, then entity type (Pig, Horse, Cow)
# %target-skin% - If target is a player, replaces %target-skin% with their skin for use with player disguises # %target-skin% - If target is a player, replaces %target-skin% with their skin for use with player disguises
# %target-displayname% - Similar as above
# If target is not a player, will silently fail # If target is not a player, will silently fail
# %held-item% - The currently held item in the main item slot # %held-item% - The currently held item in the main item slot
@ -30,6 +32,7 @@
# than just the amount. # than just the amount.
# These can be used again for the 'target' by prepending 'target-' to the above. So %target-armor% %target-held-item% # These can be used again for the 'target' by prepending 'target-' to the above. So %target-armor% %target-held-item%
# Finally, you can use %libraryaddict-name% to do all this, but fetch it from the ONLINE player libraryaddict! Case sensitive.
# The below disguise would give a disguised sheep the nametag; Me: libraryaddict, Them: Sheep # The below disguise would give a disguised sheep the nametag; Me: libraryaddict, Them: Sheep
# Example: 'cow setCustomName "Me: %user-name%, Them: %target-name%"' # Example: 'cow setCustomName "Me: %user-name%, Them: %target-name%"'