OpenWorld
OpenWorld is a simple and lightweight Minecraft plugin that allows server owners to control access to specific worlds and display a message when a world is not yet available.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
OpenWorld
🌍 OpenWorld
OpenWorld — это простой и лёгкий плагин для управления доступом к мирам на сервере Minecraft. Он позволяет открывать и закрывать отдельные миры, а также выводить кастомное сообщение игроку при попытке входа в закрытую локацию.
Плагин идеально подходит для серверов с прогрессией, RPG-механиками или постепенным открытием новых измерений.
⚙️ Основные возможности:
- 🌍 Управление доступом к мирам (open / closed) - 🚫 Блокировка входа в закрытые миры - 💬 Кастомное сообщение при попытке входа - ⚡ Простая настройка через конфиг - 🔄 Перезагрузка плагина без перезапуска сервера
🧭 Команды:
> /openworld open <world> — открыть доступ к миру > > /openworld closed <world> — закрыть доступ к миру > > /openworld reload — перезагрузить конфигурацию плагина
🧾 Конфигурация
🌍 Управление мирами:
В конфиге можно вручную задавать, какие миры открыты или закрыты по умолчанию:
``` worlds: world: true world_nether: true world_the_end: true ```
true — мир открыт false — мир закрыт
💬 Сообщение игроку при входе в закрытый мир:
В файле messages можно настроить кастомное сообщение, которое будет показываться игроку при попытке зайти в закрытый мир:
``` title: "" subtitle: "&cЭтот мир еще закрыт :)" ```
title — главный заголовок (можно оставить пустым) subtitle — сообщение, отображаемое игроку
🎮 Для кого подходит:
- RPG и прогрессия-серверы - Серверы с открытием новых миров - Выживание с ограничениями доступа - Ивентные и сезонные режимы
🚀 Простота и контроль
OpenWorld даёт полный контроль над доступом к мирам без лишней сложности — просто настрой, закрой или открой мир и управляй прогрессией игроков в пару команд.
🌍 OpenWorld — World Access Control Plugin
OpenWorld is a simple and lightweight Minecraft plugin that allows you to manage access to different worlds on your server. You can easily lock or unlock worlds and display a custom message when a player tries to enter a restricted world.
Perfect for progression-based servers, RPG gameplay, or servers that unlock new dimensions over time.
⚙️ Features:
- 🌍 Lock and unlock worlds easily - 🚫 Prevent players from entering closed worlds - 💬 Custom message when a world is locked - ⚡ Simple and lightweight configuration - 🔄 Reload plugin without restarting the server
🧭 Commands:
> /openworld open <world> — open access to a world > /openworld closed <world> — close access to a world > /openworld reload — reload the plugin configuration
🧾 Configuration
🌍 World access settings:
You can manually define which worlds are open or closed by default in the config file:
``` worlds: world: true world_nether: true world_the_end: true ```
true — world is accessible false — world is locked
💬 Custom messages
You can fully customize the message shown to players when they try to enter a locked world. This is configured in the messages file:
``` title: "" subtitle: "&cThis world is still locked :)" ```
title — main title (can be left empty) subtitle — subtitle message shown to the player
🎮 Perfect for:
- RPG and progression servers - Servers with unlockable worlds - Survival servers with progression systems - Event or seasonal game modes
🚀 Simple, clean, and powerful
OpenWorld gives you full control over world access with an easy-to-use system — just configure, lock or unlock worlds, and manage player progression effortlessly.