Commit Graph

22 Commits

Author SHA1 Message Date
BadBones69
4de44321cf Added 1.16.2 Support. 2020-08-18 00:48:40 -04:00
BadBones69
07ae647303 Fixed core issue of book errors.
Fixed:
- Writable and written books that contained illegal unicode that SnakeYAML (inside Spigot/Bukkit) could not save caused an big error. This fixes it by saving to a new Test-File.yml and checks if it was able to be saved and if not denies that book.
2020-06-08 01:30:56 -04:00
BadBones69
8aa9db1fcb Removed depends and Version Bump 2020-05-24 00:54:40 -04:00
BadBones69
9a320ef934 Added deploy for repo. 2020-04-19 03:31:33 -04:00
BadBones69
e176d71b66 Version Bump 2020-04-19 03:31:03 -04:00
BadBones69
2bfc45b8e8 Updated Spigot library. 2020-01-26 06:42:29 -05:00
BadBones69
2bc528b78b Updated coding style. 2020-01-03 20:47:42 -05:00
BadBones69
56fb1126f7 Updated Pom and Plugin.yml. 2019-10-02 03:05:50 -04:00
BadBones69
8c8f50d82b Bumped version to dev build. 2019-09-22 19:48:49 -04:00
BadBones69
67c845a5f1 Changed build name. 2019-08-01 01:52:18 -04:00
BadBones69
006574a846 Version Bump 2019-08-01 01:46:40 -04:00
BadBones69
c85e99a181 Code cleanup 2019-08-01 01:46:30 -04:00
BadBones69
670a52705f Fixed building path. 2019-07-26 04:28:01 -04:00
BadBones69
4e119bdb1f Updated Spigot-API. 2019-07-20 02:47:22 -04:00
BadBones69
b5df113221 Removed space at bottom. 2019-07-07 02:11:35 -04:00
BadBones69
ef577f802f v1.2.9 Update 2019-05-07 04:17:00 -04:00
BadBones69
e7e4e15953 v1.2.8 Update
Added:
- Minecraft 1.14 support has been added.
2019-05-07 03:13:40 -04:00
BadBones69
4350a2cf02 Rename objects 2019-01-25 02:52:56 -05:00
BadBones69
e05349410b v1.2.7 Update
Added:
- 1.13-1.13.2 support has been added.

Removed:
- MassiveStats has been removed due to its shutdown.
2019-01-03 03:39:00 -05:00
BadBones69
a709c220ee v1.2.6 Update
Added:
- New options to disable and enable the Selling and Bidding features.
- New messages in the Messages.yml. 

Changes:
- Recoded how the whole messaging system works.
- Recoded the file system and how all yml files are accessed and controlled.
2018-07-22 02:02:04 -04:00
BadBones69
9d44a5d701 v1.2.5.1
Bug Fix:
 - 1.8.8 and down servers would get an error from the categories tab.
2018-06-12 19:52:07 -04:00
BadBones69
6b98884568 v1.2.5 Update
Bug Fixes:
 - A blank line from Crazy Auctions would appear randomly in Console due to old MCUpdate class.
 - Damaged leather armor could be sold in the CA even if damaged items are turned off.
 - Trying to bid on an item that has just expired causes an error in console.

Changes:
 - Bunch of code cleanup.
 - Switched from the old MCUpdate class to the new MassiveStats class.

Added:
 - New permission to force end auctions. "crazyauctions.force-end"
2018-06-07 22:41:14 -04:00