catageek / ByteCart

Minecraft plugin for bukkit to create a LAN/WAN rail network with routing algorithm
GNU General Public License v3.0
27 stars 9 forks source link

op status needed to create various signs #2

Closed githubnemo closed 11 years ago

githubnemo commented 11 years ago

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.

githubnemo commented 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.

catageek commented 11 years ago

Corrected in version 1.0.2