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

Wrong CMIHologram constructors. #46

Open
W4RPWISH opened this issue Dec 22, 2023 · 3 comments
Open

Wrong CMIHologram constructors. #46

W4RPWISH opened this issue Dec 22, 2023 · 3 comments

Comments

@W4RPWISH
Copy link

W4RPWISH commented Dec 22, 2023

Dear @Zrips , please FIX IT.
Because your constructors have 3 errors / mistakes??

public CMIHologram(String name, Location loc, Player playerToShowFor)
{
this.name = null;
.....
this.playerToShowFor = null;
.....
this.loc= null;
}

wtf?

@mrfloris
Copy link
Contributor

Can you type the full output of /ver, /cmi version, and the CMI API you're trying to create?

@W4RPWISH
Copy link
Author

W4RPWISH commented Dec 22, 2023

Plugins
CMILib1.4.4.2.jar
CMI-9.6.9.3.jar
CMIAPI Last version from GutHub

Code Snippet from CMI-API
image

@MrCrazys
Copy link

What's the error here? You can still use the other constructors as normal.

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

No branches or pull requests

3 participants