Jump to content

Recommended Posts

Posted

Okay, so I finally got my server to work. I can get on the tekkit server move around, but i cant do anything like breaking blocks or placing. I have tried /op (myname) but that does not good. It says it is opping me but nothing actually happens. So I installed permissionsex and set up an admin group, default, and moderator. Then I set myself as the admin. Still I have had no luck. Any ideas?

Here is my permissions text:

---

plugin:

  permissions:

    system: 'default'

    copies: ''

groups:

  Admins:

    default: false

    info:

      prefix: ''

      suffix: ''

      build: true

    inheritance: ''

    permissions:

      - '*'

  Default:

    default: true

    info:

      prefix: ''

      suffix: ''

      build: true

    inheritance: ''

    permissions:

      - 'essentials.help'

      - 'essentials.home'

      - 'essentials.motd'

      - 'essentials.rules'

      - 'essentials.sethome'

  Moderator:

    default: false

    info:

      prefix: ''

      suffix: ''

      build: true

    inheritance:

      - 'Admin'

    permissions:

      - '*'

users:

  Chriswf:

    group: 'Admin'

    permissions: ''

Posted

yes, try installing modifyworld (an essentials plugin)

then use the permission node

- 'modifyworld.*'

also, is this in the plugins\PermissionsEx\permissions.yml?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...