Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.64 KB

File metadata and controls

36 lines (30 loc) · 1.64 KB
title Rift World Manager
description Safe world creation, import, lifecycle, quarantine, restore, and teleport management
published true
date 2026-08-28 00:00:00 UTC
tags rift, world-management, bukkit, paper, folia
editor markdown
dateCreated 2026-08-27 00:00:00 UTC

Rift manages Bukkit worlds through public APIs, validated TOML profiles, and recoverable lifecycle operations. The 3.0 rebuild uses Java 17 bytecode, contains no CraftBukkit or NMS binding, and replaces direct deletion with a confirmed quarantine-and-restore flow.

Version 3.0.0
Compiled API range Spigot 1.20.1 through 26.2
Plugin bytecode Java 17
Server Java The Java version required by the selected server, at least Java 17
Command /rift (/rft)
Storage TOML configuration, profiles, and quarantine manifests
Folia Loads safely; dynamic world create/load/unload operations are gated

Start here

Support and source