From e41cca6e635c0ef9413bf0c2aa19179ffd43833f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl?= Date: Sun, 23 Jun 2019 20:30:48 +0200 Subject: [PATCH 1/3] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffc5aa2 --- /dev/null +++ b/README.md @@ -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. From 2b17387eec9a5fe61d62f761af67f76a6ccfe078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl?= Date: Sun, 23 Jun 2019 21:12:04 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffc5aa2..0e4769a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ For the "Stop" button, this was an easier fix. It creates a command called `stop - 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) +- 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. From 5e692a6f036e27158ae2836cd703a086b3304c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl?= Date: Sun, 23 Jun 2019 21:13:40 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e4769a..86d8459 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ For the "Stop" button, this was an easier fix. It creates a command called `stop - 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. +## How to install +1. Shut down your BungeeCord instance: first click on the Stop button on your Pterodactyl panel andthen type `end` in console. +2. Upload `PteroBungee-v1.0.2.jar` to the "plugins" folder. +3. Start the BungeeCord instance. ## Download - Download from [BetTD.me](https://builds.bettd.me/java/bungeecord/pterobungee/). - Download from [GitHub](https://github.com/BetTD/PteroBungee/releases).