Code Monkey home page Code Monkey logo

auto-tune's People

Contributors

ahdg6 avatar codacy-badger avatar dependabot[bot] avatar goodlucky777 avatar islati avatar jesuschrist69 avatar lcydev avatar noahbclarkson avatar scottborland avatar shawn11564 avatar sirzuki avatar stefanarts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-tune's Issues

[Enhancement] Adding Support For Other Economy Plugins (Namely CMI)

Well, just noticed on the Spigot plugin resource page it requires Essentials to use this plugin. :(

CMI is a plugin that offers economy, essentials's commands, + a LOT more. Hence why many people use it even if it is a paid plugin. I saw someone else in the Discord request CMI support being added as well. Could you please add it?

Thank you!

[BUG] Index -1 out of bounds for length

Describe the bug
A clear and concise description of what the bug is.
I sold so many of a single item so quickly that basePosition was -1.
https://github.com/Unprotesting/Auto-Tune/blob/master/src/main/java/unprotesting/com/github/data/ephemeral/LocalDataCache.java#L328
and
https://github.com/Unprotesting/Auto-Tune/blob/master/src/main/java/unprotesting/com/github/data/csv/CSVHandler.java#L41
I fixed this by using Math.max(1, ...) on basePosition but I don't think that's a good solution.

Minecraft Server Version
1.18.1

Auto-Tune-Version
0.13.0

Latest prices

It would be good if the plugin saved the latest prices in shops.yml, or another file, for use in the configuration, for example when shutting down the server.

[BUG]

Describe the bug
The tutorial messages only use the message "Do /shop to open the shop and start exchanging items." There are other tutorials in the messages.yml file

Steps To Reproduce
Run the plugin and watch the tutorial messages.

Expected behavior
I expected all messages in the tutorial section to be cycled through. But, only the message outlined above is ever displayed.

Minecraft Server Version
1.19

Auto-Tune-Version
0.14.0 etc.

Additional context
Add any other context about the problem here (logs, plugins, etc.)
2022-07-12_21 26 53
Screenshot 2022-07-12 212802

[BUG] Error when using command from console

Describe the bug
Console throws an error when executing the command
To Reproduce
Steps to reproduce the behavior:

  1. Go to the console
  2. Write gdp
  3. Console will throw an exception due invalid casting for player (Since it's the console sending the command, and the command probably only expects a player)

Expected behavior
Show the info just for the console (Just like any other plugin)

Screenshots
image

org.bukkit.command.CommandException: Unhandled exception executing command 'gdp' in plugin Auto-Tune v0.12.4
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.5.jar:git-Paper-545]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-545]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:810) ~[patched_1.16.5.jar:git-Paper-545]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:772) ~[patched_1.16.5.jar:git-Paper-545]
        at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:413) ~[patched_1.16.5.jar:git-Paper-545]
        at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:380) ~[patched_1.16.5.jar:git-Paper-545]
        at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1216) ~[patched_1.16.5.jar:git-Paper-545]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1004) ~[patched_1.16.5.jar:git-Paper-545]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.5.jar:git-Paper-545]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassCastException: class com.destroystokyo.paper.console.TerminalConsoleCommandSender cannot be cast to class org.bukkit.entity.Player (com.destroystokyo.paper.console.TerminalConsoleCommandSender and org.bukkit.entity.Player are in unnamed module of loader 'app')
        at unprotesting.com.github.Commands.AutoTuneGDPCommand.onCommand(AutoTuneGDPCommand.java:21) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-545]
        ... 9 more

**Minecraft Server Version
1.16.4

**Plugin List
Essentials, Vault, WorldEdit, Terra, FreeRPG

[BUG] Possible plugin conflict with "Islands | Home islands system"

