PlotSquared and ChestShop help!

Status
This thread has been locked.

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
My players can not use chest shop on other players plots, how can I fix this?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Dltedacc

Deactivated
Feedback score
24
Posts
486
Reactions
429
Resources
0
You would give the default rank this permission:
- plots.admin.interact.other

But keep in mind, they will be able to interact with other things too. (I'm unsure about chests)
 

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
You would give the default rank this permission:
- plots.admin.interact.other

But keep in mind, they will be able to interact with other things too. (I'm unsure about chests)
They will be able to open other peoples' chests, do not do what the user above me said

Don't use PlotSquared, it sucks. If you're running around and you hit the ground it spams you with "You need the permission plots.admin.interact.break" (something like that)

If you still want to use plotsquared, then you need to change the flags in the worlds.yml

So change

Code:
    flags: {}

to this

Code:
    flags:
      use: 63,68

Then do /plot reload

I got this source from https://github.com/IntellectualSites/PlotSquared/wiki/ChestShop-Compatibility

Two things, one, don't blame me for the world messing up and two, I want to know if this would actually work
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
You would give the default rank this permission:
- plots.admin.interact.other

But keep in mind, they will be able to interact with other things too. (I'm unsure about chests)
I already know not to do that. There is some perm that can be given, as well as something that you can do in the config. However, I can not find the flags {} thing in the config.[DOUBLEPOST=1478895795][/DOUBLEPOST]
They will be able to open other peoples' chests, do not do what the user above me said

Don't use PlotSquared, it sucks. If you're running around and you hit the ground it spams you with "You need the permission plots.admin.interact.break" (something like that)

If you still want to use plotsquared, then you need to change the flags in the worlds.yml

So change

Code:
    flags: {}

to this

Code:
    flags:
      use: 63,68

Then do /plot reload

I got this source from https://github.com/IntellectualSites/PlotSquared/wiki/ChestShop-Compatibility

Two things, one, don't blame me for the world messing up and two, I want to know if this would actually work
Thanks! Fixed it!
 
Last edited:

Hawkk

Feedback score
0
Posts
225
Reactions
71
Resources
0
I already know not to do that. There is some perm that can be given, as well as something that you can do in the config. However, I can not find the flags {} thing in the config.[DOUBLEPOST=1478895795][/DOUBLEPOST]
Thanks! Fixed it!
Did plots get reset? If everything (as in plots and the world itself) stayed the same I should take my own advice and do this lol

EDIT: Nevermind, I tested it myself; it works. Glad I could help, need anything else just PM me
 
Last edited:
Status
This thread has been locked.
Top