Players cannot build!

Discussion in 'Bukkit Help' started by MCFunCubes, Nov 21, 2015.

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

    MCFunCubes

    I have a sky block server called "SkyCraft" and the players cannot build on my server. My plugins: iConomy, AutoMessage, WorldEdit, EmptyWorldGenerator, Vault, SideBar, GroupManager, Herochat, ASkyBlock, Multiverse-Core, Multiverse-Portals.

    Here is my permissions (Im using Essentials GroupManager and this is in world "world", but I don't know if this is also for the world Askyblock, but it works fine when players type /island in askyblock... please help)
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
    
    groups:
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          build: true
          prefix: '&5'
          suffix: ''
      Owner:
        default: false
        permissions:
        - -vanish.*
        - '*'
        inheritance:
        - admin
        info:
          build: true
          prefix: '&4'
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          build: true
          prefix: '&2'
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          build: true
          prefix: '&c'
          suffix: ''
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        - askyblock.coop
        - askyblock.island.*
        - askyblock.team.create
        - askyblock.team.join
        - askyblock.team.kick
        - askyblock.team.makeleader
        - bukkit.command.spawnpoint
        - herochat.autojoin.global
        - herochat.join.global
        - herochat.pm
        - herochat.speak.global
        - modifyworld.*
        - sidebar.use.example
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          build: false
          prefix: '[PLAYER]'
          suffix: ''
    
     
  2. Offline

    lordjohnaitest

    First Askyblocks world is pregenerated with the plugin and called ASkyblock.
    For your building problems does it give a message or error in console when players try to build or does the block just disappear? Also please check to see if the island is above the max build level.

    If this doesn't work see if you can provide any more details please
     
  3. Offline

    MCFunCubes

    How do I change the build level for Askyblock. Also, I installed Worldguard and then deleted it when I tested my server as a regular player for some info... Thanks and have a good day. Also, what would the console say because I think I remember that it said that my testing player run a command but it might have been that I did /island. Have a good day! I love it when people help me with my server issues!

    If u want 2 see that the blocks when I mine don't get destroyed, my server ip is thegamersrealm.gamename.net :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 22, 2015
  4. Offline

    lordjohnaitest

    @MCFunCubes
    Your server.properties file should contain the max build height. Hmm I can build in all 3 island types. You also need to work on your essentails comfigs for first spawn
     
    Last edited: Nov 24, 2015
  5. Offline

    zsemi02

    if the players is in Deafault, he can't build
    "build:false"
    or you reached the max building level.
    :)
     
  6. Offline

    MCFunCubes

    @lordjohnaitest I'll be on Minecraft on thanksgiving... So u really can build??? Once I get premium accounts set up for donations to keep my server running, I'll pm u because you would be a great super-admin. Can I install Worldguard without having to do any permissions setup? Thanks.

    I'm excited to get on Minecraft

    I don't have essentials installed... But I will if you pm me the instructions to install it without any errors (I use Spigot, and I always get errors with essentials)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 24, 2015
  7. Offline

    lordjohnaitest

    @MCFunCubes
    When I joined I was in the default and I could build in all island forms
    What would you want to do with world gaurd? The op permission for every plugin is usually (pluginname).* For worldgaurd make sure you have world edit and the op permission is worldgaurd.*


    I would be happy to hold a position on your server
     
  8. Offline

    MCFunCubes

    @lordjohnaitest
    I want some protection plugin :D
     
  9. Offline

    lordjohnaitest

    Define your region and then create and flag passthrough allow for protection in that region
     
  10. Offline

    MCFunCubes

    Meh... spawn-radius works good enough for me :D
     
  11. Offline

    lordjohnaitest

    Yes but spawn radius lets players build but not destroy
     
  12. Offline

    MCFunCubes

  13. Offline

    lordjohnaitest

    When will your server be online? I can set up spawn protection for you if you would like.
     
Thread Status:
Not open for further replies.

Share This Page