-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# PteroBungee | ||
## Description | ||
This BungeeCord plugin fixes an incompatibility in some installations of the Pterodactyl panel, where setting up a Bungee instance would show the status as "Starting..." even when the server is online, and the Stop button wouldn't work. | ||
## How does this work? | ||
For the "Starting..." status, the plugin creates a fake "Done" message, just like when a Spigot/Bukkit server finishes booting up. That message triggers the Pterodactyl "Online" status. | ||
For the "Stop" button, this was an easier fix. It creates a command called `stop` that if called through console, it will stop the BungeeCord instance, and if called by a player, the plugin will force that player to execute `/minecraft:stop` on the current server they are in so administrators are still able to shut down Spigot/Bukkit instances. | ||
## Features | ||
- It's lightweight, only 3,07KB in size. | ||
- It's open source, you can modify it to your liking (it also includes an IntelliJ IDEA project file). | ||
- It does not override the original `/stop` functionality. | ||
## Download | ||
- Download from [BetTD.me](https://builds.bettd.me/java/bungeecord/pterobungee/) | ||
- Download from [GitHub](https://github.com/BetTD/PteroBungee/releases) | ||
More mirrors are coming soon, for both Europe and America. |