Users can't do anything in the nether.

Discussion in 'Bukkit Help' started by hive_angel, Aug 2, 2013.

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

    hive_angel

    My MC server is 1.5.2, using Bukkit R 1.5.2
    Plugins
    Essentials 2.11.1
    Essential, Antibuild, Chat, GeoIP, Protect, Spawn
    Dynmap 1.8
    WorldEdit 5.5.7

    I have the permission essentials.build assigned to my Everyone group which allows building. I have a nether portal built and all users can travel through the nether protal without issue. Howevr no user has permission to use anything in the nether.

    Can anyone offer me some recommendations I can examine or try? I have not tried disabling Antibuild, but it doesn't have any commands which interact with the nether that I know of. Unless I am wrong.

    Please help when you can.

    Thank you
     
  2. Offline

    Necrodoom

    what permission plugin?
     
  3. From what I know, anti build or simply bukkit creates a 32 block radius around the spawn point of all worlds. Try and walk out 40+ blocks and try and build.
    If this is not the problem, there must be some sort of permissions plugin on your server that would interfere with this.
     
  4. Offline

    hive_angel

    Group manager.

    I also use McMyAdmin for my permissions control which is working fine. I added essentials.build to my Everyone group and everyone can build in the main world, but not build or use items in the nether.

    I have my spawn protection to a 3 on the main world. Users have walked far enough on the nether and still cannot do anything. I am not aware if the nether has a seperate file for spawn protection though.

    I did some testing and found out two things.

    Test 1

    If I disabled Essentials AntiBuild

    I can build in the nether.

    Test 2

    I enabled Essentials AntiBuild

    I looked at my Essentials config file and edited the following bold section changing true to false. This allowed me to build in the nether.

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsAntiBuild | #
    # +------------------------------------------------------+ #
    ############################################################

    # Disable various default physics and behaviors
    # For more information, visit http://wiki.ess3.net/wiki/AntiBuild

    # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: false

    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using.
    use: false

    # Should we tell people they are not allowed to build?
    warn-on-build-disallow: true

    # For which block types would you like to be alerted?
    # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
    # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
    alert:
    on-placement: 10,11,46,327
    on-use: 327
    on-break:

    blacklist:

    # Which blocks should people be prevented from placing?
    placement: 10,11,46,327

    # Which items should people be prevented from using?
    usage: 327

    # Which blocks should people be prevented from breaking?
    break:

    # Which blocks should not be pushed by pistons?
    piston:

    # Which blocks should not be dispensed by dispensers
    dispenser:


    Am I thinking correctly? Essentials Antibuild seems to be a good grief protection to stop first time players from steal TNT and using it.

    Thoughts
     
  5. Please pastie these files from group manager:
    Groupmanager>worlds>world_nether>groups.yml
     
  6. Offline

    hive_angel

    Here is the file.

    One inquiry

    My main world is called AA_Empire, and the /GroupManager/worlds has my main word labeled as aa_empire, the the neher as AA_Empire_nether, and the end as AA_Empire_the_end.

    Could this be causing some slight issues?

    groups:
    Everyone:
    default: true
    info:
    prefix: '&f'
    suffix: ''
    build: true
    permissions:
    - 'essentials.build'
    - 'essentials.spawn'
    - 'essentials.help'
    - 'essentials.sethome'
    - 'essentials.home'
    - 'essentials.recipe'
    - 'essentials.back'
    Regulars:
    default: false
    info:
    prefix: '&a'
    suffix: ''
    build: true
    inheritance:
    - 'Everyone'
    permissions: []
    Moderators:
    default: false
    info:
    prefix: '&1'
    suffix: ''
    build: true
    inheritance:
    - 'Regulars'
    permissions:
    - 'essential.gamemode'
    Administrators:
    default: false
    info:
    prefix: '&4'
    suffix: ''
    build: true
    inheritance:
    - 'Moderators'
    permissions:
    - '*'
    - 'worldguard.*'
    - 'worldedit.*'
    - '-essentials.joinfullserver'
    - 'bukkit.command.*'
    - 'essentials.*'
     
  7. Offline

    Necrodoom

    first off: paste permissions file using www.pastebin.com
    second off: stop using mcmyadmin for GM files, use config or commands.
    third off: mirror your worlds in the config.yml to share the same perms, see wiki in my signature.
     
  8. Offline

    Bobcat00

  9. Offline

    hive_angel

    I am having difficulty pasting my file to you using the website you mentioned. I can get the file to the website, but pasting it here it doesn't look like it does on the other website.

    I can stop using mcmyadmin for the GM files. I don't edit them all to often I just have to learn to edit them correctly or as you said use commands.

    I can follow the wiki link for reference. If I stop using mcmyadmin will it cause issue with anything? I believe I have to turn the function off in mcmyadmin. From that point after I need to use commands or edit the permission file.
     
Thread Status:
Not open for further replies.

Share This Page