Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugojosefson/minecraft-worldrescue
Standing on the shoulders of WorldRebuild (backup plugin for Minecraft/Bukkit)
https://github.com/hugojosefson/minecraft-worldrescue
backup bukkit minecraft plugin worldrebuild
Last synced: 5 days ago
JSON representation
Standing on the shoulders of WorldRebuild (backup plugin for Minecraft/Bukkit)
- Host: GitHub
- URL: https://github.com/hugojosefson/minecraft-worldrescue
- Owner: hugojosefson
- License: gpl-3.0
- Created: 2021-02-21T23:48:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T06:22:27.000Z (4 months ago)
- Last Synced: 2024-12-04T18:20:42.920Z (2 months ago)
- Topics: backup, bukkit, minecraft, plugin, worldrebuild
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/bukkit-plugins/worldrescue
- Size: 2.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WorldRescue
Plugin for Bukkit compatible Minecraft servers, to easily backup and restore your worlds.
This plugin now works with Minecraft API v1.16.
## Download
Download the latest release:
[WorldRescue.jar](https://github.com/hugojosefson/minecraft-worldrescue/releases/latest/download/WorldRescue.jar).## Credit
Based on the excellent [WorldRebuild](https://www.curseforge.com/minecraft/bukkit-plugins/worldrebuild) plugin from
2014, by _tobynextdoor_. I try to keep the same commands in WorldRescue, that were available in WorldRebuild. Even the
short-command `/wr` is the same, thanks to the similarity of the two plugins' names :)## TODO/TODONE
- [x] Download the `WordRebuild.jar` file, version 1.2.4 from 2014-FEB-18.
- [x] Decompile `WordRebuild.jar`.
- [x] Create `pom.xml`.
- [x] Update according to new APIs, so it compiles.
- [x] `java -jar WorldRebuild.jar` should output the version and some instructions.
- [x] `java -jar WorldRebuild.jar --version` should output the version.
- [x] Refactor a little, to acquaint myself with the code.
- [x] Declare `api-version: 1.16`. Bump plugin version to `2.0.0` because it's a breaking change according
to [semver](https://semver.org/).
- [x] Make IO code more stable.
- [ ] Upgrade implementations with Java 8 and Apache Commons libs.
- [x] Make sure it works in an up-to-date Spigot server.
- [ ] Make sure it works in an up-to-date Bukkit server.
- [x] Make sure it works in an up-to-date Paper server.
- [x] Get OK from the original author *tobynextdoor* of WorldRebuild, to go ahead and use their code as base.
- [x] Rename as different plugin: WorldRescue.
- [x] Make a first release.