[Feature request] Add get_world_autosave(string) and set_world_autosave(string, boolean)
Pieter12345 opened this issue ยท 1 comments
Feature request
I would like to have the following Bukkit API functions exposed to CH:
- https://hub.spigotmc.org/javadocs/spigot/org/bukkit/World.html#isAutoSave() as
get_world_autosave(string)
- https://hub.spigotmc.org/javadocs/spigot/org/bukkit/World.html#setAutoSave(boolean) as
set_world_autosave(string, boolean)
Feature applications
Example applications where these functions would be useful:
- Running custom autosaves while respecting autosave settings.
- Toggling autosave temporarily off while making (automated) backups of world files.
Added in 3db8290