Jump to content

Recommended Posts

Posted

Forewarning: I'm a bit of a newbie with servers

I got my Tekkit (base, not classic) server launched and running just fine (imported from a single player save) and I've hit a bit of a snag. Nobody can open chests, doors etc. If I OP people it will work, but I simply cannot figure out how to make people able to do it without giving them OP.

This server is running with only a small circle of people so I am not too worried about griefers etc as I have set up the white list as well.

Here is my permissions.yml

groups:

  Default

    default: true

    build: true

    prefix: '&7[Member]&f'

    permissions

    - essentials.help

    - modifyworld.chat

    - modifyworld.*

    - essentials.home

    - essentials.sethome

    - essentials.back

    - essentials.tpa

    - essentials.tpaccept

    - essentials.tpdeny

    - essentials.spawn

  Donator

    build: true

    inheritance:

    - Default

    prefix: '&6[Donator]&f'

    permissions:

    - essentials.enchant

    - essentials.repair

 

  Moderator:

    build: true

    inheritance:

    - Default

    prefix: '&b[Moderator]&7'

    suffix: '&7'

    permissions:

    - essentials.repair

    - essentials.heal

    - essentials.item

    - essentials.give

    - essentials.fly

    - essentials.kick

    - essentials.mute

    - essentials.tjail

    - essentials.jail

    - essentials.tempban

    - essentials.vanish

  Admin:

    build: true

    inheritance:

    - Moderator

    prefix: '&4[&cAdmin&4]&e'

    suffix: '&7'

    permissions:

    - essentials.gamemode

    - essentials.ban

    - essentials.unban

    - essentials.ipban

    - essentials.unipban

    - essentials.pardon

    - essentials.enchant

  Owner:

    build:true

    inheritance:

    - Admin

    prefix: '&4[Owner]'

    suffix: '&b'

    permissions:

    - '*'

users:

    zeress:

        groups:

        - Default

        permissions:

        - '*'

    alkeia:

        groups:

        - Default

        permissions:

    acularius:

        groups:

        - Default

        permissions:

        - '*'

To re-iterate, I am using base Tekkit and I have modded nothing outside of server side settings. Any help would be greatly appreciated!

EDIT: I am using this set of server files: http://mirror.technicpack.net/Technic/servers/tekkitmain/Tekkit_Server_v1.1.10.zip

Posted

ModifyWorld does not support MCPC+. The result of using it will be players being almost unable to do anything. I would Remove it. From the layout of your permissions you look to be using its sister plugin PEX. I would suggest using GroupManager as it is more compatible with MCPC+.

Edit: If you are looking for a plugin to restrict Items, use NoItem

http://dev.bukkit.org/bukkit-plugins/noitem/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...