Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

92 lines (61 loc) · 2.96 KB

v1.6.0

  • Reusable job sets that allow for easier job creation
  • CHANGE: Updated format of job info command
  • CHANGE: Commands now properly return as successful or unsuccessful.

v1.5.3

  • FIX: NullPointerException no longer occurs when reloading configuration files and not having jobs enabled

v1.5.2

  • CHANGE: Changed output for when an error occurs during the reloading of configuration files
  • FIX: Baltop command now sorts balances in descending order

v1.5.1

  • CHANGE: Accounts configuration file now saves while the server is in the process of stopping
  • CHANGE: Changed the way display names are retrieved
  • CHANGE: Changed the way block ids are handled
  • CHANGE: Admin pay command can now be used to remove money (/adminpay [PLAYER] -[VALUE])
  • FIX: EconomyTransactionEvent no longer encounters a cast exception
  • FIX: Kills with bows are now properly handled

v 1.5.0

  • Balance Top command (/balancetop, /baltop)
  • Added alias for the set balance command (/setbal)
  • Added a money cap that can be enabled/disabled as well as set from the main config
  • Ability to set default job notifications state. Thanks to @MarkL4YG.
  • Jobs config can now be reloaded without having to restart the server. (/sponge plugins reload)
  • The pay command can be used to add/remove money from the console. To remove money just do "pay [NAME] -[AMOUNT]".
  • Job Info command (/job info) (Displays a paginated list of everything that earns exp/money for the players current job in a paginated list)
  • Updated to latest versions of Forge and Sponge
  • CHANGE: EXP/Money is no longer rewarded for breaking blocks that a player placed. This replaces the preventJobFarming node.
  • FIX: Job permissions were changed back to their normal values
  • FIX: Issue with Cause.of has been fixed

v 1.4.0

  • Updated API version

v 1.3.0

  • Updated to use the Economy API and to work with the latest version of Sponge

v 1.2.3

  • Updated to latest version of Sponge (Command fixed)
  • View Balance command (/viewbalance [PLAYER]) (/vbal [PLAYER])

v 1.2.2

  • Updated to latest version of Sponge

V 1.2.1

  • Updated to latest version of Sponge
  • Alias for balance command (/bal)

V1.2.0

  • Warrior Job
  • Fisherman Job
  • Job set command is no longer case sensitive
  • Change job from signs
  • BUG FIX: IOException when loading configs for first time has been fixed

V1.1.3

  • Updated to the latest version of the Sponge API

V1.1.2

  • Updated to the latest version of Sponge

V1.1.1

  • Updated to the latest version of Sponge

v1.1.0

  • Bug Fix: Negative numbers can no longer be passed into pay commands.
  • Bug Fix: Pay commands now check for anything but numbers and a single decimal in the amount in order to prevent errors.
  • Admin Pay Command(/adminpay [player] [amount])
  • Job Permissions
  • Ability to enable/disable salaries for individual jobs.

v1.0.9

  • Job salaries that are, by default, paid out every 5 minutes. This time can be changed from the jobs.conf file.
  • Starting balance for new players can now be changed from the totaleconomy.conf file.