Filled Very Super Simple Plugin

Discussion in 'Archived: Plugin Requests' started by CatzFuriousSpeed, Aug 21, 2014.

  1. I would like a simple plugin that disables all block placing in a specific world with a config.
     
  2. Online

    timtower Administrator Administrator Moderator

    Build_and_Break likes this.
  3. Could you explain how?
     
  4. Online

    timtower Administrator Administrator Moderator

    The plugin has a permission node for pretty much every world interaction. Just negate the permission to place blocks.
     
  5. There wasnt any permission node to disable it in a specific world.
     
  6. Online

    timtower Administrator Administrator Moderator

    I am pretty sure that your permission plugins can handle per-world permissions.
     
  7. I am using PEX could you try to give me a preview of what node I should enter? or how I should enter it?
     
  8. Online

    timtower Administrator Administrator Moderator

  9. Online

    timtower Administrator Administrator Moderator

    Pex has world based permission commands. Use them. Y0u don't modify the permission node itself.
     
  10. I guess you could say Im a bit new to PEX but would I do this node? - -modifyworld.blocks.place.* but thing is I have no idea where I input which world I want it to disable it in?
     
  11. Online

    timtower Administrator Administrator Moderator

    Code:
    pex group <group> add <permission> [world]
    https://github.com/PEXPlugins/PermissionsEx/wiki/Commands
    Very useful page.
     
  12. Online

    timtower Administrator Administrator Moderator

    If you read the wiki then you would find where you do it config based
     
  13. Hm how would I disable the permission in game? it says - - is a syntax error
     
  14. Online

    timtower Administrator Administrator Moderator

    You only need 1 -
    The other one is for the configuration api to let it know that it is a list value.
     
  15. Oh thanks! :D

    It seems like the node didnt work at all

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  16. Online

    timtower Administrator Administrator Moderator

    Are you sure that you placed it in the right world etc? Are you sure that you don't have any nodes overriding it all?
     
  17. Oh never mind. I think I found my error.

    Yep still able to place the blocks :/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  18. Online

    timtower Administrator Administrator Moderator

    permissions.yml? Server log?
     
  19. groups:
    A:
    default: true
    permissions:
    - paidranks.normal
    - essentials.warps.PLOTS
    - essentials.spawn
    - essentials.warp
    - essentials.warps.A
    - essentials.warps.SMELT
    - essentials.warps.PVP
    - plotme.use
    - plotme.use.add
    - plotme.use.remove
    - plotme.admin.home.other
    - plotme.admin.tp
    - plotme.limit.1
    - essentials.build
    - autosmelt.*
    - essentials.kit
    - essentials.kits.Once
    - essentials.kits.Starter
    - essentials.pay
    - essentials.balance
    - essentials.balancetop
    - ChestShop.shop.create.*
    - ChestShop.shop.sell
    - ChestShop.shop.buy
    - essentials.signs.use.sell
    - essentials.signs.use.buy
    - essentials.msg
    - essentials.list
    - auction.bid
    - auction.start
    - essentials.signs.use.free
    - essentials.signs.use.repair
    - essentials.signs.use.enchant
    - essentials.motd
    - essentials.signs.use.kit
    - essentials.warp.list
    - gemstoblocks.block
    - playertahgs.hashtag
    - playertahgs.tag
    - playertahgs.viewhashtag
    - playertahgs.viewall
    - multiverse.portal.access.Mob
    - multiverse.portal.access.Mob2
    - nametag.group.a
    - heads.addown
    - heads.addnamed
    - heads.give
    - autosmelt.*
    - playermagnet.magnet
    - simpletrash.trash
    - -bukkit.command.help
    - -bukkit.command.me
    - -bukkit.command.tell
    - -bukkit.command.kill
    - ss.get
    - de.use
    - blockfortune.use
    prefix: '&2&l[&f&l&nA&2&l]&f'
    worlds:
    Spawn:
    permissions:
    - -modifyworld.blocks.place.*
    - modifyworld.blocks.interact.*

    Server log seems to say nothing about it.

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

    ZachBora

  21. Online

    timtower Administrator Administrator Moderator

  22. Nope.

    I would say the only quick way out of this situation is developing a small plugin to disable it, to be honest Ive even asked one of the world guard dev's about the feature they said they would implement it hopefully in the next update, its a constant request of many people, If such a simple plugin would be developed it would help a lot of people.
     
  23. Online

    timtower Administrator Administrator Moderator

  24. But one of them was to correct a mistake another was to reply to the curious person who came a long and the other two to just explain the way I feel about this situation. No hard feelings.
     
  25. CatzFuriousSpeed Don't say something is simple unless you can make it yourself.
     
  26. I know I dont know of the coding side of things but, its just curiosity of why someone has not developed this plugin yet.
     
  27. Online

    timtower Administrator Administrator Moderator

    There is an edit button next to the report and delete button of your own posts.
     
  28. Do you know of any other method around this?.
     

Share This Page