BuildCraft|Silicon

BuildCraft|Silicon

6M Downloads

[1.7.10 - 7.1.23] Permissions for fake user

Apvaris opened this issue ยท 2 comments

commented

The issue is that I can not configure permissions to allow modify world.

I tried to remove PermissionsEx plugin and check if mod`s user without restrictions can break blocks (it works).
So, the question is: What I should allow to [buildCraft] user to make it work?

permissions.yml

groups:
BuildCraft:
default: false
permissions:
- modifyworld.*
schema-version: 1
users:
'[buildCraft]':
group:
- BuildCraft

commented

Use /buildcraft op or you can find the specific UUIDs to whitelist in the Server startup log

commented

Use /buildcraft op or you can find the specific UUIDs to whitelist in the Server startup log

thank you.