We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Can you type the full output of /ver, /cmi version, and the CMI API you're trying to create?
Sorry, something went wrong.
Plugins CMILib1.4.4.2.jar CMI-9.6.9.3.jar CMIAPI Last version from GutHub
Code Snippet from CMI-API
What's the error here? You can still use the other constructors as normal.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: