Laarryy / AdvancedEnchantments

Better Enchantments & Curses
MIT License
4 stars 7 forks source link

Class path contains multiple SLF4J bindings #1

Closed tomkimberlin closed 5 years ago

tomkimberlin commented 5 years ago
[05:36:50] [Server thread/INFO]: [AdvancedEnchantments] Loading AdvancedEnchantments v4.7.9
[05:36:50] [Server thread/INFO]: [AdvancedEnchantments] Checking version of ACF
[05:36:50] [Server thread/INFO]: [AdvancedEnchantments] Checking version of PacketWrapper
[05:36:51] [ForkJoinPool-2-worker-6/INFO]: [AdvancedEnchantments] Downloading Configurate
[05:36:51] [ForkJoinPool-2-worker-5/INFO]: [AdvancedEnchantments] Downloading Service Locator
[05:36:51] [ForkJoinPool-2-worker-7/INFO]: [AdvancedEnchantments] Downloading Spigot Updater
[05:36:51] [ForkJoinPool-2-worker-0/INFO]: [AdvancedEnchantments] Downloading Javassist
[05:36:51] [ForkJoinPool-2-worker-2/INFO]: [AdvancedEnchantments] Downloading Taskchain
[05:36:53] [ForkJoinPool-2-worker-7/INFO]: [AdvancedEnchantments] Downloading Reflection Utils
[05:36:53] [ForkJoinPool-2-worker-4/INFO]: [AdvancedEnchantments] Downloading Event Chain
[05:36:54] [ForkJoinPool-2-worker-0/INFO]: [AdvancedEnchantments] Downloading Mineskin Client
[05:36:54] [ForkJoinPool-2-worker-7/INFO]: [AdvancedEnchantments] Downloading Caffeine
[05:36:54] [ForkJoinPool-2-worker-5/INFO]: [AdvancedEnchantments] Downloading Javax Annotations
[05:36:54] [ForkJoinPool-2-worker-1/INFO]: [AdvancedEnchantments] Downloading Google Guava
[05:36:55] [ForkJoinPool-2-worker-4/INFO]: [AdvancedEnchantments] Downloading PacketWrapper
[05:36:55] [ForkJoinPool-2-worker-5/INFO]: [AdvancedEnchantments] Downloading GameAnalytics API
[05:36:55] [ForkJoinPool-2-worker-7/INFO]: [AdvancedEnchantments] Downloading Abstract Configuration
[05:36:55] [ForkJoinPool-2-worker-3/INFO]: [AdvancedEnchantments] Downloading ACF
[05:36:56] [ForkJoinPool-2-worker-2/INFO]: [AdvancedEnchantments] Downloading ConcurrentLinkedHashMap
[05:37:12] [Server thread/WARN]: SLF4J: Class path contains multiple SLF4J bindings.
[05:37:12] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/tak/server/plugins/advancedenchantments-4.7.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[05:37:12] [Server thread/WARN]: SLF4J: Found binding in [jar:file:/home/tak/server/cache/patched_1.14.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[05:37:12] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[05:37:12] [Server thread/WARN]: SLF4J: Actual binding is of type [org.slf4j.impl.BukkitLoggerFactory]

Got these warnings after starting my server with AE for the first time. Have not restarted again since adding so I cannot confirm whether the issue is persistent.

One more question as well.

I was hoping the enchants would be integrated into vanilla but I can't seem to figure out how to make that happen. I saw in your commits that you added this as an option a few hours ago. Have these changes not made it to a release yet?

My players and I are very excited to start using the plugin. Thank you!

egg82 commented 5 years ago

The warnings it spits out about that are entirely harmless. I'm deciding on a better way to go about that whole system, but don't worry too much about it for now :)

The enchantment integration will be out in the next release, coming in the next few hours to day depending on what else there is to do.

Thanks for supporting the plugin!