Paper
Paper copied to clipboard
Manual world saving warning even when saving is disabled
Expected behavior
If automatic saving was disabled using the command /save-off, manual saving via plugin should not print a warning.
Observed/Actual behavior
Steps/models to reproduce
- /save-off
- perform a manual world save using a plugin
Plugin and Datapack List
plugins [09:46:38 INFO]: Server Plugins (13): [09:46:38 INFO]: Paper Plugins: [09:46:38 INFO]: - Commander, CreativeUtilities, goPaintAdvanced, Tweaks, Worlds [09:46:38 INFO]: Bukkit Plugins: [09:46:38 INFO]: - EasyArmorStands, FastAsyncVoxelSniper, FastAsyncWorldEdit, goBrush, LuckPerms, NoisyPatterns, Skulls, WorldEditSUI
datapack list [09:46:49 INFO]: There are 3 data pack(s) enabled: [vanilla (built-in)], [file/bukkit (world)], [paper (built-in)] [09:46:49 INFO]: There are no more data packs available
Paper version
version [09:46:56 INFO]: Checking version, please wait... [09:46:56 INFO]: This server is running Paper version 1.21-124-master@df3b654 (2024-08-02T00:02:38Z) (Implementing API version 1.21-R0.1-SNAPSHOT) You are running the latest version Previous version: 1.21-109-5a5035b (MC: 1.21)
Other
No response
perform a manual world save using a plugin Please elaborate what methods said plugin is calling.
save-off is not something that is generally considered supported. The only part of the warning which isn't accurate is the auto-save part, but, in so much as that auto-save is intended to temporarily disable saving so that backups, etc, can be performed. This WILL impact performance.
Please elaborate what methods said plugin is calling.
World#save
can i work on this issue
resolved by #12088