⚙ eBanks v1.0.6 — Configurable Collector Mob Type
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✦ What's New
Configurable Debt Collector Mob Type
The mob used as a Debt Collector is no longer hardcoded to Iron Golem. You can now set any valid Bukkit EntityType — want Wardens hunting down your debtors? Go for it.
Changeable from three places:
- config.yml — bank.loan.collectors.mob
- /bankadmin → Loans Settings — click Collector Mob Type and type in chat
- /bank admin web — new Collector Mob Type field in the Loan Settings panel
Invalid mob types are rejected with an error message and fall back to
IRON_GOLEM safely.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✦ New Config Option
Code (Text):
collectors:
mob: "IRON_GOLEM" # e.g. IRON_GOLEM, ZOMBIE, WARDEN, VINDICATOR, SKELETON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Thank you for using eBanks! If you encounter any issues please open a discussion or leave a review.