Need help with Essentials Antibuild

Discussion in 'Bukkit Help' started by SpookyHollows, Jan 17, 2017.

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

    SpookyHollows

    I need some help with Essentials Antibuild. I have a roleplaying server I'm about to open, by default, players are not allowed to break or place blocks, except for Glowstone, Sugarcane and Hedges, and whatever else I might add in the future...

    The Glowstone one works, when I deop myself on my server to test it, I can break Glowstone blocks, however, I cannot break Hedges or Sugarcane. I also cannot pick up the Glowstone dust.

    I have PermissionsEX set up, but I'm not sure what I'm doing wrong. If anyone can help me with this, I'd greatly appreciate it.

    Here is an example of what my permissions look like so far.

    Deputy:
    options:
    default: false
    permissions:
    - modifyworld.*
    - essentials.build.break.4280
    - essentials.build.break.4281
    - essentials.build.break.4282
    - essentials.build.break.89
    - essentials.build.break.338
    - essentials.build.interact.4280
    - essentials.build.interact.4281
    - essentials.build.interact.4282
    - essentials.build.interact.89
    - essentials.build.interact.338

    I've also tried using :* at the end of the permissions from what the website said, but it didn't work.
    Also if there's a permission that would allow players to pick up the Glowstone dust and Sugarcane (and allow them to craft the Sugarcane into Sugar) please let me know.
    Edit: I had the wrong codes for the hedges. Fixed that, though the problem still continues.
     
    Last edited: Jan 17, 2017
  2. Offline

    Zombie_Striker

    Do you mean 430:9? If you want to add durability data, add an extra colon.

    Also, for picking up items, use :
    Code:
    essentials.build.pickup.<id>
     
  3. Offline

    SpookyHollows

    Nah, I meant 4309. But I should have changed it to 4280..it's from Crayfish Furniture mod, a hedge. I had my ID's mixed up. x.x
    On the roleplaying server I'm trying to make it so players can only break certain blocks/pick up certain items.
    So far everything I've tried hasn't worked.

    Thank you for that one, I'll try that out. :)
     
  4. Online

    timtower Administrator Administrator Moderator

    Locked
    Modded servers are not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page