Solved Help regarding plot plugin

Discussion in 'Plugin Help/Development/Requests' started by Inwin1, Dec 25, 2015.

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

    Inwin1

    Hello!

    I am using the plugin called PlotSquared. I am having a bit of a problem. The plot plugin stops the player from interacting with other players signs. I have a plugin called ChestShop, so that players can sell items on their plots. That's the problem, the plot plugin stops the players from buying items from the other persons plot. I tried to give the permission node: plots.admin.interact.other. Then everything worked perfect, they could use signs, BUT now the players can open the chests, ender chests, beacons, etc. I only want them to have the ability to click/hit signs on other people's plots, not that they have the possibility to do whatever they want on other players plots.

    Could someone help me, maybe its an option in the config or a permission node that can fix this, or if there is any other way. I would love to hear it.
    -The Plugins-

    Thanks for taking your time to read this :)

    Best Regards
    -Inwin1
     
  2. Offline

    Scorpionvssub

    Code:
      - ChestShop.shop.*
           - plots.use
            - plots.plot.1
            - plots.permpack.basic
            - plots.permpack.basicflags
            - plots.permpack.basicinbox
            - plots.auto
            - plots.home
            - plots.visit
            - plots.visit.owned
            - plots.visit.shared
            - plots.visit.other
            - plots.visit.unowned
    Try these
     
  3. Offline

    Inwin1

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page