Skip to content

wode490390/WorldReset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Reset for Nukkit

Build Release Release date MCBBS

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.

If you love this plugin, please star it on GitHub.

Download

Commands

Command Alias Permission Description Default
/worldreset <levelName> [keepSeed] [keepRules] /wr worldreset.command Resets a world OP

Configurations

config.yml

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.
  2. Run mvn clean package. The compiled JAR can be found in the target/ directory.

Metrics Collection

This plugin uses bStats - you can opt out using the global bStats config, see the official website for more details.

If I have any grammar and terms error, please correct my wrong :)