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

ServerTickManager#requestGameToSprint - Silence command like feedback #12220

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ShaneBeee
Copy link
Contributor

@ShaneBeee ShaneBeee commented Mar 3, 2025

This PR aims to silence the feedback from server sprinting via the API.

When using the API to request the server to sprint:
https://jd.papermc.io/paper/1.21.4/org/bukkit/ServerTickManager.html#requestGameToSprint(int)

The tick manager still provides feedback as if the vanilla /tick sprint command were run:
Screenshot 2025-03-02 at 10 45 31 PM

When using the API to do this task, the server shouldn't be responding as if a command were run.

This has driven me nuts since Bukkit added this, I just kept forgetting to report it and/or actually do something about it.
But nows my chance.

One thing I did think was someone out there using this API might actually like this feedback?!?!?
So I was thinking, should I make another ServerTickManager#requestGameToSprint method with an option to silence?
Looking for feedback!

@ShaneBeee ShaneBeee requested a review from a team as a code owner March 3, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting review
Development

Successfully merging this pull request may close these issues.

3 participants