Mads U. Jensen
|
8b6a4c1e5b
|
Update doubledrops IDs (#4743)
|
2022-02-10 17:31:22 -08:00 |
|
nossr50
|
0ccd89fad4
|
Update changelog
|
2022-01-30 15:47:08 -08:00 |
|
nossr50
|
16e90da8fd
|
Config validation rewrite part 1
|
2022-01-30 15:31:52 -08:00 |
|
nossr50
|
86e7bfbf89
|
Disabling mcMMO when the config breaks is dumb
Fixes #4732
|
2022-01-30 14:24:21 -08:00 |
|
nossr50
|
8f0fb76847
|
Silence API out of date warning on config load
|
2022-01-17 15:57:04 -08:00 |
|
nossr50
|
3be15d3f65
|
Rewrite how mob/item/block metadata is tracked/retrieved
Fixes #4720
|
2022-01-17 15:32:02 -08:00 |
|
nossr50
|
74ced18bd0
|
Dev mode
|
2022-01-15 11:51:44 -08:00 |
|
nossr50
|
2e0a371ed8
|
Update changelog
|
2022-01-14 16:50:19 -08:00 |
|
nossr50
|
68ffe31246
|
2.1.209
|
2022-01-14 16:41:33 -08:00 |
|
nossr50
|
405de477d3
|
(thanks chew) Fix older MC versions not loading config files
Fixes #4716
|
2022-01-11 19:28:18 -08:00 |
|
nossr50
|
db0ae36fa7
|
fixed bug where duplicate comments with leading whitespace were ignored
|
2022-01-11 19:22:28 -08:00 |
|
nossr50
|
5d2028b5dc
|
Java 16 compile target
|
2022-01-10 22:36:37 -08:00 |
|
nossr50
|
3e645a022d
|
2.1.208
|
2022-01-10 22:34:21 -08:00 |
|
nossr50
|
c21a040ddb
|
Huge changes to how config files are loaded/updated, fixes many issues
Fixes #4715
|
2022-01-10 22:29:22 -08:00 |
|
the456gamer
|
dd4a5a6b9a
|
remove YAML parsing hacks in favor of native bukkit provided parsing (#4714)
* fix yaml config to use native comment handling.
fixes #4702
replaces #4713
|
2022-01-09 11:16:17 -08:00 |
|
nossr50
|
d5ce8fc6ff
|
Dev mode
|
2022-01-09 11:14:11 -08:00 |
|
dexasz
|
829aaea5d4
|
add & translate missing strings & fix a typo that broke placeholders (#4707)
|
2022-01-09 11:07:18 -08:00 |
|
Olivia
|
c92ae16c7f
|
Fix extra 0 in level for gunpowder in retro mode (#4701)
|
2021-12-30 14:21:46 -08:00 |
|
nossr50
|
40160498ca
|
2.1.207
|
2021-12-27 11:40:33 -08:00 |
|
nossr50
|
9d08d88f2a
|
Add new repair setting to default file
|
2021-12-27 11:34:55 -08:00 |
|
JeBobs
|
2ca3544741
|
Added option to disallow using enchanted materials to repair items. (#4693)
|
2021-12-27 11:29:54 -08:00 |
|
nossr50
|
ef714f98c9
|
Fix parties at level cap gaining XP and thus spamming messages
Fixes #4686
|
2021-12-27 11:22:16 -08:00 |
|
nossr50
|
dd550feb65
|
Update BlockTracker to use Spigot API directly instead of compatibility
layer
Fixes #4692 Fixes #4698
|
2021-12-27 11:09:27 -08:00 |
|
nossr50
|
ddc9a69f4b
|
Fix ScoreboardManager NPE and added locale messages relating to scoreboards
|
2021-12-27 10:46:56 -08:00 |
|
TheBusyBiscuit
|
61388f46f1
|
Fixed #4694 (#4695)
|
2021-12-27 09:27:13 -08:00 |
|
nossr50
|
341dc45202
|
Takeout this warning
|
2021-12-14 23:27:51 -08:00 |
|
nossr50
|
13f7482b39
|
Unicode support for locale files
|
2021-12-14 23:08:08 -08:00 |
|
nossr50
|
a78dcffde7
|
Temporarily roll back to Java 16
|
2021-12-14 22:26:40 -08:00 |
|
nossr50
|
3671d0b565
|
dev mode
|
2021-12-14 22:23:31 -08:00 |
|
lilac & gooseberries
|
1b11fd2369
|
lithuanian translation for mcmmo (#4676)
|
2021-12-14 22:22:58 -08:00 |
|
nossr50
|
c36ff85cbf
|
2.1.206 - Memory leaks fixed and other changes Fixes #4681
|
2021-12-11 22:27:54 -08:00 |
|
nossr50
|
77cefbdfab
|
Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO
|
2021-12-11 22:22:37 -08:00 |
|
nossr50
|
fbe0cd1471
|
Fixing like 10 memory leaks Fixes #4670
|
2021-12-11 22:22:02 -08:00 |
|
Robert Alan Chapton
|
728ba512c3
|
Java 17 for GH actions
|
2021-12-11 21:21:22 -08:00 |
|
nossr50
|
10470dde13
|
Reduce default volume of level up sound
|
2021-12-11 21:19:30 -08:00 |
|
nossr50
|
11245e87ef
|
squelch ChunkStoreTest log output
|
2021-12-11 20:57:25 -08:00 |
|
nossr50
|
b88d752f61
|
update dependencies
|
2021-12-11 20:56:10 -08:00 |
|
Enderaoe
|
09ce259288
|
fix issue #4667 (#4669)
|
2021-12-07 19:55:42 -08:00 |
|
PikaMug
|
519d469cb2
|
Add null check to XP gain handler, fixes #4663 (#4677)
* Add null check to XP gain handler, fixes #4663
Co-authored-by: Robert Alan Chapton <nossr50@gmail.com>
|
2021-12-07 19:54:48 -08:00 |
|
nossr50
|
cf67e3502a
|
dev mode
|
2021-12-07 19:29:36 -08:00 |
|
nossr50
|
9ab4584dfe
|
MOB_METADATA_KEYS should be immutable
|
2021-11-14 09:36:00 -08:00 |
|
nossr50
|
8d27e8fccf
|
2.1.205
|
2021-11-14 09:33:27 -08:00 |
|
NemuruYama
|
ba1f15b655
|
Fixed the alchemy properly (#4658)
|
2021-11-14 08:05:42 -08:00 |
|
nossr50
|
5b1a69b3f7
|
2.1.204
|
2021-11-10 14:55:54 -08:00 |
|
Enderaoe
|
d185c7538c
|
Fix issue #4626 double smelting on raw copper (#4652)
|
2021-11-10 04:55:04 -08:00 |
|
gecko10000
|
2347fc294f
|
Fix IndexOutOfBoundsException for fake brew event by adding to list instead of setting the index (which doesn't work) (#4655)
|
2021-11-10 04:54:31 -08:00 |
|
nossr50
|
7aaec5b707
|
2.1.203
|
2021-11-08 19:07:02 -08:00 |
|
nossr50
|
20a713e04d
|
Update changelog
|
2021-11-08 19:02:37 -08:00 |
|
gecko10000
|
81faf93f31
|
Fix hex colors in broadcasts (#4651)
|
2021-11-08 19:01:14 -08:00 |
|
PikaMug
|
19c0f6757e
|
Add deprecated constructor w/o startinglevel per d9e195f (#4647)
|
2021-11-08 19:00:00 -08:00 |
|