Describe the bug
An internal server error occurs when I call the GUI of the Islands plugin (https://www.spigotmc.org/resources/islands-home-islands-system.84303/) by using a command such as /is create or /is moderate. The command doesn't really matter, just that it pulls up a GUI similar to the shop. The /shop command of Auto Tune still functions as normal however my former plugin doesn't work properly anymore. I've reported this bug to the dev of the Islands plugin as well.

Screenshots
https://pastebin.com/hBfcRD3j

[22:21:15 INFO]: AjMcAjface issued server command: /is create [22:21:15 WARN]: [Islands] Loaded class com.github.stefvanschie.inventoryframework.pane.Pane from Auto-Tune v0.13.0-pre-release-4 which is not a depend, softdepend or loadbefore of this plugin. [22:21:15 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'is' in plugin Islands v5.0.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.5.jar:git-Paper-532] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-532] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:810) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2023) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1838) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1791) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1140) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1133) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1269) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1004) ~[patched_1.16.5.jar:git-Paper-532] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.5.jar:git-Paper-532] at java.lang.Thread.run(Thread.java:832) [?:?] Caused by: java.lang.NoSuchMethodError: 'void com.github.stefvanschie.inventoryframework.pane.StaticPane.addItem(com.github.stefvanschie.inventoryframework.gui.GuiItem, int, int)' at me.aleksilassila.islands.GUIs.CreateGUI.availableIslandPanes(CreateGUI.java:69) ~[?:?] at me.aleksilassila.islands.GUIs.CreateGUI.getMainGui(CreateGUI.java:47) ~[?:?] at me.aleksilassila.islands.GUIs.GUI.open(GUI.java:24) ~[?:?] at me.aleksilassila.islands.commands.subcommands.CreateSubcommand.openGui(CreateSubcommand.java:23) ~[?:?] at me.aleksilassila.islands.commands.AbstractCreateSubcommands.onCommand(AbstractCreateSubcommands.java:28) ~[?:?] at me.aleksilassila.islands.commands.IslandCommands.onCommand(IslandCommands.java:106) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-532] ... 19 more

**Minecraft Server Version
1.16.5

**Plugin List
Essentials, Vault, Islands, Grief Prevention, Auto Tune

[BUG] /at decrease does nothing

Describe the bug
/at decrease does nothing. /at decrease [itemID] [number] will execute and show that it has decreased the price of an item by [number] percentage but does nothing. Not immediately nor on price update algorithm execution.

To Reproduce
Steps to reproduce the behavior:

  1. Use something like /at decrease oak_log 50
  2. See chat message in chat that the price of oak_log has been successfully decreased by 50%.
  3. Price will not change, not immediately and also not when the price algorithm runs. The command has no effect.

Expected behavior
Command should decrease the price by either 50$ or 50% either upon command- or after price algorithm-execution.

Screenshots
If applicable, add screenshots to help explain your problem.

Minecraft Server Version
git-Airplane-"87d4a17" (MC: 1.16.5)

/ at command in the console prints an error

server: git-Paper-445 (MC: 1.16.5)
auto-tune: owns the latest build from github

at command in the console prints an error

at
[10:51:19 WARN]: Unexpected exception while parsing console command "at"
org.bukkit.command.CommandException: Unhandled exception executing command 'at' in plugin Auto-Tune v0.13.0-pre-release-3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.5.jar:git-Paper-445]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-445]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:807) ~[patched_1.16.5.jar:git-Paper-445]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchServerCommand(CraftServer.java:769) ~[patched_1.16.5.jar:git-Paper-445]
        at net.minecraft.server.v1_16_R3.DedicatedServer.handleCommandQueue(DedicatedServer.java:411) ~[patched_1.16.5.jar:git-Paper-445]
        at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:378) ~[patched_1.16.5.jar:git-Paper-445]
        at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1208) ~[patched_1.16.5.jar:git-Paper-445]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:996) ~[patched_1.16.5.jar:git-Paper-445]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.5.jar:git-Paper-445]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassCastException: class com.destroystokyo.paper.console.TerminalConsoleCommandSender cannot be cast to class org.bukkit.entity.Player (com.destroystokyo.paper.console.TerminalConsoleCommandSender and org.bukkit.entity.Player are in unnamed module of loader 'app')
        at unprotesting.com.github.Commands.AutoTuneCommand.onCommand(AutoTuneCommand.java:27) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.5.jar:git-Paper-445]
        ... 9 more

Sell Enchanted Books

Instead of directly enchanting the items, I would like to have the players receive an enchanted book instead containing the bought enchantment.

Selling used tools

Currently, players are allowed to sell used tools for full price. I would like to have the option to either disallow selling tools with less than 100% durability, or, allowing players to sell used tools with their monetary return scaled to how much durability the tool has left. i.e. Reducing the price the lower the durability on the tool is.

[BUG] Changing values in shop.yml doesn't work

Describe the bug
Changing values in shops.yml doesn't work. (Tested on both 0.13.0-pre-release-3 & 0.12.4)
Same with /at decrease <value : %percentage> (this part I only tested on 0.13.0-pre-release-3)
^ Doesn't change price
^ Doesn't support decreasing by a value. Only a percentage.

To Reproduce
Steps to reproduce the behavior:

  1. Stop server.
  2. Edit default file from 15 for coal price to:
shops:
  COAL:
    price: 1.56 # Old: 15
    max-buy: 80
    max-sell: 115
    section: 'Natural Resources'
  1. Start server.
  2. /shop
  3. Look at coal price. It is still $15.
  4. Try using /at decrease coal 90 to get it to ~1.5.
  5. /shop
  6. See that it still does not change value in GUI.
  7. Try selling as much coal as you can until it hits max sell limit.
  8. /shop to see if it changes price- it doesn't.

Expected behavior
When I stop the server, change the price values in shops.yml, & start the server, I expect it to change them in-game to those new values.

Screenshots
I tried changing diamond pricing. Here are the results:
shops.yml: https://gyazo.com/68a01d27c5f2112e27dac511d3192050
In-game /shop diamond: https://gyazo.com/8adf82e365ff1c87ffc6f13ce75bcc4a

**Minecraft Server Version
Paper 1.16.5

Plugin Version:
Auto-Tune-0.13.0-pre-release-3
&
Auto-Tune-0.12.4

Latest.log:
https://pastebin.com/NELSsiEq

**Plugin List
https://gyazo.com/b02e753ca66aa6b6b4cbdaaa3119a343

Additional context
A suggestion- I recommend either having only 1 place you provide support/bug reports or manage both evenly. I reported this issue 10 days ago in a Ticket on the Discord with all info and never received a reply. I know you're busy, but 10 days without a single response from Discord staff about the issue is not good support- especially when staff are responding to #support but ignoring tickets apparently.. Awesome plugin, love the idea, but support could be improved & is unusable with this issue sadly.

(Question) SelfHost Auto-Tune API instance

This isn't an issue, but a question regarding the API.

Is it possible to Self-Host the Auto-Tune API? If not, will there be in the future, or is this just for the money?

Am asking because I find it rather disappointing that the backend isn't also open-source and free to host on our side. I understand the cloud pricing, but providing a self-hosting way is something interesting to some end users.

[BUG] Currency withdrawn not deposited when selling items.

Describe the bug
The "withdrawPlayer" method is called inside of PurchaseUtil.sellItemstack instead of "depositPlayer"

Steps To Reproduce
Do /sell and open the GUI to sell things..

Expected behavior
Money earned

Minecraft Server Version
1.19 etc.

Auto-Tune-Version
0.13.0 etc.

Additional context
Add any other context about the problem here (logs, plugins, etc.)

[BUG] Cannot use JDK 16 on Auto-Tune 0.2.4 and 0.3.0-pre-release-3

Describe the bug
Auto-Tune fails to load on startup with a java.lang.reflect.InaccessibleObjectException error if JDK 16 is used.

