AlwaysOnline

⭐ — (9 endorsements) 📥 2,991 downloads 📌 v6.3.1 📅 12/16/2024
🟠 Updated over a year ago

By Dablakbandit · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/14/2024 📅 Created: 12/16/2024

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #768 of 1560 bukkit mods in this game by downloads

📋 About This Mod

**Notice:** This will not keep your **aternos** server always running, this plugin is to help servers keep players connecting whilst minecraft authentication servers are down. This plugin will NOT help you when you first install it when mojang servers are offline, it must be installed when they are online! ## **Overview** Hate mojang servers being offline? Same with me. So to resolve this issue, I have created AlwaysOnline. A plugin that keeps your bukkit, spigot, paper **or** bungeecord server online while mojang is offline. ## **How it works** The plugin is set to a repeating task with a configurable delay, to see if the session servers are offline. If they are, the plugin will go into mojang offline mode. When in this mode, the server will allow players to login if their ip matches from their last authenticated login. If they don't match, it denies them from logging in. The plugin will also deny new players from joining if the mojang authentication servers are down. Works with: **Bungeecord, Velocity, Spigot, Paper, Bukkit** ## **Features** * Stores last authenticated data in a FlatFile type database or MySQL * UUIDs will **not** be cracked, but instead premium. This means that player UUIDs will always be consistent. * Doesn't rely on any third party services * Compatible with most bukkit, spigot, paper & bungee plugins * Lightweight and efficient * No libraries required * Works with all bungeecord versions * Works with bukkit, spigot, paper versions * It's free! (https://i.imgur.com/ubvzZEs.png)](https://github.com/dablakbandit/always-online) (https://i.imgur.com/ElNEYhv.png)](https://discord.gg/wkq9png) ## **Commands** * **/alwaysonline toggle** - Manually toggle between mojang offline mode and back. * /**alwaysonline enable** - Makes the plugin check to see if the mojang servers are offline. * /**alwaysonline disable** - Makes the plugin stop checking to see if the mojang servers are offline. * /**alwaysonline reload** - Reloads the configuration file. Permission node for all of these commands is **alwaysonline.usage** ## **Permissions** **alwaysonline.notify** - Players with this permission node will be alerted when the mojang servers go online or offline. ## **Configuration file** ``` #Welcome to the AlwaysOnline main configuration file! #The delay to wait between checking to see if mojang is online, in seconds. check-interval=60 #Message for the MOTD to be when mojang servers are offline. Set to 'null' to disable. message-motd-offline=&eMojang servers are down,\n&ebut you can still connect! #The message to display when a user attempts to login while the mojang servers are offline, but their IP does not match. message-kick-ip=We can not let you join since you are not on the same computer you logged on before! #The message to display when a user is new and logs in while mojang servers are offline. message-kick-new=We can not let you join because the mojang servers are offline! #The message to display when a user attempts to login with an invalid minecraft username. message-kick-invalid=Invalid username. Hacking? #The message to display when mojang servers go offline. Set to null to disable. message-mojang-offline=&5&a Mojang servers are now offline! #The message to display when mojang servers go back online. Set to null to disable. message-mojang-online=&5&a Mojang servers are now online! #Below are three session server check methods which can be used to determine if mojang is online or not. #For example, if http-head-session-server is true AND mojang-server-status is also true, then the plugin will #only go into mojang offline mode if both services claim the session servers are offline. #Uses the status information located at https://sessionserver.mojang.com/ http-head-session-server=true ########################################## # Mysql Database Information # Only edit if using mysql ########################################## use_mysql=false host=127.0.0.1 port=3306 database-name=minecraft database-username=root database-password=password #Please do not change this! config_version=5 ``` !(https://bstats.org/signatures/bukkit/AlwaysOnline-Spigot.svg) !(https://bstats.org/signatures/bungeecord/AlwaysOnline-BungeeCord.svg) !(https://bstats.org/signatures/velocity/AlwaysOnline-Velocity.svg) The following information is sent to bstats.org: * A unique identifier * The server's Java version * Whether the server is on online or offline mode. * The plugin's version * The server's version * The OS' version, name, and architecture * The core count of the CPU * The number of players online * The Metrics version Opting out of this service can be done by disabling Metrics g

Notice: This will not keep your aternos server always running, this plugin is to help servers keep players connecting whilst minecraft authentication servers are down.

This plugin will NOT help you when you first install it when mojang servers are offline, it must be installed when they are online!

## Overview

Hate mojang servers being offline? Same with me. So to resolve this issue, I have created AlwaysOnline. A plugin that keeps your bukkit, spigot, paper or bungeecord server online while mojang is offline.

## How it works

The plugin is set to a repeating task with a configurable delay, to see if the session servers are offline. If they are, the plugin will go into mojang offline mode. When in this mode, the server will allow players to login if their ip matches from their last authenticated login. If they don't match, it denies them from logging in. The plugin will also deny new players from joining if the mojang authentication servers are down.

Works with: Bungeecord, Velocity, Spigot, Paper, Bukkit

## Features

Stores last authenticated data in a FlatFile type database or MySQL

UUIDs will not be cracked, but instead premium. This means that player UUIDs will always be consistent.

Doesn't rely on any third party services

Compatible with most bukkit, spigot, paper & bungee plugins

Lightweight and efficient

No libraries required Works with all bungeecord versions Works with bukkit, spigot, paper versions

It's free!

[!(https://i.imgur.com/ubvzZEs.png)](https://github.com/dablakbandit/always-online) [!(https://i.imgur.com/ElNEYhv.png)](https://discord.gg/wkq9png) ## Commands

/alwaysonline toggle - Manually toggle between mojang offline mode and back. /alwaysonline enable - Makes the plugin check to see if the mojang servers are offline. /alwaysonline disable - Makes the plugin stop checking to see if the mojang servers are offline.

/alwaysonline reload - Reloads the configuration file.

Permission node for all of these commands is alwaysonline.usage

## Permissions

alwaysonline.notify - Players with this permission node will be alerted when the mojang servers go online or offline.

## Configuration file ``` #Welcome to the AlwaysOnline main configuration file! #The delay to wait between checking to see if mojang is online, in seconds. check-interval=60

#Message for the MOTD to be when mojang servers are offline. Set to 'null' to disable. message-motd-offline=&eMojang servers are down,\n&ebut you can still connect!

#The message to display when a user attempts to login while the mojang servers are offline, but their IP does not match. message-kick-ip=We can not let you join since you are not on the same computer you logged on before!

#The message to display when a user is new and logs in while mojang servers are offline. message-kick-new=We can not let you join because the mojang servers are offline!

#The message to display when a user attempts to login with an invalid minecraft username. message-kick-invalid=Invalid username. Hacking?

#The message to display when mojang servers go offline. Set to null to disable. message-mojang-offline=&5[&2AlwaysOnline&5]&a Mojang servers are now offline!

#The message to display when mojang servers go back online. Set to null to disable. message-mojang-online=&5[&2AlwaysOnline&5]&a Mojang servers are now online!

#Below are three session server check methods which can be used to determine if mojang is online or not. #For example, if http-head-session-server is true AND mojang-server-status is also true, then the plugin will #only go into mojang offline mode if both services claim the session servers are offline. #Uses the status information located at https://sessionserver.mojang.com/ http-head-session-server=true

########################################## # Mysql Database Information # Only edit if using mysql ########################################## use_mysql=false host=127. 0. 0. 1 port=3306 database-name=minecraft database-username=root database-password=password

#Please do not change this! config_version=5 ```

!(https://bstats.org/signatures/bukkit/AlwaysOnline-Spigot.svg) !(https://bstats.org/signatures/bungeecord/AlwaysOnline-BungeeCord.svg) !(https://bstats.org/signatures/velocity/AlwaysOnline-Velocity.svg) The following information is sent to bstats.org:

A unique identifier The server's Java version Whether the server is on online or offline mode. The plugin's version The server's version The OS' version, name, and architecture The core count of the CPU The number of players online The Metrics version

Opting out of this service can be done by disabling Metrics g

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Dablakbandit
Version
6.3.1
Downloads
2,991
Endorsements
9
Category
bukkit
Created
12/16/2024
Updated
12/14/2024
Game Versions
1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3
Tags
technology, 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 AlwaysOnline support?

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

What is the latest version of AlwaysOnline?

Version 6.3.1, published 2024-12-14 with 2,991 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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