About Custom Building Costs
The plugin gives you the ability to change the cost and items to build and upgrade buildings. Works with other plugins to upgrade buildings.
Feathures:
- Resource and Item Management: gives administrators the ability to specify the resources and items needed to construct and upgrade buildings.
- Customizable price for each building grade and skin (you can set a separate price for purchased building skins)
-
Works with plugins of other developers: in plugins that use building improvements, the plugin works without additional integrations, etc.
Configuration notes:
- Twigs:0 is responsible for the cost of building new constructions
- The number after : (example "Stone:10220") are the designation of the skin
-
You can change or add other resources as needed, example
"Twigs:0": { "wood": 50.0, "stones": 50.0 }
Default Config:
{
"Cost Settings": {
"Twigs:0": {
"wood": 50.0
},
"Wood:0": {
"wood": 200.0
},
"Stone:0": {
"stones": 300.0
},
"Stone:10220": {
"stones": 300.0
},
"Stone:18446744073709551615": {
"stones": 300.0
},
"Metal:0": {
"metal.fragments": 200.0
},
"TopTier:0": {
"metal.refined": 25.0
},
"Metal:10221": {
"metal.fragments": 200.0
},
"TopTier:18446744073709551615": {
"metal.refined": 25.0
}
}
}