To Reproduce
Steps to reproduce the behavior:

  1. Add either 0.2.4 or 0.3.0-pre-release.3 of Auto-Tune to your server
  2. Install JDK 16
  3. Attempt to launch and check console output

Expected behavior
Auto-Tune to launch properly with JDK 16.

Screenshots

[02:30:36 WARN]: [[AUTO-TUNE]] [AUTO-TUNE]: Please leave a positive review for Auto-Tune on our spigot page: https://spigotmc.org/resources/auto-tune.85715
[02:30:36 WARN]: [[AUTO-TUNE]] [AUTO-TUNE]: Please donate here if you enjoy the plugin: https://www.patreon.com/Unprotesting
[02:30:36 WARN]: [[AUTO-TUNE]] [AUTO-TUNE]: Using default Auto-Tune 'shops.yml' file
[02:30:36 ERROR]: Error occurred while enabling Auto-Tune v0.13.0-pre-release-3 (Is it up to date?)
java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.concurrent.locks.ReentrantLock$Sync java.util.concurrent.locks.ReentrantLock.sync accessible: module java.base does not "opens java.util.concurrent.locks" to unnamed module @7618f22d
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible(Unknown Source) ~[?:?]
        at java.lang.reflect.Field.checkCanSetAccessible(Unknown Source) ~[?:?]
        at java.lang.reflect.Field.setAccessible(Unknown Source) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerPojo$FieldInfo.<init>(ElsaSerializerPojo.java:247) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerPojo.classInfoDeserialize(ElsaSerializerPojo.java:98) ~[?:?]
        at org.mapdb.DB$classInfoSerializer$1.deserialize(DB.kt:241) ~[?:?]
        at org.mapdb.DB$classInfoSerializer$1.deserialize(DB.kt:231) ~[?:?]
        at org.mapdb.StoreDirectAbstract.deserialize(StoreDirectAbstract.kt:229) ~[?:?]
        at org.mapdb.StoreDirect.get(StoreDirect.kt:546) ~[?:?]
        at org.mapdb.DB.loadClassInfos(DB.kt:331) ~[?:?]
        at org.mapdb.DB.access$loadClassInfos(DB.kt:32) ~[?:?]
        at org.mapdb.DB$elsaSerializer$4.getClassInfo(DB.kt:210) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerPojo.getClassInfo(ElsaSerializerPojo.java:119) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerPojo.deserializeUnknownHeader(ElsaSerializerPojo.java:521) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerBase.deserialize(ElsaSerializerBase.java:1493) ~[?:?]
        at org.mapdb.elsa.ElsaSerializerBase.deserialize(ElsaSerializerBase.java:1479) ~[?:?]
        at org.mapdb.DB$defaultSerializer$1.deserialize(DB.kt:221) ~[?:?]
        at org.mapdb.StoreDirectAbstract.deserialize(StoreDirectAbstract.kt:229) ~[?:?]
        at org.mapdb.StoreDirect.get(StoreDirect.kt:527) ~[?:?]
        at org.mapdb.HTreeMap.valueUnwrap(HTreeMap.kt:1198) ~[?:?]
        at org.mapdb.HTreeMap.getprotected(HTreeMap.kt:644) ~[?:?]
        at org.mapdb.HTreeMap.containsKey(HTreeMap.kt:584) ~[?:?]
        at unprotesting.com.github.Main.loadShopData(Main.java:647) ~[?:?]
        at unprotesting.com.github.Main.onEnable(Main.java:251) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-669]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-669]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-669]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-669]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-669]
        at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:592) ~[patched_1.16.5.jar:git-Paper-669]
        at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:281) ~[patched_1.16.5.jar:git-Paper-669]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1066) ~[patched_1.16.5.jar:git-Paper-669]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290) ~[patched_1.16.5.jar:git-Paper-669]
        at java.lang.Thread.run(Unknown Source) [?:?]
