PluginBugs / Issues-ServerBooster

Repository used to keep track of issues of my plugin ServerBooster
2 stars 0 forks source link

[BUG] Console Spam Task #71 for ServerBooster v1.1.3 #62

Closed Cheu3172 closed 2 years ago

Cheu3172 commented 2 years ago

Constant spamming of the console, Minecraft-version 1.19.2; PurpurMc.

https://pastebin.com/VZmE8Vdy

Tenet70 commented 2 years ago

Exact same error here using latest purpur.

CitizenPrayer commented 2 years ago

I'm experiencing a similar error. Every time I've seen this error on this GitHub page the Dev has suggested downloading the latest Paper/PurperMC version, and that solves it.

Can I dare to say, Dev, fix your code, please. Having the latest and greatest version of someone else's software shouldn't break your code, and if it does, it's because your code is too strictly structuring itself. (i.e. it doesn't make sense that someone else's update should ruin your code. If it worked on the previous version, and they merely updated their versioning, then you fix you)

LoneDev6 commented 2 years ago

Can I dare to say, Dev, fix your code, please. Having the latest and greatest version of someone else's software shouldn't break your code, and if it does, it's because your code is too strictly structuring itself.

This is not how it works. The game structure changes a lot between updates, it's impossible to make the plugin automatically magically work on every future version without updating it.

CitizenPrayer commented 2 years ago

I would beg to differ; however, that's aside from the point. I'm on the latest and greatest version of PaperMC, which has been your recommendation repeatedly, and yet your plugin still throws consistent errors, repeatedly and continuously until I disable it.

LoneDev6 commented 2 years ago

yet your plugin still throws consistent error

Make a new issue report and post them. The plugin was currently tested on 1.19.2 Paper and works fine. I have no way to read your logs nor to know the errors you're getting.

I would beg to differ;

This plugin uses internal Minecraft code which changes a lot during updates. The code cannot magically work automatically on each game build, I need always to check what changed between versions and update accordingly.

The plugin has an implementation for each one of the Minecraft versions available. Do you really think that there is a single magical code which can work on any version? I have to code the plugin for each version of the game.

image

Anyway if you're not satisfied with how I manage my plugin you can ask for a refund and look for an alternative. Have a nice day