Enhanced /glist (BungeeCord & Velocity) icon

Enhanced /glist (BungeeCord & Velocity) -----

A high-configurable plugin that enhances the /glist command.




Hi everyone! It's been a while since the last update.

This version brings some fixes:
  • [#69] Fixed support with recent versions of Protocolize
    (NOTE: Protocolize is still not compatible with Velocity and MC 1.20.3+, in such case please disable the GUI feature from the EGL configuration for now, I will bring an update when Protocolize fully support this version. BungeeCord is not affected with this issue).
  • [#63] Clicking "Next Page" on server player list uses incorrect command syntax.
  • [#65] Plugin updater constantly spam the console.
  • [#62] Update disabler does not work.

Also I've updated the dependencies of the plugin to ensure a high compatibility with other plugins.

Greetings!
----------, Jan 5, 2024

Hi everyone! It's been a while since the last update.

This version brings some fixes:
  • [#69] Fixed support with recent versions of Protocolize.
  • [#63] Clicking "Next Page" on server player list uses incorrect command syntax.
  • [#65] Plugin updater constantly spam the console.
  • [#62] Update disabler does not work.

Also I've updated the dependencies of the plugin to ensure a high compatibility with other plugins.

Greetings!
----------, Jan 5, 2024

  • Fixed a bug where vanished players are displayed in counters like the amount of connected players.
----------, Oct 13, 2022

This is an unstable version, read this before updating.

Changes - Velocity and BungeeCord

  • Added: Tab completion for commands.
  • Added: Using /slist command without arguments will show the player list of the server where player is currently on.
----------, Sep 25, 2022

This is an unstable version, read this before updating.

Hello! I know it's been a long time since the last update of EnhancedGlist, but I've started worked with a new update to bring and include many of your suggestions and feedbacks along the existence of the plugin.

I'm very happy to announce that EnhancedGlist is now fully compatible with Velocity, and remains the compatibility with BungeeCord.

Also new features and improvements where made, I hope you like it.
Before upgrading to this version you must know that 2.X version is not compatible with configurations from 1.X version, so if you decide to upgrade a new folder will be created inside the plugins folder and you should configure the plugin again. I apologize for this inconvenience, but since configuration system was reworked and 2.X version uses HOCON file format instead of the classic YAML format, it was not possible to migrate the configurations from 1.X version.

Thank you! If you find any bug please help me by making a detailed bug report at our Github repository: https://github.com/Wirlie/Enhanced-Glist/issues

Do not forget to read the documentation and installation process of the plugin:
https://docs.wirlie.net/shelves/enhanced-glist


Additionaly to this long announce, EnhancedGlist code is now available as an open soruce project and you can contribute to it by making pull request at our Github repository.

There is some planned features that will be added on a next incoming beta release, check this post to track the progress of 2.0.0 release.

  • New configuration system.
    • Use Configurate to handle configuration files (HOCON format)
    • Configuration rewrited to be more easy to understand.
    • Make EnhancedGlist full configurable
    • Make a system to keep configurations always up-to-date
  • Added translation system for multiple languages, current supported languages:
    • English language
    • Spanish language
  • New update system
  • /glist command reworked
    • GUI is supported if you have Protocolize plugin installed on your proxy server.
    • Removed options -g -a -sp from 1.X version
    • Rewrited /glist usage and renamed to /slist
  • Added /egl reload command.
  • Multi Platform
    • Added support for BungeeCord and Velocity.
  • Reworked communication system between Spigot and Proxy server (BungeeCord/Velocity).
    • Added support for Redis and RabbitMQ as alternative communication mechanism between spigot servers and proxy.
  • Improved AFK and Vanish handlers, also new plugins are supported:
    • EssentialsX, SuperVanish, PremiumVanish, VanishNoPacket, StaffFacilities, JetsAntiAFKPro.
  • Reworked prefix system
    • LuckPerms can be used to get player prefixes.
  • Protocolize is now supported as an optional dependency to display GUIs for /glist and /slist commands.
----------, Sep 24, 2022

Hello! This is a very important update and you must update to this version if you have installed the previous update (1.3).

Changelog:
In this update, a bug that prevent players from joining to BungeeCord was fixed.

I apologize for the inconvenience, I've tested the previous update (1.3) on my MC Network without any problem, but with a fresh BungeeCord installation the bug became visible.

Thanks to @untuned for the bug report.
----------, Oct 19, 2021

EnhancedBungeeList now supports Hex colors (MC 1.16 and higher) in all of the plugin messages, including prefixes with hex colors from LuckPerms.

To use hex colors simply use this format: &#{hex}
For example:

&#00FF00Hello World

Will display the message "Hello World" with green color.

Also you can use the other syntax provided by BungeeCord for hex colors, but it may be more difficult to read:

&x&0&0&F&F&0&0Hello World

Important: The size of the .jar file was increased a lot because I´ve used the adventure API (available at: https://github.com/KyoriPowered/adventure ) to support hex colors.
----------, Oct 13, 2021

  • Fixed a bug in MC 1.8 - 1.12.2 that causes a disconnection from the server when use the /glist command.
----------, May 27, 2021

If you have the Premium version of SuperVanish (PremiumVanish) in your BungeeCord server, you do not need to place the EnhancedBungeeList plugin on each Spigot server to notify vanish updates to BungeeCord because PremiumVanish already does it.
----------, Mar 6, 2021

Hello everyone! In this update I have included some of your suggestions.

Changelog:
  • Added support for LuckPerms (can be disabled trough the Config.yml file), if LuckPerms is present in your BungeeCord server, EnhancedBungeeList will show player prefixes.
upload_2021-3-5_20-44-53.png
  • Improved aligment when you run /glist <server>
Before:
upload_2021-3-5_20-47-23.png
After:
upload_2021-3-5_20-46-5.png
  • Added new configuration for formatting the rows of the player list when you use /glist <server>
upload_2021-3-5_20-50-5.png

For example, if you set the player-row-format to:
Code (Text):
player-row-format: '&6#{INDEX}&r {AFK_PREFIX}{VANISH_PREFIX}{PREFIX} &9{PLAYER_NAME}'
When you use /glist <server> will be displayed as:
upload_2021-3-5_20-52-15.png
  • Added click interaction when you use /glist command, now you can click on server name to display the player list of that server.
upload_2021-3-5_20-54-52.png
  • Added support for Essentials and SuperVanish/PremiumVanish (can be disabled or adjusted through the Config.yml file).
upload_2021-3-5_20-57-6.png

Also you can configure if vanished players should be removed from the player list and the permission to see vanished players, this is useful if everyone can use /glist command.

IMPORTANT: In order that this feature work, you must add EnhancedBungeeList file to all of your Spigot servers , simply drag and drop the file into the plugins folder, then restart the server or enable the plugin using a Plugin Manager.
This is optional, if you do not want the Essentials or SuperVanish/PremiumVanish support, simply do nothing.
  • Added update checker, now if a new version is available you will be notified, this can be adjusted or disabled through the Config.yml file.
----------, Mar 6, 2021

  • Removed empty line at end of messages
  • Added a format configuration for the -sp option:
upload_2020-6-24_10-10-57.png

with this improvement now you can format the text displayed here:
upload_2020-6-24_10-18-15.png
----------, Jun 24, 2020

Fixed a bug that cause configuration to be corrupted in some situations.
----------, Jun 24, 2020

  • Added tab complete for /glist command.
  • Fixed some format issues reported in the /glist <server> format.
----------, Apr 9, 2020

Changes included in this version:
  • Some Strings were putted in the Config.yml file, so you can translate these Strings.
upload_2018-4-9_10-53-54.png
  • Added two configurations, in which you can switch between show server names in uppercase or show the normal name.
upload_2018-4-9_10-52-0.png

"global-list" means the list displayed using the /glist command (without parameters).
"server-list" means the server list displayed usign the /glist <server> command.

Example with the configuration "global-list-uppercase-server-names" enabled.
upload_2018-4-9_10-55-53.png
----------, Apr 9, 2018

Version 1.0.2 - Features & Improvements:

  1. A blacklist has been added to the Config.yml to hide servers that are in that list from the server list (I mean, from the /glist command).
  2. New flag added: -a , similar to -g but the -a flag is destined to show all server that have players in a global view (the -g flag does a similar action, but the -g flag displays all servers, including servers without connected players).


Screenshot about the section added to the Config.yml for the blacklist feature:
upload_2018-3-17_21-54-56.png
----------, Mar 18, 2018

Some features added as suggestion of @adamawesome135 :

#1: % displayed at /glist now is formatted with a decimal value, showing a more accurate percentage.
upload_2018-2-14_11-15-35.png

#2: Added two new options: -g and -sp

-g
= Display global data.
-sp = Show players.

For example, if you uses: /glist -g all of your servers will be displayed:
upload_2018-2-14_11-18-38.png

/glist -g -sp : all of your servers will be displayed with their respective players:
upload_2018-2-14_11-21-15.png

/glist -sp : servers will be displayed with their respective players:
upload_2018-2-14_11-22-57.png

/glist <server> -g : all players of the specified server will be displayed. (ignoring pages).
upload_2018-2-14_11-24-29.png
----------, Feb 14, 2018

Resource Information
Author:
----------
Total Downloads: 3,106
First Release: Feb 14, 2018
Last Update: Jan 5, 2024
Category: ---------------
All-Time Rating:
14 ratings
Find more info at docs.wirlie.net...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings