ChestShop and Plot squared help!

Status
This thread has been locked.

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Hi, so I have Plot Squared and Chest Shop, but here is my issue. Say Player A creates a sell shop for X amount of diamonds. Player B then comes along and finds Player A Chest Shop. Player B goes onto the plot to sell their diamonds HOWEVER, Player B can not sell. But, Then Player A adds Player B to their plot, and now Player B can sell the diamonds. Does anyone know how I can make it so that Player B can sell the Diamonds to Player A without having to be added to the plot? If you know, please let me know! Thanks!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
There's a permission node that you have to give players to be able to interact with others signs in the plotworld. Take a look at the PlotSquared documentation. Also take a look into the PlotSquared config for an interact option.
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
There's a permission node that you have to give players to be able to interact with others signs in the plotworld. Take a look at the PlotSquared documentation. Also take a look into the PlotSquared config for an interact option.
Ok, would you happen to know where exactly that is in the config because there is A LOT of words lol.[DOUBLEPOST=1464620060][/DOUBLEPOST]Does anyone know how to fix this? Still trying to figure it out! Thanks!
 
Last edited:

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Still trying to figure this out! If you know the issue please let me know!
 

M6Gaming

Retired Staff Member
Supreme
Feedback score
44
Posts
749
Reactions
1,332
Resources
0
Hello YourPanda,

Be sure you add the permission to the groups:
Code:
plots.admin.interact.other

Then under the PlotSquared settings.yml, locate the world name -> Under "flags" you should find "use:". There should be a default ID List, add 63 and 68 representing the Standing Sign Block and Wall-mounted Sign Block.
It should look something like this once edited:
Code:
worlds:
  <world name>:
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
Save and Reload.

See if that works out for you.
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Hello YourPanda,

Be sure you add the permission to the groups:
Code:
plots.admin.interact.other

Then under the PlotSquared settings.yml, locate the world name -> Under "flags" you should find "use:". There should be a default ID List, add 63 and 68 representing the Standing Sign Block and Wall-mounted Sign Block.
It should look something like this once edited:
Code:
worlds:
  <world name>:
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
Save and Reload.

See if that works out for you.
This is what I have for the plot I need it to work on:


plots:
plot:
size: 32
height: 64
biome: FOREST
filling:
- '1:0'
auto_merge: false
bedrock: true
create_signs: true
floor:
- '2:0'
wall:
filling: '1:0'
block_claimed: '44:1'
height: 64
block: '44:0'
road:
block: '155:0'
height: 64
width: 7
home:
default: side
allow-nonmembers: false
schematic:
specify_on_claim: false
on_claim: false
file: 'null'
schematics: []
economy:
prices:
merge: 100
sell: 100
claim: 100
use: false
chat:
enabled: false
limits:
max-members: 128
world:
max_height: 256
gamemode: creative
min_height: 1
border: false
event:
spawn:
egg: false
breeding: false
custom: true
natural_mob_spawning: false
mob_spawner_spawning: false
flags: {}


Can you edit that and send it back? I am lost.
 

M6Gaming

Retired Staff Member
Supreme
Feedback score
44
Posts
749
Reactions
1,332
Resources
0
This is what I have for the plot I need it to work on. Can you edit that and send it back? I am lost.
Try this:
Code:
  plots:
    plot:
      size: 32
      height: 64
      biome: FOREST
      filling:
      - '1:0'
      auto_merge: false
      bedrock: true
      create_signs: true
      floor:
      - '2:0'
    wall:
      filling: '1:0'
      block_claimed: '44:1'
      height: 64
      block: '44:0'
    road:
      block: '155:0'
      height: 64
      width: 7
    home:
      default: side
      allow-nonmembers: false
    schematic:
      specify_on_claim: false
      on_claim: false
      file: 'null'
      schematics: []
    economy:
      prices:
        merge: 100
        sell: 100
        claim: 100
      use: false
    chat:
      enabled: false
    limits:
      max-members: 128
    world:
      max_height: 256
      gamemode: creative
      min_height: 1
      border: false
    event:
      spawn:
        egg: false
        breeding: false
        custom: true
    natural_mob_spawning: false
    mob_spawner_spawning: false
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
Try this:
Code:
  plots:
    plot:
      size: 32
      height: 64
      biome: FOREST
      filling:
      - '1:0'
      auto_merge: false
      bedrock: true
      create_signs: true
      floor:
      - '2:0'
    wall:
      filling: '1:0'
      block_claimed: '44:1'
      height: 64
      block: '44:0'
    road:
      block: '155:0'
      height: 64
      width: 7
    home:
      default: side
      allow-nonmembers: false
    schematic:
      specify_on_claim: false
      on_claim: false
      file: 'null'
      schematics: []
    economy:
      prices:
        merge: 100
        sell: 100
        claim: 100
      use: false
    chat:
      enabled: false
    limits:
      max-members: 128
    world:
      max_height: 256
      gamemode: creative
      min_height: 1
      border: false
    event:
      spawn:
        egg: false
        breeding: false
        custom: true
    natural_mob_spawning: false
    mob_spawner_spawning: false
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
All that did was remove any plot data there was, and couldn't do /plot home (name)
 

M6Gaming

Retired Staff Member
Supreme
Feedback score
44
Posts
749
Reactions
1,332
Resources
0
All that did was remove any plot data there was, and couldn't do /plot home (name)
All I edited was the last part.
Code:
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
 

YourPanda

Retired Moderator
Supreme
Feedback score
34
Posts
3,287
Reactions
1,310
Resources
0
All I edited was the last part.
Code:
    flags:
      use: "63,68,64,71,96,167,193,194,195,196,197,77,143,69,70,72,147,148,107,183,184,185,186,187,132"
Not sure, Now no one can go to plots says [P2] Found no plots with your search query[DOUBLEPOST=1464645025][/DOUBLEPOST]
Not sure, Now no one can go to plots says [P2] Found no plots with your search query
Well, Fixed the plot issue.. But, it still wont let people sell to others.
 
Status
This thread has been locked.
Top