68ad507be3
Skills which used to unlock at level 5 now unlock at level 1 and some
...
tweaks to ranks of other skills, and length scaling for super
abilities. Early game boost has also been modified.
2019-06-24 20:17:35 -07:00
c3f38cdabd
A few typos in javdocs
2019-06-15 21:22:21 -07:00
46dee3c9b6
Numerous tweaks to salvage + fixing repair bugs
2019-06-10 22:37:20 -07:00
a677450d50
Fix NPE on server shutdown with no user data
2019-06-09 05:07:34 -07:00
0638f4c437
2.1.69
2019-06-05 23:50:39 -07:00
426b2d27e7
Fix NPE for new data tracker
2019-06-05 21:43:07 -07:00
3ce3ac5350
mcMMO should no longer lose a few minutes of player data from shutting
...
down the server
2019-06-05 21:11:44 -07:00
4048ecc764
Fixing some imports
2019-06-02 22:42:03 -07:00
9111590dc2
2.1.67
2019-05-31 19:46:14 -07:00
1cda612e86
Fixed a bug that would spam other players when someone used an ability
2019-05-27 19:25:36 -07:00
66425ba48d
Add UUID to admin notifications
2019-05-18 10:59:52 -07:00
2433ef5db7
Move admin notification toggle check
2019-05-18 10:47:37 -07:00
1ced5d8ffc
Confirmation messages for admin commands are now moved into the
...
convenience methods in NotificationManager
2019-05-18 10:40:06 -07:00
04c6bd8750
Admin notifications convenience methods handled by NotificationManager
2019-05-18 10:09:45 -07:00
b0dc41b4d9
Encapsulate admin notifications + add prefix
2019-05-18 08:12:32 -07:00
cdf6e607de
2.1.53 - Fixed critical XP bug
2019-05-03 15:04:40 -07:00
467025888c
Fixed #3858 - Falling blocks in water not getting tracked
2019-04-25 18:28:24 -07:00
31c1bd52bc
2.1.44
2019-04-14 05:39:23 -07:00
f6e01ea910
UserManager::getPlayer returns null again (oopsie)
2019-04-13 12:58:32 -07:00
33a68daa9c
mcMMO now checks in all places for a loaded profile before executing processing on said profile
2019-04-12 15:17:05 -07:00
8b0a580505
Fixing Party Chat Bug
2019-04-11 03:49:13 -07:00
8538ac4e50
mcnotify will now squelch notifications from mcMMO & players who are squelched will be reminded of their squelch status at least once an hour (you can disable this in advanced.yml)
2019-04-04 17:27:17 -07:00
96b46d31cf
Only activate bleed if the target survives the initial strike
2019-01-23 16:21:34 -08:00
e8c8f8b6a1
Level up messages are now easier to modify in the Locale
2019-01-21 07:27:09 -08:00
e962f645b6
Skill Unlock notifications now have sounds
2019-01-20 01:21:33 -08:00
6ad9c8e664
Readying a Tool now has a sound
2019-01-20 00:46:33 -08:00
96742e6c42
mcMMO now alerts you when you progress in a skill
2019-01-19 18:51:18 -08:00
95d60e646d
Diminishing returns now has an optional minimum gains setting
2019-01-14 22:11:58 -08:00
d9dd4ea016
XP events now use the Title API
...
Configurable in advanced.yml
2019-01-14 02:32:02 -08:00
ed2c3975d8
ActionBar messages can now have copies sent to chat
2019-01-14 01:22:14 -08:00
6f77bb206d
Refactoring + adding a new skillranks config (not functional yet)
2019-01-12 23:54:53 -08:00
cde11b64ed
You will only gain shared party XP if you are visible to the player gaining XP
2019-01-12 21:51:31 -08:00
d3c47935d4
Some refactoring
2019-01-12 19:56:54 -08:00
362d036b16
4 days of work and I'm still not done ;_;
2019-01-08 19:52:52 -08:00
a316bb7bd2
Not much work was done today because of testing & research
...
The real work begins soon
2018-12-28 06:29:08 -08:00
f1f02fd005
Don't fail out of saves just because a single player fails.
2017-09-01 00:45:22 -04:00
857e12b96e
SQLDatabaseManager optimizations, async profile loading -t00thpick1, zreed
...
This commit changes our shared connection into a connection pool utility to prevent
thread locks from multiple actions attempting to access the database at the same time.
In additon, profile loading has been moved off the main thread at login time, to
allieviate the performance issues caused by it.
Fixes #2138 , Fixes #2119 , Fixes #1982 , Fixes #1953
2014-08-01 20:31:17 +02:00
a257e83a62
Update for new getOnlinePlayers behavior
2014-06-29 14:04:36 +02:00
0185a30ec9
Fix an IndexOutOfBoundsException: Index: 0
...
In SaveTimerTask.java
Fixes #2039
2014-06-08 18:21:13 +02:00
4fb4d6fc0c
Save users asynchronously
2014-06-08 14:12:25 +02:00
e56d5a0454
Exclude vanished players from tab complete list
...
Part 2 of fixing #1745
2014-02-28 21:56:30 +01:00
0056be2d5f
Assorted cleanup.
2014-02-28 08:36:42 -05:00
04a02cfdc8
Store McMMOPlayer objects as metadata
2014-02-15 14:21:25 +01:00
b460f7a564
Add more debug messages in onDisable()
...
So that we can track down why the disable proces slows down
2014-01-18 16:59:16 +01:00
2cdf08de9f
Allow offline players for chat events.
...
This fixes issues with plugins or applications that rely on JSONAPI to
chat. Fixes #1578
2013-11-01 09:12:06 -04:00
ca6bee07ea
Fix formatting
2013-08-22 00:37:48 +02:00
2bae937b28
Don't throw a warning if we're expecting a null object.
2013-08-21 14:20:12 +00:00
50ef8d9610
Improvements to mcMMOPlayer lookup.
2013-08-20 14:10:49 -04:00
6518d192ec
Improved partial name matcher
...
Fixes #1164
2013-08-19 10:37:04 +02:00
c9aba059e2
Don't provide direct access to the players map.
2013-07-15 09:14:23 -04:00