Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Karta WorldReset
PluginGPL-3.0-only

Karta WorldReset

KartaWorldReset is a powerful, easy to use Minecraft plugin that automatically resets worlds on a customizable schedule, helping maintain a fresh and optimized gameplay environment for players.

270
Downloads
0
Followers
9 months ago
Updated
📦
1
Versions
game-mechanicsutilityworldgenpaperpurpurspigot
Download Latestv1.2.0-SNAPSHOTView on Modrinth

📖About Karta WorldReset

KartaWorldReset Plugin

KartaWorldReset is a powerful, easy-to-use Minecraft plugin that automatically resets worlds on a customizable schedule, helping maintain a fresh and optimized gameplay environment for players.

Features

  • Scheduled Resets: Configure worlds to reset daily, weekly, or monthly at a specific time.
  • Multi-world Support: Specify multiple worlds to be reset simultaneously.
  • Dynamic World Management: Add or remove worlds from the reset list directly via in-game commands.
  • Customizable Messages: Almost all plugin messages can be customized through the config.yml.
  • PlaceholderAPI Support: Display countdown timers and reset information on scoreboards, boss bars, and more.
  • Lobby System: Set a safe lobby world for players to be teleported to before a world reset occurs.
  • Permission-Based Commands: Fine-grained control over who can use administrative commands.

Commands

The main command is /kartaworldreset, which can be aliased with /kwr.

Command Description Permission
/kwr help Displays the help message. (none)
/kwr info Shows the time remaining until the next reset. (none)
/kwr info clock Shows the current system time. (none)
/kwr info setting Shows the current configuration settings. kartaworldreset.admin
/kwr info worldlist Shows the list of worlds to be reset. kartaworldreset.admin
/kwr reload Reloads the plugin's configuration file. kartaworldreset.admin
/kwr autogen Automatically generates the nextReset date. kartaworldreset.admin
/kwr addworld <world> Adds a world to the reset list. kartaworldreset.admin
/kwr removeworld <world> Removes a world from the reset list. kartaworldreset.admin
/kwr papi reload Reloads the PlaceholderAPI expansion. kartaworldreset.admin
/kwr reset Manually resets the worlds in the list. kartaworldreset.admin

Permissions

Permission Description
kartaworldreset.admin Grants access to all administrative commands.

PlaceholderAPI Placeholders

Placeholder Description
%kartaworldreset_normal% Shows the time left until the next reset in a long format (e.g., "1 week 2 days 3 hours").
%kartaworldreset_nextReset% Shows the exact date and time of the next reset.
%kartaworldreset_short% Shows the time left until the next reset in a short format (e.g., "dd:hh:mm:ss").

Configuration (config.yml)

The configuration is split into several sections.

Main Configuration

Config:
  # Set the reset frequency.
  # d = day, w = week, m = month
  every: 1w
  # Set the time of day for the reset (24-hour format).
  time: "00:00"

Save:
  # The date of the next reset.
  # Can be left null to be auto-generated on the first run.
  # Format: dd-MM-yyyy
  nextReset: null

Worlds:
  # A list of worlds to be reset.
  - your_world

Lobby:
  # The world to teleport players to before the reset.
  # Set to null to teleport players to their bed or the main world.
  - world

Message Customization

All user-facing messages can be customized in the Messages section. You can use standard Bukkit color codes (&a, &b, etc.).
New messages for the addworld and removeworld commands have been added.

Messages:
  reload: "&a[KartaWorldReset] Configuration reloaded!"
  autogen: "&a[KartaWorldReset] Autogen complete!"
  papi-reloaded: "&a[KartaWorldReset] PAPI Registered!"
  papi-failed: "&c[KartaWorldReset] PAPI Register is failed!"
  no-permission: "&cYou don't have permission to do that."
  world-list: "&eWorldlist : &f[%worlds%]"
  lobby: "&eLobby : &f%lobby%"
  world-added: "&aWorld %world% has been added to the list."
  world-removed: "&aWorld %world% has been removed from the list."
  world-already-exists: "&cWorld %world% is already in the list."
  world-not-found: "&cWorld %world% is not in the list."
  add-world-usage: "&cUsage: /kwr addworld <world>"
  remove-world-usage: "&cUsage: /kwr removeworld <world>"
  help:
    - "&eKartaWorldReset Plugin"
    - "&e[Usages]:"
    - "&f/kwr reload &7- &aReload config plugin (Admin)"
    - "&f/kwr autogen &7- &aAuto generate config (Admin)"
    - "&f/kwr addworld <world> &7- &aAdd world to reset list (Admin)"
    - "&f/kwr removeworld <world> &7- &aRemove world from reset list (Admin)"
    - "&f/kwr info &7- &aShow time left"

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page