Request: Configurable saddle priceSolved

Hey,
There is also the Vendor of the horses in the Large Barn on the map. you can add also an option to change the price for that?

The horse vendor is different because they don't actually sell horses, they have a vending machine which sells saddles. I could potentially allow changing the price of the vending machine item in this plugin, but it would be likely to conflict with vending machine plugins. Instead, I suggest you use a dedicated vending machine controller like Custom Vending Setup, to change the price of saddles.

NKXTQs24ExGTuL8.jpg WhiteThunder

The horse vendor is different because they don't actually sell horses, they have a vending machine which sells saddles. I could potentially allow changing the price of the vending machine item in this plugin, but it would be likely to conflict with vending machine plugins. Instead, I suggest you use a dedicated vending machine controller like Custom Vending Setup, to change the price of saddles.

Thanks :)

NKXTQs24ExGTuL8.jpg WhiteThunder

The horse vendor is different because they don't actually sell horses, they have a vending machine which sells saddles. I could potentially allow changing the price of the vending machine item in this plugin, but it would be likely to conflict with vending machine plugins. Instead, I suggest you use a dedicated vending machine controller like Custom Vending Setup, to change the price of saddles.

Hey, 

Sorry for the message here and not just publishing a new post. 

I want to ask where is the option in config to set the cost to be Economics and not an item?
I can see that on the plugin page, the option exists but in config, it's not.

You have to type it into the config.

NKXTQs24ExGTuL8.jpg WhiteThunder

You have to type it into the config.

Can you please guide me and tell me how to add it to the config please?

Change:

{
    "ItemShortName": "scrap",
    "Amount": 500
}

To:

{
    "UseEconomics": true,
    "Amount": 500
}

Or:

{
    "UseServerRewards": true,
    "Amount": 500
}
 
NKXTQs24ExGTuL8.jpg WhiteThunder

Change:

{
    "ItemShortName": "scrap",
    "Amount": 500
}

To:

{
    "UseEconomics": true,
    "Amount": 500
}

Or:

{
    "UseServerRewards": true,
    "Amount": 500
}
 
Thank you :) 
NKXTQs24ExGTuL8.jpg WhiteThunder

Change:

{
    "ItemShortName": "scrap",
    "Amount": 500
}

To:

{
    "UseEconomics": true,
    "Amount": 500
}

Or:

{
    "UseServerRewards": true,
    "Amount": 500
}
 

I'm sorry but I think It's not working. This is my config, I do something wrong?

{
  "Vehicles": {
    "Minicopter": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 45000
        },
        {
          "UseEconomics": true,
          "Amount": 11250
        }
      ]
    },
    "ScrapTransport": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 50000
        },
        {
          "UseEconomics": true,
          "Amount": 12500
        }
      ]
    },
    "AttackHelicopter": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 70000
        },
        {
          "UseEconomics": true,
          "Amount": 17500
        }
      ]
    },
    "HotAirBalloon": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 40000
        },
        {
          "UseEconomics": true,
          "Amount": 10000
        }
      ]
    },
    "Rowboat": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 500
        },
        {
          "UseEconomics": true,
          "Amount": 125
        }
      ]
    },
    "RHIB": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 3000
        },
        {
          "UseEconomics": true,
          "Amount": 750
        }
      ]
    },
    "SoloSub": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 2000
        },
        {
          "UseEconomics": true,
          "Amount": 500
        }
      ]
    },
    "DuoSub": {
      "RequiresPermission": false,
      "FuelAmount": 50,
      "DespawnProtectionSeconds": 300.0,
      "PricesRequiringPermission": [
        {
          "UseEconomics": true,
          "Amount": 5000
        },
        {
          "UseEconomics": true,
          "Amount": 1250
        }
      ]
    }
  }
}

Looks right to me. What makes you think it's not working?

NKXTQs24ExGTuL8.jpg WhiteThunder

Looks right to me. What makes you think it's not working?

Oh, the permissions resets so I needed to set it again with the new costs, It's working now, Thanks :)

NKXTQs24ExGTuL8.jpg WhiteThunder

Looks right to me. What makes you think it's not working?

Just one last question, how do I remove this symbol?

In the language files.

Locked automatically