-
Notifications
You must be signed in to change notification settings - Fork 60
custom currency enchant.json
Ján Kluka edited this page Oct 12, 2025
·
1 revision
{
"class": "dev.drawethree.xprison.enchants.model.CurrencyRewardEnchantBase",
"id": 998,
"rawName": "custom-currency-enchant-1",
"name": "<yellow>Currency Finder</yellow>",
"enabled": true,
"increaseCostBy": "baseCost * pow(1.05, level)",
"maxLevel": 1500,
"chance": 1.0,
"amountToGive": "level * 1000",
"currency": "TOKENS",
"initialCost": 20,
"currencyToGive": "MONEY",
"refund": {
"enabled": true,
"guiSlot": 35,
"percentage": 40.0
},
"gui": {
"name": "<yellow>Currency Finder</yellow>",
"material": "SUNFLOWER",
"slot": 35,
"description": [
"<gray>This is your custom currency finder enchant!</gray>",
" ",
"<gray>This enchant gives currency to player based on a given chance.</gray>",
" ",
"<gray>You can create as many as you want of these</gray>",
"<gray>by copying the custom-currency-enchant.json</gray>",
"<gray>renaming it, and modify it to your liking!</gray>"
]
}
}
- config.yml
- autominer.yml
- autosell.yml
- block-rewards.yml
- enchants.yml
- currencies.yml
- multipliers.yml
- ranks.yml
- prestiges.yml
- pickaxe-levels.yml
- pickaxe-skins.yml
- gangs.yml
- mines.yml
- bombs.yml
- blocks.yml
- mining-stats.yml
- rebirths.yml
- autosell.json
- blessing.json
- blockbooster.json
- charity.json
- efficiency.json
- explosive.json
- fly.json
- fortune.json
- gangvaluefinder.json
- gemfinder.json
- haste.json
- jumpboost.json
- keyalls.json
- keyfinder.json
- laserbeam.json
- layer.json
- nightvision.json
- nuke.json
- prestigefinder.json
- salary.json
- speed.json
- tokenfinder.json
- unbreaking.json
- voucherfinder.json
- robotfinder.json
- gem-merchant.json
- token-merchant.json
- custom-enchant.json
- custom-currency-enchant.json
