1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-14 19:44:42 +02:00
Commit Graph

201 Commits

Author SHA1 Message Date
148647709a Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows 2020-11-11 16:42:53 -08:00
592851e80b Throw errors for child skill leaderboard requests 2020-11-10 11:22:02 -08:00
15578bb84e Some refactoring 2020-11-04 12:12:51 -08:00
cf245b02a5 WIP of reworking classes involved in querying data, also some work done to the party code rewrite 2020-10-15 16:19:47 -07:00
17137f3a08 Update SQL Queries + SQL DB Schema 2020-08-20 21:24:48 -07:00
daada1a643 Refactoring a bunch of stuff, more refactoring to come 2020-08-17 21:15:27 -07:00
6d5e38bec2 Updating FlatFile schema for the new data 2020-08-17 21:07:30 -07:00
916a747f88 More work on new super abilities 2020-07-31 19:41:28 -07:00
e0cf66c421 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows 2020-07-26 05:08:49 -07:00
fdd951f1f1 Second Smelt makes use of its own section in Bonus Drops in config.yml
Co-authored-by: t00thpick1 <t00thpick1dirko@gmail.com>
2020-07-13 12:31:30 -07:00
7eae59a0b3 Misc code fixes 2020-07-13 11:39:03 -07:00
428c093ae4 UUID updater changes + locale fixes
Co-authored-by: t00thpick1 <t00thpick1dirko@gmail.com>
2020-07-13 11:18:16 -07:00
ea448dfa47 tridents/xbows WIP part 1 2020-07-06 20:44:10 -07:00
402283806d Database choice is now logged 2020-05-05 19:51:53 -07:00
ea70c937f2 Fix rank for new versions of MySQL 2020-01-27 18:45:19 -08:00
0ffcff53b3 Further address locale issues (Targets ) 2020-01-26 17:48:14 +00:00
8a4410cde8 Add a configuration to print jdbc exceptions
By default, mcmmo tries to pretty print errors, which is fine for many cases,
however; deeper nested errors can lack information, e.g. networking related issues,
while the pretty print is less intimitating and provides useful information to users,
surpressing the trace can prevent debugging these deeper issues, this config option serves
as a compromise between scaring users and having a means to find these deeper issues.
2019-08-26 05:29:29 +01:00
4048ecc764 Fixing some imports 2019-06-02 22:42:03 -07:00
4795143fca Fixed a memory leak in MySQL that would cause errors if users were
removed from the DB
2019-05-29 10:14:04 -07:00
43d8e08e83 Fix offline inspecting a player hitting an error if the casing didn't match up perfectly. Fixes 2019-01-26 10:51:30 -05:00
6ad9c8e664 Readying a Tool now has a sound 2019-01-20 00:46:33 -08:00
43da10a855 Levels now start at 1 (configurable advanced.yml) 2019-01-18 13:10:45 -08:00
0acde4a8af Why are these empty part 2 2019-01-15 01:11:33 -08:00
95d60e646d Diminishing returns now has an optional minimum gains setting 2019-01-14 22:11:58 -08:00
9f8c9db4bc Setting SSL to false will now squelch MySQL warnings 2019-01-14 20:37:30 -08:00
6f77bb206d Refactoring + adding a new skillranks config (not functional yet) 2019-01-12 23:54:53 -08:00
d3c47935d4 Some refactoring 2019-01-12 19:56:54 -08:00
85fd0a79bc Sounds volume and pitch are now configurable in the new sounds.yml file 2019-01-12 19:08:54 -08:00
4cfb7a5f4b mcMMO now supports SSL and tries to use it by default for MySQL (turn this off in config.yml MySQL.Server.SSL)
this fixes a lot of console spam from default mysql installs
2019-01-12 17:26:17 -08:00
1e8d950767 Converting from MySQL -> FlatFile now accounts for users that don't exist yet in mcmmo.users
Fixes 
2019-01-11 02:17:03 -08:00
f828084246 Added config option to easily disable all scoreboards 2019-01-11 01:47:36 -08:00
626890ed95 Chimaera Wing exploit fix 2019-01-10 23:52:11 -08:00
8aa919f834 should fix inspecting offline players
(cherry picked from commit ad715f51c6b8b87e3a78c18c7daaf4cdf7c10a8e)
2019-01-05 19:21:45 -05:00
0d260a74c9 Refactoring to make my life easier 2018-12-29 05:24:55 -08:00
495c4a33e5 Store skill totals rather than calculating them on the fly for faster leaderboard queries. 2018-11-14 20:31:57 -05:00
0a1559511a Quick and dirty 1.13 update. I.e. it now compiles for 1.13. 2018-07-23 22:13:57 -04:00
dcd79e87e1 This command probably works 2016-04-23 00:32:04 -04:00
f4b6d7845e Add config option to auto-truncate player skill levels that exceed the configured max level. Adds
Also removes a good bit of magic numbering from FlatFileDatabaseManager
2015-11-12 19:10:30 -05:00
7e92905618 Comments so I don't forget why I did it like this again 2015-11-04 13:48:29 -05:00
9934ab972e Clean up SQLDatabaseManager 2015-07-18 10:48:40 -04:00
93ad040936 Syntax is important 2015-06-20 15:11:18 -04:00
bfeac43f12 NULL uuids in flatfile should not be wiped as duplicates. Fixes 2015-06-20 13:04:03 -04:00
4388430491 When an older user no longer has a username that a new user now has, we will update the old entry to be _INVALID_OLD_USERNAME_, however we no longer strictly enforce name uniqueness, so people altering their DB's need to tweek with caution. Invalid old users will not display in the leaderboards. Fixes 2015-06-20 12:57:01 -04:00
d8184fb298 Properly calculate diff times for old user purge. Fixes 2015-06-11 18:12:22 -04:00
342c37a02c Merge pull request from zreed/master
Empty constructors don't take arguments  Sure why not.
2015-03-18 15:31:44 -04:00
981523789e Add Debug and change a line 2015-03-09 14:20:52 -04:00
1f68f4e654 More debug for rare cases where things don't work. 2015-02-23 20:37:03 -05:00
ca6dc5195d Properly convert SQL to Flatfile when UUIDs are null 2015-02-16 23:12:50 -05:00
a1c3f0d651 WHERE'S HARVEY DENT 2015-02-16 21:43:51 -05:00
8543382bde We want answers for the issues. 2015-02-15 22:03:58 -05:00