PreciousStones

PreciousStones

269k Downloads

where is the price

dwa1275 opened this issue ยท 19 comments

commented

I am trying to set up the price for the p stones, but I can not find the option, I have eco, I have vault, I just cant find this, ive looked for issues, fourms, videos, for hrs today and yesterday, so, How do I set a price so money would be taken from a player when they place a p stone

commented

Here you go: http://preciousstones.shoutwiki.com/wiki/Field_Flag_Reference#price

Its a flag you add to the config for each stone.

commented

so how do I add the flag?? im not new at this but it seems different then the last time I set this up, can you give me an example please

commented

Sure, here you go. It's a small tutorial on setting up flags:

http://dev.bukkit.org/bukkit-plugins/preciousstones/#w-field-flags

commented

So basically you look in the config under force-fields: and you will see the list of all the configured fields with all their flags. That is an example of one, the City Protection field. You would add a new flag "price: 100" or something, and then restart the server.

commented

ok, ive seen that, but do I have to add, Usage: price: 200 or said price to the ps I want players to pay for, I don't see anywhere on here Usage: price:

commented

so just "Price: amount"

commented

Yep, lowercase tho. And you put it in each of the fields, with different prices etc.

commented

and what about the p stone I do not want to use, just delete the script for it ???

commented
- title: City Protection
  block: diamond_block
  radius: 20
  custom-height: 15
  price: 100
commented

Yep, just remove them from that list and they never existed.

commented

ok thank you sooooooo, much

commented

Those are just defaults I added in there with random assortment of flags.

commented

the headache is gone now

commented

No prob ;)

commented

I don't want to forget, I haven't seen this anywhere, but how do I set the amount of p stones a player can have

commented

sec

commented

There was some vandalism to the flag page, had to revert changes done by anons. Here is the flag for limits:

http://preciousstones.shoutwiki.com/wiki/Field_Flag_Reference#limits

commented

ok, cool, im all set, thank agen

commented

Hey btw the new version i had put up on bukkit had visualization bugged. Upgrade to the latest build from my jenkins to have a good version.