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
xDay
PluginMIT

xDay

xDay - Total Time & Weather Control per World

226
Downloads
1
Followers
7 months ago
Updated
📦
6
Versions
game-mechanicsmanagementutilitybukkitpaperspigot
Download Latestv1.0.5View on Modrinth

📖About xDay

bannerTotal

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

#   _________                _____.__
#  \_   ___ \  ____   _____/ ____\__| ____
#  /    \  \/ /  _ \ /    \   __\|  |/ ___\
#  \     \___(  <_> )   |  \  |  |  / /_/  >
#   \______  /\____/|___|  /__|  |__\___  /
#        \/            \/        /_____/
#  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:

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

prefix: "<#FFB347> [xDay] "

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)

bstats

📘 For Developers (API)
xDay includes a static API to make integration with other plugins easy.

1. Add softdepend to your plugin.yml:

YAML

softdepend: [xDay]
2. Access the API in your code:

Java

// 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);
        
        // You can also force an update
        api.forceUpdate(lobbyWorld);
    }
}
</details>

Download xDay and take absolute control over your worlds' atmosphere!

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+37 more

🔗 Links

Modrinth Page