-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/disguise [entity] as player
does not directly fully support arbitrary GameProfiles (player UUIDs)
#3
Comments
Those have been left out in the first release, as they weren't ready yet. It's a planned feature but I haven't had time to fully implement it yet. |
Maybe as an alternative to using player names, would it be possible to also allow the use of real player UUIDs for the |
I'd rather stick with playernames, as they are more "user-friendly". I believe that messing with entity UUIDs can lead to some trouble as well. |
If this sort of command is implemented, would you be able to make it so multiple entities can be disguised as players corresponding to the same player name ( If multiple entities can be disguised as the same |
Yes, skin is saved in different property in the GameProfile. |
Would the skin of the |
It would be cached until re-login |
As of commit 1274902 (tested on 660c818), the
/disguise
command does not support using an arbitraryGameProfile
(player UUID/skin/cape/etc) for arbitrary entities with different UUIDs. Currently, the only way to get a specific player disguise for example is to spawn the entity with the UUID of the player whose skin you want and then run the/disguise [UUID of target player/entity] as player
on that entity, or run a command like the following, replacing the UUID with that of whatever player you want the disguise to be:/help
output for disguise command for reference (notice no extra arguments to insert the target player UUID)This is likely caused by the following commented out lines. Do you why these lines are commented out?
MobDisguises/common/src/main/java/org/samo_lego/mobdisguises/command/DisguiseCommand.java
Lines 47 to 57 in 660c818
The text was updated successfully, but these errors were encountered: