⚙ eBanks v1.0.5 — Admin GUI, In-Game Config Editor & Update Checker
[HR][/HR]
✦ What's New
Admin GUI (/bankadmin)
A brand new dedicated admin command that opens a full overview panel showing your plugin info, feature statuses and live config values at a glance.
Aliases:
/ebankadmin,
/badmin
In-Game Config Editor
No more editing
config.yml by hand for every little change. Every setting is now editable directly from the GUI:
- Interest — toggle on/off, change interval
- Loans — toggle on/off, max amount, interest rate, interval, collector count, missed payments threshold, collector name
- Limits — toggle on/off, default limit, max limit, upgrade cost, cost multiplier, increase amount
- Web Interface — toggle on/off, port, URL
- General — minimum deposit, minimum withdrawal
All changes save to
config.yml instantly — no reload needed.
Update Checker
The plugin now checks SpigotMC on startup for newer versions and notifies:
- Console on startup
- Online admins immediately
- Admins with ebanks.admin permission on join
Fully configurable and can be disabled in
config.yml.
[HR][/HR]
✦ Changes & Fixes
- /bank admin now opens the admin GUI
- /bank admin web gives the web admin panel link (previously /bank admin)
- Fixed admin sub-panel clicks not working and items being pickable inside admin GUIs
- Removed YAML as a supported database type (SQLite and MySQL only)
- Version bumped to 1.0.5
[HR][/HR]
✦ Config Changes
A new
update-checker section has been added to
config.yml. If you are updating from
v1.0.4, add the following to your existing config:
Code (Text):
update-checker:
enabled: true
resource-id: 133082
notify-console: true
notify-admins: true
And add these lines under your
messages section:
Code (Text):
update-console: "&6[eBanks] &eNew version available! &7Current: &fv%current_version% &7-> &aLatest: &fv%new_version% &7| &b%link%"
update-admin: "&8[&6eBanks&8] &eUpdate available! &7Running &fv%current_version% &7— latest is &av%new_version%&7. &b%link%"
update-up-to-date: "&6[eBanks] &aPlugin is up to date! &7(v%current_version%)"
[HR][/HR]
Thank you for using eBanks! If you encounter any issues please open a discussion or leave a review.