A jobs and rewards plugin for the Ecotale economy stack. Mining ores, killing mobs, and more soon..
A jobs and rewards plugin for the Ecotale economy stack. Players earn currency from mining ores, killing mobs, and crafting items.



For enhanced immersion, consider installing [EcotaleCoins](https://modtale.net/mod/ecotalecoins) alongside EcotaleJobs.
/bank commandEcotaleJobs automatically detects EcotaleCoins and switches from direct deposits to physical coin drops. No configuration needed.
EcotaleJobs-1.0.0.jarmods/ folderLocated in mods/Ecotale_EcotaleJobs/EcotaleJobs.json:
{
"DebugMode": false,
"MobKills": {
"Enabled": true,
"Tiers": {
"CRITTER": { "CoinType": "COPPER", "MinCoins": 0, "MaxCoins": 1, "DropChance": 40 },
"PASSIVE": { "CoinType": "COPPER", "MinCoins": 1, "MaxCoins": 2, "DropChance": 100 },
"HOSTILE": { "CoinType": "COPPER", "MinCoins": 4, "MaxCoins": 10, "DropChance": 100 },
"ELITE": { "CoinType": "IRON", "MinCoins": 2, "MaxCoins": 5, "DropChance": 100 },
"MINIBOSS": { "CoinType": "COBALT", "MinCoins": 2, "MaxCoins": 4, "DropChance": 100 },
"BOSS": { "CoinType": "GOLD", "MinCoins": 1, "MaxCoins": 3, "DropChance": 100 }
},
"Security": {
"MaxRewardsPerMinute": 60,
"EnableAntiFarm": true,
"AntiFarmThreshold": 15,
"AntiFarmDecayPerKill": 0.08
}
},
"Mining": {
"Enabled": true,
"Tiers": {
"NONE": { "MinCoins": 0, "MaxCoins": 0, "DropChance": 0 },
"COMMON": { "MinCoins": 1, "MaxCoins": 2, "DropChance": 80 },
"UNCOMMON": { "MinCoins": 2, "MaxCoins": 4, "DropChance": 100 },
"RARE": { "MinCoins": 4, "MaxCoins": 8, "DropChance": 100 },
"EPIC": { "CoinType": "IRON", "MinCoins": 1, "MaxCoins": 2, "DropChance": 100 },
"LEGENDARY": { "CoinType": "IRON", "MinCoins": 2, "MaxCoins": 4, "DropChance": 100 }
},
"VeinStreak": {
"Enabled": true,
"MaxStreak": 6,
"TimeoutMs": 3000,
"BonusEnabled": true,
"AudioEnabled": true
}
},
"VipMultipliers": {
"Enabled": true,
"Multipliers": { "vip": 1.2, "mvp": 1.5, "mvp_plus": 2.0 },
"ChanceBonuses": { "vip": 5, "mvp": 10, "mvp_plus": 15 }
}
}VIP multipliers are permission-based and work with LuckPerms or other permission plugins.
| Permission | Coin Multiplier | Chance Bonus | Example Use |
|---|---|---|---|
ecotalejobs.multiplier.vip | Configurable (default 1.2x) | Configurable (default +5%) | Basic VIP rank |
ecotalejobs.multiplier.mvp | Configurable (default 1.5x) | Configurable (default +10%) | Premium VIP rank |
ecotalejobs.multiplier.mvp_plus | Configurable (default 2.0x) | Configurable (default +15%) | Elite VIP rank |
EcotaleJobs does NOT automatically give rewards. VIP multipliers only work if you configure them in LuckPerms:
# Grant VIP multiplier to a group
/lp group vip permission set ecotalejobs.multiplier.vip true
# Grant MVP multiplier to premium group
/lp group mvp permission set ecotalejobs.multiplier.mvp true
# Grant MVP+ to elite group
/lp group mvp_plus permission set ecotalejobs.multiplier.mvp_plus true| Tier | Ores |
|---|---|
| LEGENDARY | Mithril, Adamantite, Thorium, Onyxium |
| EPIC | Cobalt, Diamond, Emerald |
| RARE | Gold, Silver |
| UNCOMMON | Iron |
| COMMON | Coal, Copper |
| Tier | Examples |
|---|---|
| WORLDBOSS | DragonFire, DragonFrost |
| BOSS | (Reserved for dungeon bosses) |
| MINIBOSS | RexCave, Werewolf, ShadowKnight |
| ELITE | Ghoul, Crocodile, Yeti |
| HOSTILE | Zombie, Skeleton_Soldier, Trork |
| PASSIVE | Skeleton, Sheep, Feran |
| CRITTER | Bunny, Chicken, Rat |
EcotaleJobs is designed to work with any Hytale mod that adds custom NPCs.
HP + (DMG × 4) × aggression_modifier| Threat Score | Tier | Example Reward |
|---|---|---|
| 0-50 | CRITTER | 0-1 Copper |
| 50-100 | PASSIVE | 1-2 Copper |
| 100-300 | HOSTILE | 4-10 Copper |
| 300-700 | ELITE | 2-5 Iron |
| 700-1200 | MINIBOSS | 2-4 Cobalt |
| 1200+ | BOSS | 1-3 Gold |
Zero configuration required - Just install your mod and rewards work automatically!
Requirements: Place JARs in libs/ folder:
hytale-server.jar (Hytale dedicated server)Ecotale-1.0.0.jar (from Ecotale project)./gradlew jarOutput: build/libs/EcotaleJobs-1.0.0.jar
MIT License - 2026 Tera-bytez
0 Comments