Skip to content
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

Probleme mit new PlayerDisguise() #33

Open
NetzkroneHD opened this issue Mar 29, 2019 · 1 comment
Open

Probleme mit new PlayerDisguise() #33

NetzkroneHD opened this issue Mar 29, 2019 · 1 comment
Assignees

Comments

@NetzkroneHD
Copy link

Also ich habe mir den source code angekuckt und da steht

Disguise disguise = null;
String skinName = args.length == 2 ? args[1].replaceAll("&[0-9a-fk-or]", "") : args[1];
String displayName = args.length == 2 ? ChatColor.translateAlternateColorCodes('&', args[1]):ChatColor.translateAlternateColorCodes('&', args[2].replace("\s", " "));

disguise = new PlayerDisguise(skinName, displayName);

also dachte ich, dass man den displayName ändern kann. Dies habe ich dann auch gemacht, funktioniert aber nicht. Also wollte ich fragen ob du mir dabei helfen könntest.

das habe ich verwendet:

Main.dis.disguise(p, new PlayerDisguise(skinName, p.getName()));

@robingrether
Copy link
Owner

Hallo Netzkrone,

Zunächst einmal zur Klarstellung: DisplayName bezeichnet den Namen, der oberhalb der Spielfigur angezeigt wird. Ich vermute jetzt mal, dass Du hingegen den Anzeigenamen in der Chatleiste meinst. Diesen ändert iDisguise nicht.

Gruß Robin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants