Commit Graph

5073 Commits

Author SHA1 Message Date
b59d1afdb4 Vanished players are treated as if they are offline for inspect command
Fixed #4444
2021-03-05 14:48:05 -08:00
72264205d0 Update player names immediately when change is detected 2021-03-05 14:27:53 -08:00
a425ebcd10 Add magma blocks to the things wolves avoid 2021-03-05 14:03:31 -08:00
4bd9ee0aa5 Never expect bukkit API to be intuitive 2021-03-02 15:17:55 -08:00
e38bc14e86 Sometimes I hate being dyslexic, fixing illegal stack sizes in smelting.. again 2021-03-02 13:54:20 -08:00
afd2b50900 Remove unecessary comment 2021-03-02 11:24:44 -08:00
ac618cf48a Add another measure to stop item stacks from becoming illegal sizes from double smelt 2021-03-02 11:15:52 -08:00
713b0619c3 You can now disable Green Thumb for specific crops (the auto replanting) in config.yml 2021-02-26 16:18:15 -08:00
735a90fb35 Fix arrow dupe bug
Fixes #4430
2021-02-26 16:06:13 -08:00
82b0304091 Don't set smelt stacks to above item's max stack size 2021-02-26 15:28:50 -08:00
06e38c991a Updated dependencies (also fixes #4404) (#4440) 2021-02-24 18:03:07 -08:00
ef1a8f8194 Updated locale_de.properties language file (german) (#4423)
* Fixed various grammatical and spelling mistakes. Made some adjustments to the colour scheme to make the design more consistent.

* Changed mistakes in UTF-8 encoding
2021-02-23 12:29:24 -08:00
db2c0e89e7 Fixed #4438 and also normalized some stuff (#4439) 2021-02-23 12:28:45 -08:00
f9144e624a Prepare for negative Y values 2021-02-12 17:18:52 -05:00
369b34406e Green Thumb (Plants) now fires a SubSkillBlockEvent 2021-02-03 15:08:21 -08:00
1c1abe9a2a Added SubSkillBlockEvent & GreenThumb + ShroomThumb now fire it 2021-02-03 15:01:32 -08:00
6eb894ba3a Update locale_ru.properties (#4411)
Almost fully re-translated and updated to latest versions
2021-02-02 14:58:13 -08:00
6ef0a36cb0 Translate missing messages into french (#4418) 2021-02-02 14:57:05 -08:00
e63ce103a2 changelog adjustments 2021-01-26 16:56:02 -08:00
68c7de16a8 Really should rewrite this whole thing at a later date 2021-01-26 16:00:08 -08:00
e584697b69 Update locale_hu_HU.properties (#4409) 2021-01-26 15:53:57 -08:00
46d69f2108 Replace old and wrong color codes with the correct color codes (#4408) 2021-01-26 15:53:30 -08:00
998495f268 2.1.173 2021-01-25 17:27:37 -08:00
85bf33fca0 Less XP orbs during Tree Feller + Knock on Wood Rank 2 2021-01-25 15:06:39 -08:00
cf21a5a163 Fishing no longer damages rod or drains hunger 2021-01-25 15:02:58 -08:00
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