Closed githubnemo closed 11 years ago
It seems, that your abstraction logic with the 9000 signs is broken.
in the constructor of AbstractBC9000
you say:
this.Permission = this.Permission + this.Name;
Where this.Name
is not filled yet, so the permission needed is "bytecart."
instead of "bytecart.9001"
, for example.
Corrected in version 1.0.2
Apparently one needs to be op to place the BC9001 sign.
I assigned the BC9001 permission to users directly but they were not able to create station signs. The error message was
You are not authorized to place Station block. You must have bytecart.
.Same goes for 9000, 9002 and others.