BetterList

BetterList is a simple player list. It was requested by andrewabosh
I wasn't going to release it here but after digging i saw a few people looking for a player list plugin, and none seem to work. So i thought i'd go ahead and post it.
Note: January 23, 2014
I Have begun adding a config. At this point it simply controls wether or not the plugin displays the number of players or their names. I will be looking into having this work for Staff Members also, as well as making the messages configurable.
A build with the config can be seen in the RELEASES section of github, i warn you it isn't finished which is why i haven't uploaded it here. These builds have also NOT been approved by the Bukkit staff, use them at your own risk.
A little ding plays when a player executes the list command.
Commands:
- List - Shows the player list
Permissions:
- goodlist.staff - Shows player in the staff list. Default: OP's
- goodlist.list - Permission to use list command. Default: Everyone
Request Thread:
http://forums.bukkit.org/threads/a-better-kinda-list.212750/
Example:

Let me know if you find any bugs or have a suggestion!
-
View User Profile
-
Send Message
Posted Oct 22, 2015The permissions listed here are incorrect, use "betterlist" as the main node instead.
permissions:
betterlist.staff
default: op
betterlist.list
default: true
betterlist.player
default: true
-
View User Profile
-
Send Message
Posted Aug 16, 2015Please fix... The permissions don't work unless you're OP
-
View User Profile
-
Send Message
Posted Feb 10, 2015I have the permission goodlist.staff for one of my ranks and they dont appear with the " Staff Online: ". Help please??
-
View User Profile
-
Send Message
Posted Nov 4, 2014Thanks, this is the plugin i have been looking for. Good job!
-
View User Profile
-
Send Message
Posted Aug 3, 2014@Howellstech
Essentials can do this I believe. http://dev.bukkit.org/bukkit-plugins/essentials/
-
View User Profile
-
Send Message
Posted Jul 30, 2014Hello,
I am new to the owning a server thing and i was wondering how you put who is online in the MOTD
can anyone help me with that?
-
View User Profile
-
Send Message
Posted Apr 19, 2014@lecraeman
Fixed in next release.
Awaiting Approval.
-
View User Profile
-
Send Message
Posted Apr 18, 2014@lecraeman
Ah sorry! I never saw the message! Next time PM me or open a ticket.
It should override all essentials list commands.
Ill take a look at the error. Thanks for letting me know.
-
View User Profile
-
Send Message
Posted Apr 7, 2014Having an issue...console keeps printing this:
07.04 11:03:25 [Server] INFO ... 8 more
07.04 11:03:25 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at me.cgfx360.betterlist.BetterList.onCommand(BetterList.java:40) [?:?]
07.04 11:03:25 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R2.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
07.04 11:03:25 [Server] INFO at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:472) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at net.minecraft.server.v1_7_R2.MinecraftServer.u(MinecraftServer.java:566) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedServer.v(DedicatedServer.java:274) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at net.minecraft.server.v1_7_R2.DedicatedServer.ax(DedicatedServer.java:309) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchServerCommand(CraftServer.java:696) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R2.CraftServer.dispatchCommand(CraftServer.java:709) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [customgc.jar:git-Spigot-1357]
07.04 11:03:25 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'list' in plugin BetterList v1.0
-
View User Profile
-
Send Message
Posted Apr 4, 2014Will this automatically override essentials /list?