Problem/Bug building in skywars.

Discussion in 'Plugin Help/Development/Requests' started by SpookyMinecraftName, Oct 26, 2017.

Thread Status:
Not open for further replies.
  1. Hey everyone, I have a big problem. I am working on my own server and i have e Skywars plugin. The problem is, that players who dont have OP cant build to mid on skywars. (OP players can so it is a permission.) They can build, but a few blocks away from mid they cant build so they fall into the void. I have been reading a lot of threads but no one could help me with my problem so I started this thread. Please help me. It has nothing to do with Essentials, because i removed that plugins from my server and it still didn't work.
    ~ Plugins list:
    - AdminFun
    - Bedwars
    - ChestCommands
    - CustomJoinItems
    - Essentials-2.x-SNAPSHOT
    - EssentialsChat-2.x-SNAPSHOT
    - EssentialsSpawn-2.x-SNAPSHOT
    - HolographicDisplays
    - LegacyFactions-1.4.5-all
    - MaxBans
    - Muliverse-Core-2.5.0
    - PerWorldChatPlus_5.1.1v
    - PermissionsEx-1.23.4
    - SignEdit
    - Skywars%20X
    - StaffChat
    - TrollBoss_v5.8
    - VoidGenerator
    - VoxelSniper-5.272.0-SNAPSHOT
    - WarpPortals-5.6-5-SNAPSHOT
    - worldedit-bukkit-6.1.7.3


    ~ PEX permissions.yml
    Code:
    groups:
      default:
        options:
          rank: '1000'
          default: true
          prefix: '&0(&fMember&0)&7 '
        permissions:
        - essentials.afk
        - essentials.helpop
        - essentials.rules
        - essentials.realname
        - essentials.spawn
        - essentials.suicide
        - essentials.msg
        - commandbook.away
        - chestcommands.command.open
        - chestcommands.open.lobby-menu.yml
        - essentials.warp
        worlds:
          factions:
            permissions:
            - modifyworld.*
            - essentials.home
            - essentials.delhome
            - essentials.sethome
            - essentials.helpop
            - essentials.mail
            - essentials.mail.send
            - essentials.pay
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.balance
            - essentials.pay
          Bedwars1:
          - essentials.protect.pvp
          Bedwars2:
          - essentials.build
          - essentials.protect.pvp
          - essentials.build.place.*
          - essentials.modifyworld.*
          - modifyworld.*
          - modifyworld
          - - essentials.warp
      YouTuber:
        permissions:
        - essentials.afk
        - essentials.helpop
        - essentials.realname
        - essentials.spawn
        - essentials.suicide
        - essentials.msg
        - commandbook.away
        - essentials.rules
        options:
          rank: '900'
          prefix: '&0(&4Y&fT&0)&7 '
        worlds:
          world:
            permissions:
            - null
          factions:
            permissions:
            - modifyworld.*
            - essentials.home
            - essentials.delhome
            - essentials.sethome
            - essentials.helpop
            - essentials.mail
            - essentials.mail.send
            - essentials.pay
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
      Helper:
        permissions:
        - essentials.fly
        - essentials.rules
        - essentials.invsee
        - adminfun.slap
        - essentials.hat
        - essentials.afk
        - essentials.msg
        - essentials.enderchest
        - essentials.back
        - essentials.back.ondeath
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.spawn
        - essentials.ignore
        - essentials.near
        options:
          rank: '800'
          prefix: '&0(&eHelper&0)&7 '
      Moderator:
        permissions:
        - null
        - null
        options:
          rank: '100'
          prefix: '&0(&1Moderator&0)&7 '
      Admin:
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        options:
          rank: '1'
          prefix: '&0(&2Admin&0)&7 '
      Owner:
        permissions:
        - '*'
        - essentials.protect.pvp
        options:
          prefix: Owner
      members:
        worlds:
          factions:
            permissions:
            - modifyworld.*
    schema-version: 1
    

    The permissions.yml is not done, I wanted to make sure the default rank is done and later do the mod and admin.
    PLEASE HELP ME!!
    I AM DESPERATE!!
     
  2. Offline

    ChessIndustries

    Hey, back before I actually started using plugins I actually had the same problem. The solution to mine, which may be yours, is the server setting spawn protection. Just change it to 0 and it should be good.
     
  3. I will try this, ill let you know

    OMG YOU ARE MY HERO!!! 624 people have seen this thread but couldnt help me... and you did... OMG IM SO HAPPY NOW XD

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 27, 2017
Thread Status:
Not open for further replies.

Share This Page