d9f98b1aa9
Fix a bug where books weren't registered + tweaked how treasures were loaded
2020-12-29 12:39:06 -08:00
bdee0278a5
Fix Fishing using values from the wrong config
2020-12-29 12:03:57 -08:00
ac31a3dc0e
Fixing start up errors when loading treasures.yml
2020-12-28 17:37:14 -08:00
8b62c0b693
Better message for items not found in current version of MC from Fishing Config
2020-12-28 16:58:57 -08:00
652a9519c1
Move fishing treasues to new file fishing_treasures.yml, replace Records rarity with Mythic, and allow for Enchanted_Book in the treasures list with new optional whitelist/blacklist parameters
...
read the changelog for information about this
2020-12-28 16:42:00 -08:00
a4ef322fa5
Add ExploitFix.PreventPluginNPCInteraction to experience.yml
...
Read the changelog for why
2020-12-28 12:58:03 -08:00
b31e1e533b
New skill 'Knock On Wood', changes to axe readying messages
2020-11-10 15:17:52 -08:00
7887232d93
Update locales
2020-11-10 12:19:23 -08:00
b0afdccfa5
skillranks.yml will automatically fix itself if it finds certain issues
2020-11-10 12:05:42 -08:00
c9b950d0c8
Fix chat.yml chat channel toggles
2020-11-10 11:07:07 -08:00
ba7e235e64
Master Angler reworked
2020-11-09 16:46:52 -08:00
15578bb84e
Some refactoring
2020-11-04 12:12:51 -08:00
449407439a
Added 'Chat.Channels.Party.Spies.Automatically_Enable_Spying' which allows chat spys to join servers with spying toggled on instead of off
...
its a QOL feature for people who are always spying on chat
2020-10-29 13:12:26 -07:00
8856d2b071
move chat config options from config.yml -> chat.yml
2020-10-29 13:06:22 -07:00
bc71f586d7
Messy fix for now, code cleanup will happen later
2020-10-12 12:50:18 -07:00
29722511b7
new config persistentdata.yml
2020-10-12 12:40:54 -07:00
916eb76553
2.1.148
2020-10-08 19:30:36 -07:00
80f910fc67
Add setting for enable/disable triple drops on super breaker
2020-10-08 19:21:39 -07:00
d4699c0e20
Add player tamed experience multiplier
2020-10-08 19:14:44 -07:00
20c69b63af
Memory leak fixes, optimizations, and persistence
2020-10-08 15:25:40 -07:00
419a810a1e
Steel Arm Style can now be customized in advanced.yml
2020-08-25 16:28:21 -07:00
5298472c90
Add option to disable other-player ability notifications
2020-07-25 11:10:01 -05: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
7267b1501b
Why did I use contains() :thonk:
2020-07-03 13:16:17 -07:00
f05c4121d2
Temporary Spigot bug fix
2020-07-03 13:14:33 -07:00
254e1a1071
2.1.131
2020-06-30 11:51:46 -07:00
75f404f387
Wire missing NMS
2020-06-30 11:35:36 -07:00
78eb367b86
Repair / Salvage fixes
2020-06-30 10:03:37 -07:00
b0ce6fb170
Missing permission nodes + missing repair XP
2020-06-30 09:35:47 -07:00
dab255254c
Automatic spelling mistake correction on repair/salvage configs for
...
previously misspelled netherite materials
2020-06-26 14:45:26 -07:00
83617b73b7
Fix repair
2020-06-24 23:39:14 -07:00
7114ff02e5
Fix compile issue
2020-05-01 14:38:58 -07:00
53c5fb7328
Merge pull request #4152 from FlXME/master
...
Fix various bugs
2020-05-01 14:29:35 -07:00
6c5f438099
Use logger instead of sysout
2020-04-29 01:06:53 -07:00
34fe19e35c
Less verbose unsupported material warnings
2020-04-27 17:28:27 -07:00
69a4ec80cd
Fix resource leak on exception
...
When an exception is hit in the try statement, the readers will never get closed and leak resources
2020-04-07 10:02:22 +02:00
ce1051c364
2.1.122
2020-03-03 22:24:35 -08:00
ff8c94bf44
2.1.121
2020-03-03 18:14:56 -08:00
325cbcad9d
2.1.120
2020-03-03 17:52:02 -08:00
3a81d94b32
1.16 support part 5
2020-03-03 17:14:57 -08:00
9f0fe26778
Blast Mining Tweaks
2020-02-27 12:45:35 -08:00
550a3df616
place SnowGolemExcavation exploit fix under the correct section
2020-01-28 00:12:50 +00:00
33f4ac14b5
Add toggle for snow golem exploit to experience.yml - SnowGolemExcavation
2020-01-24 18:28:41 -08:00
601297799f
Enforce locale usage for enums to ensure correct casing ( Fixes #4086 )
2019-12-16 01:05:47 +00:00
c5cbab39b6
Update RepairConfig.java
...
Removed accidental whitespace
2019-11-10 11:56:32 -06:00
ca1906fbc5
Added error message for missing Salvageables section (rather than throw NPE)
2019-11-08 01:15:32 -06:00
7eab20ef56
Added error message for missing Repairables section (rather than throw NPE)
2019-11-08 01:11:29 -06: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