https://github.com/wode490390/worldreset
WorldReset plugin for Nukkit
https://github.com/wode490390/worldreset
auto minecraft nukkit oam plugin reset
Last synced: 7 months ago
JSON representation
WorldReset plugin for Nukkit
- Host: GitHub
- URL: https://github.com/wode490390/worldreset
- Owner: wode490390
- License: gpl-3.0
- Created: 2019-01-09T06:52:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T13:53:29.000Z (over 5 years ago)
- Last Synced: 2025-01-26T10:07:51.767Z (8 months ago)
- Topics: auto, minecraft, nukkit, oam, plugin, reset
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# World Reset for Nukkit
[](https://circleci.com/gh/wode490390/WorldReset/tree/master)
[](https://github.com/wode490390/WorldReset/releases)
[](https://github.com/wode490390/WorldReset/releases)
[](https://www.mcbbs.net/thread-819930-1-1.html "世界重置")This plugin is used to automatically reset worlds. You can also use command to reset worlds.
If you found any bugs or have any suggestions, please open an issue on [GitHub Issues](https://github.com/wode490390/WorldReset/issues).
If you love this plugin, please star it on [GitHub](https://github.com/wode490390/WorldReset).
## Download
- [Releases](https://github.com/wode490390/WorldReset/releases)
- [Snapshots](https://circleci.com/gh/wode490390/WorldReset)## Commands
| Command | Alias | Permission | Description | Default |
| - | - | - | - | - |
| /worldreset \ [keepSeed] [keepRules] | `/wr` | worldreset.command | Resets a world | OP |## Configurations
### config.yml
```yaml
worlds:
# world name
example_world1:
# default is 10080 minutes (7 days)
period: 10080
keep-seed: false
keep-gamerule: true
example_world2:
period: 10080
keep-seed: false
keep-gamerule: true
```## Compiling
1. Install [Maven](https://maven.apache.org/).
2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.## Metrics Collection
This plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit) - you can opt out using the global bStats config, see the [official website](https://bstats.org/getting-started) for more details.
###### If I have any grammar and terms error, please correct my wrong :)