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?
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?