PearResourceWorld is a plugin that allows you to create a resource world with scheduled auto-resets. It includes a random teleport feature and supports Nether and End dimensions.

Warning:
World reset is a resource-intensive synchronous operation that causes a TPS drop. The plugin includes some features to mitigate this issue, such as the ability to perform the reset only when no players are online and the option to use preloaded maps. Loading an existing map is much faster than generating a new one.
Commands:
- /resourceworld - Teleport the player to the resource world
- /resourceworld spawn - Teleport the player to spawn world
Admin commands:
- /resourceworldadmin - Open the Admin GUI *NEW
- /resourceworldadmin tp [player] [dimension] - Teleport the specified player to the resource world dimension
- /resourceworldadmin tpspawn [player] - Teleport the specified player to spawn world
- /resourceworldadmin reset - Reset the resource world
- /resourceworldadmin kickall - Kick all players from resource world
- /resourceworldadmin list *NEW - Show all players in resource world
- /resourceworldadmin cleartpcooldown [player] *NEW - Clear player teleport cooldown
- /resourceworldadmin time - Show last and next reset time
- /resourceworldadmin help - Show help message
Signs:
Permissions:
Code (YAML):
pearresourceworld.admin:
description
: Allows admin command
default
: op
pearresourceworld.admin.tp:
description
: Allows admin TP subcommand
default
: op
pearresourceworld.admin.tpspawn:
description
: Allows admin TPSPAWN subcommand
default
: op
pearresourceworld.admin.reset:
description
: Allows admin RESET subcommand
default
: op
pearresourceworld.admin.kickall:
description
: Allows admin KICKALL subcommand
default
: op
pearresourceworld.admin.cleartpcooldown:
description
: Allows admin cleartpcooldown subcommand
default
: op
pearresourceworld.admin.time:
description
: Allows admin TIME subcommand
default
: op
pearresourceworld.tp:
description
: Allows resource world tp command
default
: true
pearresourceworld.tp.gui:
description
: Allows to use the player teleport GUI
default
: op
pearresourceworld.tp.spawn:
description
: Allows resource world SPAWN subcommand
default
: true
pearresourceworld.tp.delay.bypass:
description
: Allows to bypass teleport delay
default
: op
pearresourceworld.tp.cooldown.bypass:
description
: Allows to bypass teleport cooldown
default
: op
pearresourceworld.signs.create:
description
: Allows to create resource world signs
default
: op
pearresourceworld.signs.use:
description
: Allows to use resource world signs
default
: true
pearresourceworld.signs.break:
description
: Allows to break resource world signs
default
: op
See the documentation tab for more.