xDay

⭐ — (2 endorsements) 📥 432 downloads 📌 v1.0.5 📅 9/15/2025
🟡 Updated this year

By jn_willfrydev · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 11/29/2025 📅 Created: 9/15/2025

🔍 Analysis

  • 🏆 #1157 of 1452 bukkit mods in this game by downloads

📋 About This Mod

!(https://cdn.modrinth.com/data/cached_images/3a2a49d68ed0e198a689293165288602c47feb3b.jpeg)Total ## xDay Time & Weather Control per World

Summary (Short Description) Independently control the time and weather of each world. Set worlds to always be day, always night, rain-free, and customize all messages with full HEX color support!

Body (Full Description) Tired of unpredictable weather in your lobby? Want to create a mining world that's perpetually dark and storm-free? xDay is the definitive solution. This extremely lightweight and efficient plugin gives you absolute control over the day-night cycle and the weather, all on a per-world basis.

Its intuitive configuration and total message customization make it an essential tool for any server type, from Survival to minigames.

✨ Key Features ✅ Total Per-World Control: The main event! Assign a fixed time and weather to specific worlds (world, world_nether, lobby, etc.) and let the rest run normally.

⚙️ Simple & Intuitive Configuration: Everything is managed from a very easy-to-understand config.yml file. No complex in-game commands needed!

🎨 100% Customizable Messages: Edit every plugin message from messages.yml. Full support for classic Minecraft color codes (&a) and HEX color codes (<#FF5733>) for unique color palettes!

📖 Dynamic Help Menu: Add or remove lines from the help menu directly in the messages.yml file. Tailor the help message to your server!

🚀 Lightweight & High-Performance: Designed to be as efficient as possible, with no impact on your server's performance.

🤝 Developer API: Includes a simple API for other plugins to hook into xDay and get a world's configuration.

⌨️ Command Tab-Completion: The /xday help and /xday reload commands have tab completion for faster use.

🔧 Configuration The plugin generates two configuration files in the /plugins/xDay/ folder.

config.yml ```yaml # _________ _____.__ # \_ ___ \ ____ _____/ ____\__| ____ # / \ \/ / _ \ / \ __\| |/ ___\ # \ \___( <_> ) | \ | | / /_/ > # \______ /\____/|___| /__| |__\___ / # \/ \/ /_____/ # Hecho con amor por 777 Studios - xPlugins

# Configuración por defecto para mundos que no estén en la lista de abajo. default-settings: lock-weather: 'disabled' # Opciones: 'clear', 'rain', 'disabled' set-time: 'disabled' # Opciones: 'day', 'noon', 'night', 'disabled', o un número (0-24000)

# Configuración para mundos específicos. worlds: # Mundo principal normal world: lock-weather: 'clear' set-time: 'day'

# Mundo del Nether world_nether: lock-weather: 'disabled' set-time: 'disabled'

# Mundo del End world_the_end: lock-weather: 'disabled' set-time: 'disabled'

# Ejemplo para un mundo de minería donde siempre es de noche: # minas: # lock-weather: 'clear' # set-time: 'night' ```

Messanges: ```yaml # _____ ____ ____ ___________ |__| ____ ______ # / \_/ __ \ / \ / ___/\__ \ | |/ __ \ / ___/ # | Y Y \ ___/| | \\___ \ / __ \_ | \ ___/ \___ \ # |__|_| /\___ >___| /____ >(____ /\__| |\___ >____ > # Hecho con amor por 777 Studios - xPlugins # Usa colores HEX (<#RRGGBB>) o de Minecraft (&a, &b, etc.)

prefix: "<#FFB347> "

reload: "<#77DD77>¡La configuración y los mensajes han sido recargados!" no-permission: "<#FF6961>No tienes permiso para ejecutar este comando." help-message: - "&7-----------------&f Ayuda de <#FFB347>xDay &7--------------------" - '' - "<#AEC6CF> /xday help <#878787>➛&f Muestra este mensaje de ayuda." - "<#AEC6CF> /xday reload <#878787>➛&f Recarga la configuración del plugin." - "" - "<#C3B1E1>💕 Plugin creado por WillfryDev. 💕" - '' - "&7---------------------------------------" ``` 💻 Commands & Permissions /xday help (Alias: /xd)

Description: Displays the configurable help menu.

Permission: xday.help (granted to all by default).

/xday reload

Description: Reloads the config.yml and messages.yml files without a server restart.

Permission: xday.reload (granted to OPs by)

!(https://bstats.org/plugin/bukkit/xDay/27310)

📘 For Developers (API)

xDay includes a static API to make integration with other plugins easy.

1. Add softdepend to your plugin.yml:

softdepend: 2. Access the API in your code:

// Check if xDay is on the server if (getServer().getPluginManager().getPlugin("xDay") != null) { // Get the API instance jn.willfrydev.xday.api.xDayAPI api = jn.willfrydev.xday.xDay.getApi(); // Example Usage World lobbyWorld = Bukkit.getWorld("lobby"); if (lobbyWorld != null) { String weather = api.getLockedWeather(lobbyWorld); // Returns "clear", "rain", or "disabled" String time = api.getLockedTime(lobbyWorld); // Returns "day", "night", etc. System.out.println("The weather in the lobby is locked to: " + weather)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
jn_willfrydev
Version
1.0.5
Downloads
432
Endorsements
2
Category
bukkit
Created
9/15/2025
Updated
11/29/2025
Game Versions
1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
Tags
game-mechanics, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does xDay support?

The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.

What is the latest version of xDay?

Version 1.0.5, published 2025-11-29 with 432 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by jn_willfrydev 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods