BulletinBoard.json
json
{
// Never touch this value. It is needed internally
"version": "1",
// Never touch this value. It is needed internally
"isInitialized": 1,
// 0 = off, 1 = on Player can enable navigation to the market stall at bulletin board
"enableNavigation": 1,
// -1 = unlimited, Max distance for navigation
"maxNavigationDistance": -1,
// 0 = off, 1 = on, Player can open a map to see the market stall positions at bulletin board
"showMapForMarketStallPositions": 1,
// -1 = free, Price for publish an offer on bulletin board
"priceForPublishOnBulletinBoard": 100,
// -1 = free, Price for premium users for publish an order on bulletin board
"premiumPriceForPublishOnBulletinBoard": 50
}