[02:30:36 INFO]: [[AUTO-TUNE]] Disabling Auto-Tune v0.13.0-pre-release-3
[02:30:37 INFO]: [Auto-Tune] Disabled Version 0.13.0-pre-release-3

Minecraft Server Version
1.16.5

Plugin List
AdvancedNMotd, Auto-Tune, AutoRestart*, ClearLag, DiscordSRV, dynmap*, Dynmap-Towny, Essentials, EssentialsGeoIP, EssentialsSpawn, FastLeafDecay, LogBlock, LuckPerms, PlaceholderAPI, ProtocolLib, QuickShop, Sleep, Towny, TownyChat, Vault, WorldBorder, WorldEdit

Additional context
Paper will require JDK 16 for Minecraft 1.17 and warns me to update ASAP. Auto-Tune currently works fine on JDK 11.

[BUG] Plugin dont load properly in Arcligth

Describe the bug
When I run the /plugins command, it appears to me that it has loaded perfectly, in green color.
It even detects the commands but they don't do anything when I execute them.
I don't get any error in console when executing any command of the plugin either.
Steps To Reproduce

  1. instal the plugin
  2. run the server
  3. try to open a /shop ores

Expected behavior
A clear and concise description of what you expected to happen.

Minecraft Server Version
1.18.2 etc.

Auto-Tune-Version
0.14.0-pre-release

Additional context
**LOG:**https://pastebin.com/rJn87gdz
Plugins (12): ArclightPatcher, LuckPerms, NBTAPI, Vault, Auto-Tune, PlaceholderAPI, Core, ProtocolLib, Bank, HolographicDisplays, XConomy, BetonQuest

[BUG] buying/selling produces error

Describe the bug
People are unable to buy and sell items, as the plugin doesn't register clicking on an item right (based on the error). The error spits the following in console: https://bin.bloom.host/ugufanilum.properties.

To Reproduce
Steps to reproduce the behavior:

  1. do /at shop
  2. Click on any category and item.
  3. Try to buy/sell it
  4. See error (in console). For the player it seems like he didn't click on anything

Expected behavior
People would be able to buy and sell stuff.

**Minecraft Server Version
1.16.5, PaperMC

**Plugin List
https://file.coffee/u/k4dGKUn5BF.png

Additional context
Add any other context about the problem here.

API issues

Has this API reached its limit? How to get this API?
image

Changes to prices change shop.yml

Such as when the price of an item goes down, it also changes the price in shop.yml. This can be toggled on or off in config I would just really like this to easily nerf the price of a group or just one item instead of constantly having to check the shop for it.

[BUG] Sell description mismatch goods amount

To Reproduce
you have 1 coal and click sell 64 coal
you will get message with Sold * 64 for $912 but receive only $14.25

Screenshots
image
image

Minecraft Server Version
1.18.1 paper

Auto-Tune-Version
0.13.0 etc.

Plugin List
Essentials, Vault etc.
image

Error - last build

Server: git-Paper-100 (MC: 1.17.1)
Auto-tune: last build 13:59 13/07/2021 (GMT).

Problem with automatic and forced price updates.

[17:11:23] [Server thread/INFO]: Uran234 issued server command: /at update
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!
[17:11:26] [Craft Scheduler Thread - 85/INFO]: Auto-Tune-ERROR: Auto-Tune failed to cache data for a transaction!

Send translated material to player

So far,you have done with message file.But that's not enough,Making material translateable will be awesome.
You can use LocaleLib to do it.
Just shade it into your jar as it was lisenced by MIT.

[BUG] AutoSell deleting items

Describe the bug
A clear and concise description of what the bug is.
I've noticed if you toggle autosell while out of "sells" for an item, it will remove all but one stack of that item but not actually sell them (give you money), and autosell in general seems to be deleting items when out of "sells".

Additionally, AutoSell spams chat with out of "sells" message
EDIT: Autosell also keeps turning itself back on after restarts

