Commit Graph

5361 Commits

Author SHA1 Message Date
ec35efbf1b Merge remote-tracking branch 'origin/master' 2021-01-25 14:38:06 -08:00
c6d700c5a7 Fixed Luck permission showing incorrect percentages to players using commands
Fixed #4405
2021-01-25 14:37:23 -08:00
a225d604ef only add/remove scoreboards when teleporting if scoreboards are enabled (#4400) 2021-01-25 14:14:35 -08:00
52ac1cc522 Update ja_jp locale (#4406) 2021-01-25 14:12:57 -08:00
bf9bb6ffd8 2.1.172 2021-01-21 15:38:31 -08:00
27ae7ae1a7 Add Power Level broadcasts
Fixes #4388
2021-01-21 15:27:50 -08:00
a85fd024b2 Have correct bStats data point to a new id 2021-01-21 15:00:42 -08:00
6c5eb72ab4 Fixed an error in bstats where Retro Mode was reported as Standard mode and vice versa
I might be the most dyslexic person ever
2021-01-21 14:56:45 -08:00
67f29d52b3 Updated bStats (#4384)
Thank you
2021-01-21 14:54:51 -08:00
8181743114 Fix compile issue 2021-01-21 14:44:13 -08:00
f43f3a7fb1 Make ACF aware of the permission nodes for the commands it handles
Fixes #4396
2021-01-21 14:37:59 -08:00
4b4643f510 Message about missing permissions on certain commands no longer hard coded 2021-01-21 14:34:58 -08:00
1b5dd86796 Use locale instead of hard coded message for pending load on certain commands
Fixes #4391
2021-01-21 14:33:39 -08:00
80a1b3949e Add permission node 'mcmmo.broadcast.levelup' for level up broadcasts 2021-01-21 14:31:11 -08:00
4fea5438fe Move some permissions closer to the top 2021-01-21 14:26:08 -08:00
ac57615383 Add setting to turn off knock on wood XP orb drops for Tree Feller 2021-01-21 14:19:50 -08:00
bd9794e744 Support calling SkillActivationPerkEvent off the main thread
This event was never considered as to if it would be called off the main thread,
this event should NOT be designed to signify that a skill activation is occuring,
just providing a means to manipulate those values by other plugins, etc
2021-01-21 12:09:26 +00:00
f72497532f Fists should be fists 2021-01-11 10:34:14 -08:00
fecaef8d96 Updated german translations (#4375)
* Updated german translations

* Fixed line endings

* Missed one
2021-01-11 10:30:08 -08:00
c64e693861 Less capitals in broadcast msg 2021-01-07 13:39:28 -08:00
ade6fb2c1d Arrow dupe fix 2021-01-07 13:36:54 -08:00
f38d92497a Add broadcasting when players reach certain level milestones (defaults to every 100 levels) 2021-01-07 13:33:12 -08:00
3cd09b886f Issue #4343 Axe can replant Cocoa (#4373) 2021-01-06 10:24:16 -08:00
ba7b6826b4 2.1.170 - papi fix 2021-01-05 15:25:39 -08:00
1c9592aba3 Always emulate lure bonus to avoid vanilla bugs
Fixes #4359
2021-01-05 12:16:16 -08:00
dd07bcafc6 Disable random testing for now 2021-01-05 12:12:49 -08:00
888205fd89 Memory leak fix for arrow metadata 2021-01-05 12:04:48 -08:00
7931a095fe Add some tests for com.gmail.nossr50.util.random classes 2021-01-03 12:21:32 -08:00
867d222062 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO 2021-01-03 09:53:12 -08:00
9e2d5aada8 Whitespace fix 2021-01-02 20:39:39 -05:00
4aa17e61fc More efficient acrobatics location memory class 2021-01-02 20:39:39 -05:00
597eb7f8dd Tweaks to the random chance classes 2021-01-02 16:39:26 -08:00
4fa3d913bf More annotations for blockmeta.. again 2021-01-02 16:15:04 -08:00
00a6d52717 Refactor region file loading for better nullability analysis 2021-01-02 18:57:51 -05:00
26ef4cc411 More nullability annotations 2021-01-02 15:55:37 -08:00
05f07c174b Change readChunkStore to Nullable 2021-01-02 15:30:00 -08:00
eff016c0a6 More nullability in blockmeta classes 2021-01-02 15:27:51 -08:00
5b41b04777 Use @NotNull in methods rather than @Nullable
Separate safe external methods from internal only methods
Remove unnecessary methods
2021-01-02 17:29:15 -05:00
10694042e9 Move legacy Serializable usage into a subclass. 2021-01-02 16:54:11 -05:00
d08c9391b0 Add nullability annotations to blockmeta 2021-01-02 13:36:59 -08:00
e0d85f842b Fix exception thrown when plants fake grow at max world height. 2021-01-02 11:18:32 -05:00
bec54d93ac Fix dupe bug 2021-01-01 22:15:44 -08:00
67a4b6c7c1 Experience PreGain event 2021-01-02 01:05:28 +00:00
556515eefd Add SkillActivationPerkEvent 2021-01-02 01:05:27 +00:00
fbecbc167a Optimizations and potentially fixing a ConcurrentModificationException involving the TransientEntityTracker
Fixes #4368
2021-01-01 14:04:36 -08:00
959d1e4a05 Remove music discs from the default loot table 2021-01-01 12:46:08 -08:00
42d3dc3925 Master Angler now mentions it works better with a boat in its hover tip 2020-12-31 16:58:46 -08:00
e4af53a535 Use boolean over Boolean 2020-12-31 16:46:49 -08:00
9ba8af9f6e Forgot to register the intended tool set 2020-12-31 16:42:37 -08:00
56b376eb54 SuperBreaker will always activate if the fastest tool for the block is a PickAxe
Fixes #4362
2020-12-31 16:41:08 -08:00