NightSkipper

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 150 downloads ๐Ÿ“Œ v1.4.0 ๐Ÿ“… 3/12/2026
๐ŸŸก Updated this year

By FlyAwayMaking ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/1/2026 ๐Ÿ“… Created: 3/12/2026

๐Ÿ” Analysis

  • ๐Ÿ† #59 of 383 adventure mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŒ™ NightSkipper โ€” Smart Night Skip for Minecraft **NightSkipper** is a lightweight and reliable plugin that automatically skips the night when a **configured percentage of players** in a world are sleeping. Supports **EssentialsX AFK**, **vanish**, and **spectator mode**. ## ๐Ÿงฉ Version Compatibility | **Plugin version** | **Supported Paper** | **Java** | |--------------------|-----------------------|----------| | `1.4.0` | `1.20` โ€“ `26.2` | 25 | | `1.3.0` | `1.20` โ€“ `1.21.11` | 21 | ## โœจ Features โœ… **Flexible world configuration** โ€” choose which worlds the night skip works in โœ… **Customizable sleep percentage** โ€” from 0% to 100% of players required to skip night โœ… Supports **AFK and Vanish players** from EssentialsX โœ… Players in **Spectator mode** or with the `essentials.sleepingignored` permission are ignored โœ… Sleep progress displayed via **ActionBar** โœ… Custom chat and ActionBar messages using MiniMessage โœ… Anti-spam protection to prevent repeated skipping โœ… Full **multi-world** support โœ… `/nskipper reload` command to reload the config without restarting the server ## โš™๏ธ How It Works 1. A player goes to sleep โ†’ everyone in the world sees an ActionBar: `Sleeping: 1/4 | Needed: 1` 2. When the required fraction of players is asleep (or AFK) โ€” countdown begins: - Message appears: **"Night is being skipped..."** - After **~3 seconds**, the night is skipped. 3. The world transitions to morning, storms and rain are cleared. ## ๐Ÿงฉ Permissions | Permission | Description | |-------------------------------|---------------------------------------------------------| | `nskipper.admin` | Allows using the `/nskipper reload` command | | `essentials.sleepingignored` | Player is ignored in sleep calculations (e.g., admin) | ## ๐Ÿ”ง Configuration The file `plugins/NightSkipper/config.yml` is automatically created on first launch: ```yml # Night skip settings enabled-worlds: - "world" # Start times for day and night (in Minecraft ticks) day-time: 0 night-time: 12516 # Percentage of players required to skip night (0.5 = 50%) sleep-percentage: 0.5 # Messages with MiniMessage support messages: no-permission: "<red>You do not have permission to use this command." reload-success: "<green>NightSkipper: config reloaded!" reload-usage: "<yellow>Usage: /nskipper reload" night-skipping: "<green>Night is being skipped..." sleep-progress: "<yellow>Sleeping: <gold>{sleeping}/{total}</gold> | Needed: <red>{needed}</red>" ```` ## ๐Ÿ’ฌ Player Messages * In chat: > Night is being skipped... * In ActionBar: > Sleeping: 2/5 | Needed: 1 * Config messages can be customized with MiniMessage tags (`<green>`, `<gold>`, `<red>`, etc.) ## ๐Ÿ› ๏ธ Installation 1. Download the **latest release** 2. Place the `.jar` in your serverโ€™s `plugins/` folder 3. Restart the server 4. Configure settings in `plugins/NightSkipper/config.yml` 5. Use `/nskipper reload` to apply config changes 6. Enjoy skipping the night ๐ŸŒ„ ## โšก Quick Start The plugin is preconfigured for the default world with a 50% sleep threshold. Just install the `.jar` and start using NightSkipper.

# ๐ŸŒ™ NightSkipper โ€” Smart Night Skip for Minecraft

NightSkipper is a lightweight and reliable plugin that automatically skips the night when a configured percentage of players in a world are sleeping. Supports EssentialsX AFK, vanish, and spectator mode.

## ๐Ÿงฉ Version Compatibility

| Plugin version | Supported Paper | Java | |--------------------|-----------------------|----------| | `1. 4. 0` | `1. 20` โ€“ `26. 2` | 25 | | `1. 3. 0` | `1. 20` โ€“ `1. 21. 11` | 21 |

## โœจ Features

โœ… Flexible world configuration โ€” choose which worlds the night skip works in โœ… Customizable sleep percentage โ€” from 0% to 100% of players required to skip night โœ… Supports AFK and Vanish players from EssentialsX โœ… Players in Spectator mode or with the `essentials.sleepingignored` permission are ignored โœ… Sleep progress displayed via ActionBar โœ… Custom chat and ActionBar messages using MiniMessage โœ… Anti-spam protection to prevent repeated skipping โœ… Full multi-world support โœ… `/nskipper reload` command to reload the config without restarting the server

## โš™๏ธ How It Works

1. A player goes to sleep โ†’ everyone in the world sees an ActionBar: `Sleeping: 1/4 | Needed: 1` 2. When the required fraction of players is asleep (or AFK) โ€” countdown begins: - Message appears: "Night is being skipped..." - After ~3 seconds, the night is skipped. 3. The world transitions to morning, storms and rain are cleared.

## ๐Ÿงฉ Permissions

| Permission | Description | |-------------------------------|---------------------------------------------------------| | `nskipper.admin` | Allows using the `/nskipper reload` command | | `essentials.sleepingignored` | Player is ignored in sleep calculations (e.g., admin) |

## ๐Ÿ”ง Configuration

The file `plugins/NightSkipper/config.yml` is automatically created on first launch:

```yml # Night skip settings enabled-worlds: - "world"

# Start times for day and night (in Minecraft ticks) day-time: 0 night-time: 12516

# Percentage of players required to skip night (0. 5 = 50%) sleep-percentage: 0. 5

# Messages with MiniMessage support messages: no-permission: "You do not have permission to use this command." reload-success: "NightSkipper: config reloaded!" reload-usage: "Usage: /nskipper reload" night-skipping: "Night is being skipped..." sleep-progress: "Sleeping: {sleeping}/{total} | Needed: {needed}" ````

## ๐Ÿ’ฌ Player Messages

In chat:

> Night is being skipped...

In ActionBar:

> Sleeping: 2/5 | Needed: 1

* Config messages can be customized with MiniMessage tags (``, ``, ``, etc.)

## ๐Ÿ› ๏ธ Installation

1. Download the latest release 2. Place the `.jar` in your serverโ€™s `plugins/` folder 3. Restart the server 4. Configure settings in `plugins/NightSkipper/config.yml` 5. Use `/nskipper reload` to apply config changes 6. Enjoy skipping the night ๐ŸŒ„

## โšก Quick Start

The plugin is preconfigured for the default world with a 50% sleep threshold. Just install the `.jar` and start using NightSkipper.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
FlyAwayMaking
Version
1.4.0
Downloads
150
Endorsements
0
Category
adventure
Created
3/12/2026
Updated
8/1/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
adventure, game-mechanics, 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 NightSkipper support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of NightSkipper?

Version 1.4.0, published 2026-08-01 with 150 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More adventure ๐Ÿ‘ค More by FlyAwayMaking ๐Ÿ”Ž Similar Mods ๐ŸŒ Best adventure (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods