• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Bug Cannot create MC2171

vilemaxim

Stone
Joined
Dec 14, 2014
I'm unable to create a entity detector. It get red text, "You do not have permission to use mc1271."

I'm a level 50 Engineer.

Any help?

In case it's relevant
here is what I'm putting on the sign

Line 1:
Line 2: [mc1271]
Line3: 1
Line4: p

Thanks
 
Last edited:

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
I'm unable to create a entity detector. It get red text, "You do not have permission to use mc1271."

I'm a level 50 Engineer.

Any help?

In case it's relevant
here is what I'm putting on the sign

Line 1:
Line 2: [mx1271]
Line3: 1
Line4: p

Thanks
Here's what we grant via the code to Craftbook's IC plugin. Let me know if you see something missing.
Code:
Circuits5:
    usage: Day Checker (MC1230), Water Sensor (MC1260), Lava Sensor (MC1261, Light Sensor (MC1262), Block Sensor (MC1263), Entity Detector (MC1271), PlayerDetector (MC1272), Marquee (MC2999)
    permissions:
    - craftbook.ic.safe.mc1230
    - craftbook.ic.safe.mc1260
    - craftbook.ic.safe.mc1261
    - craftbook.ic.safe.mc1262
    - craftbook.ic.safe.mc1263
    - craftbook.ic.restricted.mc1271
    - craftbook.ic.restricted.mc1272
    - craftbook.ic.safe.mc2999
 

vilemaxim

Stone
Joined
Dec 14, 2014
I logged off and back on and tried again, but it was the same. I tried the other one that was similar mc1272, that one works. Maybe there is a restriction somewhere else.

Maybe
# grep -Ri mc1271 *
 

vilemaxim

Stone
Joined
Dec 14, 2014
That's weird because the other "restricted" one worked. Thanks for fixing this... and thanks for running an awesome server.
 
Top