Skip to content

Minecraft Spigot/Paper plugins that automatically downloads the news stable server versions

Notifications You must be signed in to change notification settings

nurkert/never-up-2-late

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

NeverUp2Late is a Minecraft plugin designed to automatically check for updates and download the latest versions of specified jars (Paper + Geyser). This ensures that your server is always up-to-date with the latest features and security patches.

Installation

  1. Download the latest release of NeverUp2Late from the releases page.
  2. Place the NeverUp2Late.jar file in your server's plugins directory.
  3. Start your server to generate the default configuration files.
  4. Configure the plugin as needed in the config.yml file located in the plugins/NeverUp2Late directory.

Configuration

The config.yml file allows you to configure the update interval and the filenames of the plugins to be updated. Below is an example configuration:

# The names of the jars as they are in the server directory
filenames:
  geyser: "[PP] Geyser (MODRINTH).jar"
  paper: "paper.jar"
# Check interval in minutes
updateInterval: 30
# Ignore unstable builds
ignoreUnstable: true

About

Minecraft Spigot/Paper plugins that automatically downloads the news stable server versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages