Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Cheu3172 opened this issue Sep 27, 2022 · 5 comments
Closed

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

Cheu3172 opened this issue Sep 27, 2022 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@Cheu3172
Copy link

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

https://pastebin.com/VZmE8Vdy

@Cheu3172 Cheu3172 added the bug Something isn't working label Sep 27, 2022
@Tenet70
Copy link

Tenet70 commented Sep 28, 2022

Exact same error here using latest purpur.

@CitizenPrayer
Copy link

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
Copy link
Collaborator

LoneDev6 commented Oct 11, 2022

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
Copy link

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
Copy link
Collaborator

LoneDev6 commented Oct 11, 2022

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

@PluginBugs PluginBugs locked as off-topic and limited conversation to collaborators Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants