Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

Can't restrict placement of single blocks #96

@garfonzo

Description

@garfonzo

No matter what I try, I can't seem to restrict the placement of specific blocks. For example, I've been trying to restrict the placement of dirt (just for testing) and it doesn't work. This is my permissions setup (pex):

- -modifyworld.blocks.place.3
- -modifyworld.blocks.interact.3
- -modifyworld.bucket.empty.lava
- modifyworld.digestion
- modifyworld.*

I've tried putting interact first, putting interact.*, and all sorts of combinations. If I do this:

- -modifyworld.blocks.place.*
- -modifyworld.blocks.interact.*

it will prevent placement of all blocks, but that's not my goal.

How do I prevent placement of specific blocks?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions