Solved Need a Certain group/world to use lava.

Discussion in 'Bukkit Help' started by Sweatyzana, Feb 2, 2013.

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

    Sweatyzana

  2. Offline

    zipfe

    There's several ways you can do that, easiest might be blocking lava with the WorldGuard blacklist in the other map(s), but allow it in your Sky world. You can also specify which groups.
     
  3. Offline

    Sweatyzana

    Can you tell me what I am ment to put in the blacklist for skyblock?
     
  4. Offline

    Vincent1468

    You could blacklist lava in worldguard, then set a permission for that and give it to the group that is in your Skyblock world.
     
  5. Offline

    Sweatyzana

    I tried that and it still is not working
     
  6. Offline

    zipfe

    I thought skyblock was the one where you want lava permitted?

    As the name implies, blacklist is a list of stuff to deny, not to enable.

    Simply put something like this into your blacklist.txt of the OTHER worlds, not skyblock:
    Code:
    [lavabucket]
    ignore-groups=Owner,Admin,WhateverGroup
    message=You are not allowed to place lava on this world
    on-use=deny,tell
    This will disable the lavabucket for all groups except the three in ignore-groups, they can still use the bucket.
    message is optional, and deny,tell means the player gets usage denied, and they get informed about it, in this case, with the message you put there.
     
  7. Offline

    Sweatyzana

    When a un-opped places lava it says "You are not permitted to use LAVA_BUCKET"

    I did this and still not working. It says: "You are not permitted to use LAVA_BUCKET"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  8. Offline

    zipfe

    Don't do that weird permissions thing mentioned above, just try what I posted above, it works 100%.

    That's not WorldGuard, that's another plugin messing with lavabuckets. But I don't know which one, I only use WG for these kind of things.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  9. Offline

    Sweatyzana

    I posted all the configs, could you take a look for me? Sorry
     
  10. Offline

    zipfe

    Didn't find anything relevant in the configs you posted. Running another plugin that could change lava behaviour? And did you use a lavabucket, or the lava item to test this? With the above, WG would give you the message specified, not a generic "You are not permitted to use LAVA_BUCKET"
     
  11. Offline

    Sweatyzana

    I don't think so, and i was using a lava bucket.

    Can anyone else help?

    Please this is important.

    Solved - On the essentials config the #blacklist said 327 false

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

Share This Page