I think the bug comes from deleting items, then checking if you have "sells", then returning them if not, the check should be done before deleting, because when giving the player more than 64, it will only give a max of 64.

Minecraft Server Version
1.18.1

Auto-Tune-Version
0.13.0

[BUG]

Latest plugin auto-tune-0.12.1.jar
Latest versions of Vault and Ultimate-Economy installed & working

[27.12 17:08:38] [Server] [Server thread/INFO]: [[AUTO-TUNE]] Enabling Auto-Tune v0.12.1 [27.12 17:08:38] [Server] [Server thread/ERROR]: Disabled Auto-Tune due to no Vault dependency found! Please make sure Vault and another economy plugin, such as EssentialsX is installed! [27.12 17:08:38] [Server] [Server thread/INFO]: [[AUTO-TUNE]] Disabling Auto-Tune v0.12.1 [27.12 17:08:38] [Server] [Server thread/ERROR]: Error occurred while disabling Auto-Tune v0.12.1 (Is it up to date?) [27.12 17:08:38] [Server] java.lang.NullPointerExceptionnull [27.12 17:08:38] [Server] at unprotesting.com.github.Main.closeDataFiles(Main.java:483) ~[?:?] [27.12 17:08:38] [Server] at unprotesting.com.github.Main.onDisable(Main.java:189) ~[?:?] [27.12 17:08:38] [Server] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:376) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:501) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at unprotesting.com.github.Main.onEnable(Main.java:209) ~[?:?] [27.12 17:08:38] [Server] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:494) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:408) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:435) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:216) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:808) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.3.jar:git-Spigot-57bbdd8-dea4138] [27.12 17:08:38] [Server] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]

Max sell/buy does not show up on the GUI

The Max sell/buy no longer shows up in the shop GUI when compiling the plugin against the lasted code

This is most likely due to the latest commit:
if (Config.isDisableMaxBuysSells()){ list.add(ChatColor.WHITE + "Remaining Buys: " + ChatColor.GRAY + Main.getCache().getBuysLeft(s_item, player)); list.add(ChatColor.WHITE + "Remaining Sells: " + ChatColor.GRAY + Main.getCache().getSellsLeft(s_item, player)); }
Which disables this section when enabling "DisableMaxBuysSells", and enables this section when disabling "DisableMaxBuysSells"

Sample fix would to invert this, by using if (!Config.isDisableMaxBuysSells())

[BUG]

[08:39:23 INFO]: Fandorin issued server command: /at decrease Prismarin 30
[08:39:23 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'at' in plugin Auto-Tune v0.13.0-pre-release-4
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[mainsrv.jar:git-Purpur-1042]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[mainsrv.jar:git-Purpur-1042]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:810) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2286) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2101) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2054) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1326) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1319) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1295) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1139) ~[mainsrv.jar:git-Purpur-1042]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[mainsrv.jar:git-Purpur-1042]
at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Double.doubleValue()" because "price" is null
at unprotesting.com.github.util.InflationEventHandler.decreaseItemPrice(InflationEventHandler.java:44) ~[?:?]
at unprotesting.com.github.Commands.AutoTuneCommand.onCommand(AutoTuneCommand.java:124) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[mainsrv.jar:git-Purpur-1042]
... 19 more

Auto sell enchant

An enchant you can add to tools that make it so whenever you break an item that corresponds to that tool (such as crops for a hoe) it will automatically sell in chat. This enchant should be able to be disabled or enabled in config.

[BUG] Error in task 15

Describe the bug
Crash / Error in Task 15

To Reproduce
I don't know how can this be reproduced, it appeared from nowhere.

