[Help] I am having a very bad problem

Discussion in 'Bukkit Help' started by Damion, Mar 18, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Damion

    Ok so I have my minecraft server set up but the only people who can build is the admins or OPs

    I have included my permissions.yml from PEX for further help as well as a list of plugins I am using below.

    [List of plugins]
    Essentials
    Lockette
    Modifyworld
    Multiverse-Core-2.4
    PermissionsEx
    TARDIS

    [permissons,yml from PEX]
    Code:
    groups:
      Default:
        default: true
        prefix: '&e[Guest]&f'
        suffix: ''
        permissions:
        - bukkit.command.list
        - -bukkit.command.help
        - -bukkit.command.plugins
        - lockette.user.create.*
      Trusted:
        prefix: '&2[Member]&f'
        suffix: ''
        permissions:
        - bukkit.command.list
        - bukkit.command.help
        - -bukkit.command.version
        - -bukkit.command.plugins
        inheritance:
        - Default
      Moderator:
        prefix: '[Mod]'
        suffix: ''
        permissions:
        - bukkit.command.kick
        - bukkit.command.ban.*
        - bukkit.command.unban.*
        inheritance:
        - Trusted
      Admin:
        prefix: '&c[Admin]&f'
        suffix: ''
        permissions:
        - '*'
        inheritance:
        - Moderator
    users:
      Damion:
        group:
        - Admin
      Tawna:
        group:
        - Moderator
      Cryptek:
        group:
        - Admin
    worlds:
      TARDIS_WORLD_Damion:
        inheritance:
        - world
      TARDIS_WORLD_Cryptek:
        inheritance:
        - world
    
     
  2. Offline

    Necrodoom

    Try give modifyworld.* and essentials.build.* permissions for modifyworld.jar and essentialsantibuild.jar.
     
  3. Offline

    Damion

    Thanks Necrodoom :3 that really helped.

    [EDIT] but another problem came up and now people can build inside the spawn point how do I fix this?

    Code:
    groups:
      Default:
        default: true
        prefix: '&7[Guest] &f'
        suffix: ''
        permissions:
        - modifyworld.*
        - essentials.build.*
        - bukkit.command.list
        - -bukkit.command.help
        - -bukkit.command.plugins
        - lockette.user.create.*
      Trusted:
        prefix: '&6[Member] &f'
        suffix: ''
        permissions:
        - modifyworld.*
        - essentials.build.*
        - bukkit.command.list
        - bukkit.command.help
        - -bukkit.command.version
        - -bukkit.command.plugins
        inheritance:
        - Default
      Donater:
        prefix: '&e[Donater] &f'
        suffix: ''
        inheritance:
        - Trusted
      Moderator:
        prefix: '&c[Mod] &f'
        suffix: ''
        permissions:
        - bukkit.command.kick
        - bukkit.command.ban.*
        - bukkit.command.unban.*
        inheritance:
        - Trusted
      Admin:
        prefix: '&4[Admin] &f'
        suffix: ''
        permissions:
        - '*'
        inheritance:
        - Moderator
    users:
      Damion:
        group:
        - Donater
      Tawna:
        group:
        - Trusted
      Cryptek:
        group:
        - Trusted
    Necrodoom could I just pm ya?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  4. Offline

    Bluemarien

    Use a plugin like WorldGuard to protect your spawns.
     
  5. Offline

    TheDarkLord197

    Yeah, Select the spawn with worldedit (Making sure to //expand vert) and do /rg define spawn.
     
Thread Status:
Not open for further replies.

Share This Page