-
Notifications
You must be signed in to change notification settings - Fork 546
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
[Feature] Save Command (and tweaks to logging) #4167
base: master
Are you sure you want to change the base?
Conversation
Your Pull Request was automatically labelled as: "🎈 Feature" |
I made this PR in the span of like 5-10 minutes during class so I expect to change lots lol |
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.
review on the draft
src/main/java/io/github/thebusybiscuit/slimefun4/core/commands/subcommands/SaveCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.java
Outdated
Show resolved
Hide resolved
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/AutoSavingService.java
Outdated
Show resolved
Hide resolved
Slimefun preview buildA Slimefun preview build is available for testing! https://preview-builds.walshy.dev/download/Slimefun/4167/d2b119ca
|
Description
Having a save command has been a suggestion for a while and would be useful to server owners/administrators.
Proposed changes
Checklist
Nonnull
andNullable
annotations to my methods to indicate their behaviour for null values