CHANGES
- Optimize migration speed, now is 7 times faster
- Moved migrate and backup messages from `messages.migrate` and `messages.backup` to `bank.migrate` and `bank.backup`. You can delete `messages.migrate` and `messages.backup` manually
- Moved usage messages inside each primary key instead use `bank.<key>-usage`, now is `bank.<key>.usage`
- Added `bank.<key>.usage-admin` in all message keys
ADDED
- New storage system `SQLITE`
- New migrate variable `%MIGRATIONTIME%`
- New special events, profit and tax multipliers, with selectable duration
- New admin command: `/minebank event {profit/tax} <amount> <duration>`
- New admin command: `/minebank event {profit/tax} cancel`
- New command: `/bank events` to see the active events
- New events GUI
- New event variables: `%type%`, `%multiplier%`, `%duration%`, `%remaining%`
- New event messages:
Code (Text):
bank:
event:
usage-admin:
- '%chatPlugin% &eUsage:'
- '&6/minebank event {profit/tax} <multiplier> <duration> &7- Start a special event'
- '&6/minebank event {profit/tax} cancel &7- Cancel a special event'
- '&7Aliases: &eminebank&7, &emb'
invalid-multiplier: '%plugin% &cInvalid multiplier. Use format x2, x0.6, x4.25'
invalid-duration: '%plugin% &cInvalid duration. Use 10s, 25m, 3h, 4d, 1w'
started: '%plugin% &aEvent %type% started: x%multiplier% for %duration%'
cancelled: '%plugin% &eEvent %type% cancelled'
not-active: '%plugin% &cNo active %type% event'
events:
usage:
- '%chatPlugin% &eUsage:'
- '&e/bank events &7- Open the events GUI'
usage-admin:
- '%chatPlugin% &eUsage:'
- '&e/bank events &7- Open the events GUI'
gui-items:
profit-title: '&aProfit x%multiplier%'
tax-title: '&cTax x%multiplier%'
remaining: '&7Remaining: &f%remaining%'
- Any issue, bug, or error you find in this plugin, please report it on [
Github] or via [
Spigot]. If possible, provide some steps to reproduce the issue.