// ArkShop: the points economy. Two shop plugins can hold your points, ArkShop and
// WShop, and this block works with either one. When it is on and a shop is loaded,
// bounties are paid in that shop's points. When it is off or no shop is running, the
// plugin keeps its own point count per player so it still runs.
"ArkShop": {
// Enabled: true lets me use your shop for bounty points. False keeps my own count.
"Enabled": true,
// Provider: which shop plugin holds the points.
// "Auto" I look for ArkShop first, then WShop, and use the one that is running.
// "ArkShop" only talk to ArkShop.dll.
// "WShop" only talk to WShop.dll.
// Auto suits most servers. Pin it to one name if you run both and want to be sure
// which set of points the bounties come out of.
"Provider": "Auto"
},