Solved Anyone who is not an op can't talk

Discussion in 'Bukkit Help' started by Birdgeek3, Dec 1, 2013.

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

    Birdgeek3

    Hey I am starting a server and I found out that non-ops cannot talk in-game
    If you are opped though it works fine!
    Here are the plugins im running - WorldEdit,NXAnnouncer, Vault, PermissionsEx, Mulitverse-Core, Modifyworld, LWC, WorldGuard, Essentials, ChatManager, TimedPEx, EssentialsSpawn, Enjin Minecraft Plugin

    is there any chance of a WorldGuard Global region overlapping with Modifyworld and messing up the chat?
    **EDIT**So i've been testing around and if I add modifyworld.chat to a user they can talk but if its added to the group they are in, they can't
    And here is the Pex file, if opped, the prefix shows up and it all works. The users just cant chat.
    Code:
    groups:
      Owner:
        prefix: '&3[&4High_Master&3]&f'
        permissions:
        - group.Owner
        - lwc.*
        - worldedit.*
        - essentials.*
        - permissions.*
      Admin:
        options:
          rank: '100'
        permissions:
        - group.Admin
        - worldedit.*
        - lwc.*
        - essentials.*
        - permissions.*
        prefix: '&3[&cAdmin&3]&f'
      Moderator:
        options:
          rank: '400'
        inheritance:
        - VIP
        permissions:
        - group.Moderator
        - nxannouncer.admin
        - lwc.mod
        - permissions.manage.membership
        - permissions.manage.users
        - permissions.user.demote
        - permissions.user.promote
        - essentials.vanish.see
        - essentials.vanish
        - essentials.delwarp
        - essentials.invsee
        - essentials.kick
        - essentials.jails
        - essentials.tp.others
        - essentials.tp
        - essentials.tempban
        prefix: '&3[&9Moderator&3]&f'
      VIP:
        options:
          rank: '500'
        inheritance:
        - Master_Builder
        permissions:
        - group.VIP
        - essentials.fly
        - essentials.heal
        prefix: '&3[&6Vip&3]&f'
      Founder:
        options:
          rank: '800'
        inheritance:
        - Journeyman
        prefix: '&3[&6Founder&3]&f'
        permissions:
        - group.Founder
      Developer:
        options:
          rank: '900'
        inheritance:
        - Master_Builder
        permissions:
        - group.Developer
        - essentials.fly
        - essentials.time.set
        - essentials.time
        prefix: '&3[&5Developer&3]&f'
      Architect:
        options:
          rank: '1000'
        inheritance:
        - Master_Builder
        permissions:
        - group.Architect
        - worldedit.superpickaxe
        - essentials.item
        prefix: '&3[&5Architect&3]&f'
      Master_Builder:
        options:
          rank: '1200'
        inheritance:
        - Builder
        permissions:
        - group.Master_Builder
        - essentials.repair.all
        prefix: '&3[&3Master_Builder&3]&f'
      Builder:
        options:
          rank: '1500'
        inheritance:
        - Journeyman
        permissions:
        - group.Builder
        - essentials.repair
        - essentials.powertool
        prefix: '&3[&3Builder&3]'
      Journeyman:
        options:
          rank: '1600'
        inheritance:
        - Apprentice
        permissions:
        - group.Journeyman
        - essentials.tpa
        - essentials.top
        prefix: '&3[&3Journeyman&3]&f'
      Apprentice:
        options:
          rank: '1700'
        inheritance:
        - Settler
        permissions:
        - group.Apprentice
        - essentials.workbench
        - essentials.signs.color
        - essentials.recipe
        - essentials.back
        prefix: '&3[&2Apprentice&3]&f'
      Settler:
        options:
          rank: '1800'
        inheritance:
        - Member
        permissions:
        - group.settler
        - essentials.recipe
        - lwc.protect
        - essentials.warps.spawn
        prefix: '&3[&2Settler&3]&f'
      Member:
        options:
          rank: '1900'
        permissions:
        - group.Member
        - modifyworld.*
        prefix: '&3[&2Serf&3]&f'
      Guest:
        default: true
        options:
          rank: '2000'
        permissions:
        - modifyworld.chat
        prefix: '&3[&7Guest&3]&7'
    users:
      Smee2112:
        group:
        - Owner
      Birdgeek3:
        group:
        - Admin
      Dekameter:
        group:
        - Moderator
      Conn1202:
        group:
        - Member
      MonsterSmash:
        group:
        - Architect
      Tbell2112:
        group:
        - Owner
      MeanSoup:
        group:
        - Architect
      WatchMeRoar:
        group:
        - Architect
      Josh_Morgan:
        group:
        - Member
    
    Any help is much appreciated
    -Bird
     
  2. Offline

    OMEGA48

    Get rid of Modify World and check if Chat Manager has a permission for allowing chat or not.
     
  3. Offline

    Birdgeek3

    Alright we fixed it, turns out our inheritances for the modifyworld.chat node was setup wrong and we didnt catch it
     
Thread Status:
Not open for further replies.

Share This Page