-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add spawn message to auto respawn. #5283
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sort the imports in alphabetical order
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use tick delays instead of a separate thread
Imports are sorted in alphabetical order now
if (respawnTimer <= respawnMessageDelay.get()) return; | ||
respawning = false; | ||
|
||
info("Sending message '"+respawnMessage.get()+"'"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
info("Sending message '%s'", respawnMessage.get());
Type of change
Description
Adds a setting to Auto Respawn that sends a message or command upon respawning.
Related issues
#5268
How Has This Been Tested?
Video demo (420p to fit on github)
https://github.com/user-attachments/assets/b1db29ff-6ac5-4282-9add-6c715860a099
Checklist: