BungeeList was developed as request for editing the /glist. This enables you to edit the standard /glist.
Yes, i know you are able to edit the messages.properties in the BungeeCord.jar but that isn't quite efficient, on every update you have to update the messages.properties. That isn't needed in this plugin.
Commands
- /glist
- /CUSTOM (You can change this to whatever you want!)
Permissions
- bungeelist.glist - Allows you to use this command.
Dependencies
- BungeeYAML, in order to create the config.
Note: BungeeYAML is outdated, but works well. I may update the plugin with Yamler in the future.
Installation
1. Download BungeeList.jar from this site
2. Drop the BungeeList.jar in your BungeeCord plugin folder
3. Go to your Modules folder and remove the cmd_list.jar file
4. Open the modules.yml and remove the line: "- jenkins://cmd_list"
5. Restart your BungeeCord server
6. Change the config to what you want.
7. Restart your BungeeCord server
Examples - With config
If you have found any bugs, please report them!
Planned Features
- Adding a reload command
- Adding enable/disable feature for playernames
- Adding an extra custom command
- Adding perm nodes
- Any suggestions?
Yes, i know you are able to edit the messages.properties in the BungeeCord.jar but that isn't quite efficient, on every update you have to update the messages.properties. That isn't needed in this plugin.
Commands
- /glist
- /CUSTOM (You can change this to whatever you want!)
Permissions
- bungeelist.glist - Allows you to use this command.
Dependencies
- BungeeYAML, in order to create the config.
Note: BungeeYAML is outdated, but works well. I may update the plugin with Yamler in the future.
Installation
1. Download BungeeList.jar from this site
2. Drop the BungeeList.jar in your BungeeCord plugin folder
3. Go to your Modules folder and remove the cmd_list.jar file
4. Open the modules.yml and remove the line: "- jenkins://cmd_list"
5. Restart your BungeeCord server
6. Change the config to what you want.
7. Restart your BungeeCord server
Examples - With config
Spoiler: Config - Raw for test use only (Not nice and clear)
Code (Text):
#http://minecraft.gamepedia.com/Formatting_codes
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&2'
#color of the servername in the bungee config
servername: '&6'
#Online players ( )
prefix-suffix-playercount: '&a'
#Number online players color
playercount: '&8'
#Devides the online players and the player names
devidemark: '&e'
#Online playernames color
playernames: '&7'
#Online total player names
total-playercount: '&e'
prefix-suffix-total: '&a'
#Only visable if you have playernames set to false
color-text-after-playercount: '&8'
characters:
prefix-servername: '<'
suffix-servername: '> '
prefix-playercount: '('
suffix-playercount: ')'
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Players online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online in SERVERNAME'
#Show the playernames of all the players online
playernames: false
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&2'
#color of the servername in the bungee config
servername: '&6'
#Online players ( )
prefix-suffix-playercount: '&a'
#Number online players color
playercount: '&8'
#Devides the online players and the player names
devidemark: '&e'
#Online playernames color
playernames: '&7'
#Online total player names
total-playercount: '&e'
prefix-suffix-total: '&a'
#Only visable if you have playernames set to false
color-text-after-playercount: '&8'
characters:
prefix-servername: '<'
suffix-servername: '> '
prefix-playercount: '('
suffix-playercount: ')'
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Players online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online in SERVERNAME'
#Show the playernames of all the players online
playernames: false
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
Spoiler: Config - Bungeecord standard colors
Code (Text):
#http://minecraft.gamepedia.com/Formatting_codes
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&a'
#color of the servername in the bungee config
servername: '&a'
#Online players ( )
prefix-suffix-playercount: '&e'
#Number online players color
playercount: '&e'
#Devides the online players and the player names
devidemark: '&e'
#Online playernames color
playernames: '&f'
#Online total player names
total-playercount: '&f'
prefix-suffix-total: '&f'
#Only visable if you have playernames set to false
color-text-after-playercount: '&8'
characters:
prefix-servername: '['
suffix-servername: '] '
prefix-playercount: '('
suffix-playercount: ')'
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Players online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online in SERVERNAME'
#Show the playernames of all the players online
playernames: true
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&a'
#color of the servername in the bungee config
servername: '&a'
#Online players ( )
prefix-suffix-playercount: '&e'
#Number online players color
playercount: '&e'
#Devides the online players and the player names
devidemark: '&e'
#Online playernames color
playernames: '&f'
#Online total player names
total-playercount: '&f'
prefix-suffix-total: '&f'
#Only visable if you have playernames set to false
color-text-after-playercount: '&8'
characters:
prefix-servername: '['
suffix-servername: '] '
prefix-playercount: '('
suffix-playercount: ')'
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Players online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online in SERVERNAME'
#Show the playernames of all the players online
playernames: true
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
Spoiler: Config - Idea 1 (Hollandcraft Style)
If you have any questions, please ask them!
Code (Text):
#http://minecraft.gamepedia.com/Formatting_codes
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&8'
#color of the servername in the bungee config
servername: '&3'
#Online players ( )
prefix-suffix-playercount: '&a'
#Number online players color
playercount: '&6'
#Devides the online players and the player names
devidemark: '&8'
#Online playernames color
playernames: '&7'
#Online total player names
total-playercount: '&6'
prefix-suffix-total: '&3'
#Only visable if you have playernames set to false
color-text-after-playercount: '&6'
characters:
prefix-servername: ''
suffix-servername: ' > '
prefix-playercount: ''
suffix-playercount: ''
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Player(s) online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online!'
#Show the playernames of all the players online
playernames: false
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
colors:
#[ and ] color of the server name.
prefix-suffix-servername: '&8'
#color of the servername in the bungee config
servername: '&3'
#Online players ( )
prefix-suffix-playercount: '&a'
#Number online players color
playercount: '&6'
#Devides the online players and the player names
devidemark: '&8'
#Online playernames color
playernames: '&7'
#Online total player names
total-playercount: '&6'
prefix-suffix-total: '&3'
#Only visable if you have playernames set to false
color-text-after-playercount: '&6'
characters:
prefix-servername: ''
suffix-servername: ' > '
prefix-playercount: ''
suffix-playercount: ''
#Only visable if you have playernames set to true
dividemark-online-names: ': '
#Only visable if you have playernames set to true
dividemark-playernames: ', '
#Only visable if you have playernames set to false
text-after-playercount: ' Player(s) online'
total:
prefix-playercount: 'There are '
suffix-playercount: ' Player(s) online!'
#Show the playernames of all the players online
playernames: false
#Add a custom command, so for example /list WARNING: ONLY USE LETTERS AND NUMBERS
customcommand: 'list'
If you have found any bugs, please report them!
Planned Features
- Adding a reload command
- Adding enable/disable feature for playernames
- Adding an extra custom command
- Adding perm nodes
- Any suggestions?
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BungeeList is a free Minecraft Java mod. Downloaded 5,212 times (via Spigot). Download it and open it directly in the game.