Error
02.12 00:06:24 [Server] WARN [[AUTO-TUNE]] Plugin Auto-Tune v0.13.0 generated an exception while executing task 15 02.12 00:06:24 [Server] INFO java.lang.NullPointerException: Cannot invoke "org.bukkit.configuration.ConfigurationSection.getBoolean(String)" because the return value of "org.bukkit.configuration.ConfigurationSection.getConfigurationSection(String)" is null 02.12 00:06:24 [Server] INFO at unprotesting.com.github.events.async.PriceUpdateEvent.updateItems(PriceUpdateEvent.java:57) ~[Auto-Tune-0.13.0.jar:?] 02.12 00:06:24 [Server] INFO at unprotesting.com.github.events.async.PriceUpdateEvent.calculateAndLoad(PriceUpdateEvent.java:42) ~[Auto-Tune-0.13.0.jar:?] 02.12 00:06:24 [Server] INFO at unprotesting.com.github.events.async.PriceUpdateEvent.<init>(PriceUpdateEvent.java:30) ~[Auto-Tune-0.13.0.jar:?] 02.12 00:06:24 [Server] INFO at unprotesting.com.github.Main.lambda$setupEvents$2(Main.java:165) ~[Auto-Tune-0.13.0.jar:?] 02.12 00:06:24 [Server] INFO at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.17.1.jar:git-Paper-377] 02.12 00:06:24 [Server] INFO at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[patched_1.17.1.jar:git-Paper-377] 02.12 00:06:24 [Server] INFO at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.17.1.jar:git-Paper-377] 02.12 00:06:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] 02.12 00:06:24 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] 02.12 00:06:24 [Server] INFO at java.lang.Thread.run(Thread.java:833) ~[?:?]

Minecraft Server Version
1.17

Plugin List
Essentials, Vault

[BUG] /loan is utterly broken

Describe the bug
A clear and concise description of what the bug is.

  • Can /loan negative amounts
  • /loan only accounts for value of current loan when determining if bal-loan>1000.
  • If a player with a loan is offline, /loan doesn't open the menu.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '....'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error
  • Server: WarWings.minehut.gg is experiencing all these issues.

Expected behavior
A clear and concise description of what you expected to happen.

  • Not be able to loan negative amounts
  • Be able to check current loans
  • Not have outstanding loans greater than current balance.

Screenshots
If applicable, add screenshots to help explain your problem.

**Minecraft Server Version
1.17

Additional context
Add any other context about the problem here.

I deactivate max sell and max buy bug

hello I report a bug when I deactivate max sell and max buy I can no longer buy but open the menu

[21:38:48] [Server thread/ERROR]: [[AUTO-TUNE]] Exception while handling click event in inventory 'Shop', slot=10, item=EMERALD_ORE
java.lang.NullPointerException: null
	at unprotesting.com.github.Commands.AutoTuneGUIShopUserCommand.lambda$4(AutoTuneGUIShopUserCommand.java:251) ~[?:?]
	at com.github.stefvanschie.inventoryframework.GuiItem.callAction(GuiItem.java:134) ~[?:?]
	at com.github.stefvanschie.inventoryframework.pane.OutlinePane.click(OutlinePane.java:244) ~[?:?]
	at com.github.stefvanschie.inventoryframework.GuiListener.onInventoryClick(GuiListener.java:72) ~[?:?]
	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor393.execute(Unknown Source) ~[?:?]
	at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.2.jar:git-Paper-189]
	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.2.jar:git-Paper-189]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.2.jar:git-Paper-189]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:2427) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.2.jar:git-Paper-189]
	at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.2.jar:git-Paper-189]
	at java.lang.Thread.run(Thread.java:834) [?:?]

thank

Illegal enchants.

You can enchant swords with sharpness 5 and smite 5 and bane of arthropods and other stuff you normally can't.

Auto Sell Chests.

Ability to place down a chest that whenever an item is placed into it, it automatically sells.

You could add a cooldown to this and have it announce to players or logs whenever an item is sold that could be enabled or disabled.

Also, you can have hoppers be able to put items in it that also sell, creating better farms.

[BUG] Custom currencies are not used throughout the entire plugin

Describe the bug
Despite setting currency-symbol in the config.yml file, dollars are still displayed in many locations of the plugin.

To Reproduce

  1. Set currency-symbol in the config.yml, I used £.
  2. Execute /shop.
  3. Click a shop category.
  4. Click a type of block.
  5. When hovering over blocks to check their prices, you will see dollars used instead of the currency-symbol value set in the config.
  6. Next, type /trade.
  7. Click on one of the web links displayed in chat.
  8. The chart uses dollars instead of the custom currency symbol.

Expected behaviour
The symbol set under currency-symbol should be used throughout the entire plugin.

Screenshots
image
image

**Minecraft Server Version
1.16.5

**Plugin List
Essentials, Vault, Auto-Tune

Missing explcicit license

There is currently no explicit license, which especially on Github can be problematic and even more so thanks to bukkit's license which makes matters even more complicated, I recommend you to set the license explicitly as otherwise potential contributors may not know what they can do with the application and source. It also becomes a legal pain as the bukkit-api is licensed under the GPL which technically forces any Deriviates to be GPL (not a lawyer speaking though) which means the implied all rights reserved points back to GPL, which according to #6 you may not want to perform (GPL forces a work to be open sourced).

[BUG]

Describe the bug
A clear and concise description of what the bug is.

Steps To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Minecraft Server Version
1.19 etc.

Auto-Tune-Version
0.14.0 etc.

Additional context
Add any other context about the problem here (logs, plugins, etc.)
[23:01:40] [Server thread/ERROR]: [Auto-Tune] Exception while handling click event in inventory 'Shop', slot=28, item=ENCHANTED_BOOK
java.lang.IllegalArgumentException: Specified enchantment cannot be applied to this itemstack
at org.bukkit.inventory.ItemStack.addEnchantment(ItemStack.java:401) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at unprotesting.com.github.data.PurchaseUtil.enchant(PurchaseUtil.java:269) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.data.PurchaseUtil.purchaseItem(PurchaseUtil.java:65) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.commands.ShopCommand.lambda$getPurchasePane$1(ShopCommand.java:105) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.GuiItem.callAction(GuiItem.java:129) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.pane.OutlinePane.click(OutlinePane.java:247) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.InventoryComponent.click(InventoryComponent.java:203) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.type.ChestGui.click(ChestGui.java:128) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.GuiListener.onInventoryClick(GuiListener.java:66) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1255.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:git-Paper-52]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:664) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:3047) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:58) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:23) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1358) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1335) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1406) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1187) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-52]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:01:40] [Server thread/ERROR]: [Auto-Tune] Exception while handling click event in inventory 'Shop', slot=28, item=ENCHANTED_BOOK
java.lang.IllegalArgumentException: Specified enchantment cannot be applied to this itemstack
at org.bukkit.inventory.ItemStack.addEnchantment(ItemStack.java:401) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at unprotesting.com.github.data.PurchaseUtil.enchant(PurchaseUtil.java:269) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.data.PurchaseUtil.purchaseItem(PurchaseUtil.java:65) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.commands.ShopCommand.lambda$getPurchasePane$1(ShopCommand.java:105) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.GuiItem.callAction(GuiItem.java:129) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.pane.OutlinePane.click(OutlinePane.java:247) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.InventoryComponent.click(InventoryComponent.java:203) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.type.ChestGui.click(ChestGui.java:128) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at unprotesting.com.github.inventoryframework.gui.GuiListener.onInventoryClick(GuiListener.java:66) ~[Auto-Tune-0.14.0-pre-release.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1255.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:git-Paper-52]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:664) ~[paper-api-1.19-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:3047) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:58) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:23) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1358) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1335) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1406) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1187) ~[paper-1.19.jar:git-Paper-52]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) ~[paper-1.19.jar:git-Paper-52]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

Request of feature

I would like to make sure players cant sell items when they are in creative worlds. Is there a way to do this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.