[INACTIVE][INFO] OnlineList v1.0 - Requires permissions [531]

Discussion in 'Inactive/Unsupported Plugins' started by TechGuard, Mar 13, 2011.

  1. OnlineList
    Download v1.0Donate

    OnlineList is a simple plugin what adds the commands: (/online or /who) and (/mods or /staff).
    It requires permissions to get the: Groups, Colors, and the permissions off course.

    /online
    Player List(online/max): Admin, Player, Noob, Another Admin, Moderator

    /mods
    Admin List(online/max): Admin1, Admin2
    Mod List (online/max): Mod1, Mod2

    Install:

    1. First, grab the Permissions plugin if you don't have it already.
      1. Modify your permissions file (plugins/Permissions/world.yml) with the permissions included in the README.txtincluded in this archive.
    2. Download & Extract all the files into yourbase directory of bukkit.
    3. Reload the serverorEnable the plugin via console. Enjoy!
    Commands:
    • /online or /who - Shows how many players are online
    • /mods or /staff - Shows how many admins/mods are online
    Permissions Nodes:
    Code:
    [ PERMISSIONS ]
        - Requires Permissions
        - OnlineList contains the following Permissions:
    
            onlinelist.online
            onlinelist.mods
            onlinelist.mod
            onlinelist.admin
    
            Don´t confuse onlinelist.mods and onlinelist.mod!!
            .mods = Command for /mods or /staff
            .mod = To recognize the mods
    
        - Some examples of how you could set this up:
            onlinelist.online
            onlinelist.mods
    
            Would allow you to see who are online
    
        - Give this to all the mods:
            onlinelist.mod
    
            This is to scan all the mods
    
        - Give this to all the admins:
            onlinelist.admin
    
            This is to scan all the admins
    
        - Easy for admins:
            onlinelist.*
    
            Gives you access to everything.
    Changelog:

    • 1.0
      • Initial Release
    Post the bugs inside this thread!
     
    Ben91 and ZachBora like this.
  2. Offline

    ZachBora

    This is interesting, I'll give it a try!

    You need to write which Bukkit build it works on.
     
  3. Offline

    majow

    Hi, could you make a configuration file OR exclude the +prefix that it automatically adds before the names of players?
    i'm Appearing as AMajow because my group prefix is "A" (for Admin)
     
  4. Offline

    cheepz

    Thank you!
     
  5. Why does this REQUIRE permissions ? I want a simple players list or number for my sever and I can't freaking find one without issues.
     
  6. Offline

    shadrxninga

    @Digi
    It requires permissions because it shows admins and mod names in different colours. It also has an admin online list and a mod online list. Take a look at MCDocs if you want a simple online list. Permissions isn't that complicated either.

    @TechGuard Thanks for this plugin. Very Useful.
     
  7. np, I´m glad someone is using it :p
     
  8. Offline

    -JHB-

    just what i looked for grat plugin ceep it up :D
     
  9. Offline

    Solest

    Simple plugin and just what I was looking for to top off my server :)

    However, I notice when I use the "/who" it DOES list the players but with the word "null" before their name. Any reason or perhaps a small bug? Regardless, I'll be using it either way as it's only a small thing.

    Let me know and thanks again!
     
  10. Is the prefix in the permissions file empty? If so, change it to &f or something.
     
  11. Offline

    Solest

    Perfect! Thanks again. :D
     
  12. Offline

    ZachBora

    @TechGuard I seem to have a problem here, I specified a prefix on a user itself but it still used the prefix from the group.

    Also, as we are using long prefixes on my server, I was wondering if we could add a property to groups for a "shortprefix" or something similar.

    i.e. :
    Code:
    Admin:
        default: false
        info: {prefix: '&6[Admin]&d', shortprefix: '&d', suffix: '', build: true}
        inheritance: null
        permissions: ['*']
    You could be wondering why not use the +rank from iChat instead of putting it in the prefix. That is because the actual rank isn't what we show to players. Some sort of hacking prevention...
     
  13. Offline

    ScottSpittle

    doesn't workk.. it gets the prefix but prints it to screen instead of using it as the color.. e.g &a[name]
     
  14. Offline

    cyberdude

    It seems to work for me, but I get "Unknown console command. Type "help" for help" twice. I am OP and using Permissions.
    I get the list of players, but at the same time I also get the unknown message.
    It seems you are not properly assinging that you catched the command/event?

    Running Bukkit 556

    Not compatible with craftbukkit after 531?
    Could you fix and update? Would really appriciate it.

    After some testing, this only occurs when OP.
     
  15. Offline

    cheepz

    does this work on 612?
     
  16. Offline

    Ben91

    Same here with Build 544. No warnings if I'm not OP.

    Thank you guys.

    ++
     
  17. Offline

    cheepz

    This dosen't work on build 612 :S
     
  18. Offline

    cyberdude

    TechGuard: Will you update?
     
  19. Offline

    woodzy

    heres an error code for you simce noone has posted one yeat CB#617

    Code:
    2011-04-04 14:03:53 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to OnlineList
    java.lang.NullPointerException
        at com.bukkit.techguard.onlinelist.OnlineList.getHandler(OnlineList.java:46)
        at com.bukkit.techguard.onlinelist.pListener.onPlayerCommandPreprocess(pListener.java:26)
        at org.bukkit.event.player.PlayerListener.onPlayerCommandPreprocess(PlayerListener.java:57)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:193)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:586)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  20. Offline

    Travis_Hironak

    Is an update planned for CB617+?

    I thought maybe you can add a new feature like per world player list :
    Code:
    World1: Player1, Player2, ...
    World2: Player3, Player4, ...
    ...
    Thanks in advance ;).
     
  21. Offline

    simbim

    Anybody knows an equivalent to this plugin? I love this but it doesnt look like an update of it is comming.
     
  22. Offline

    Ben91

    Thanks for the work but it doesn't work on Build 670. (same error as woodzy)

    Any equivalent ?

    ++
     
  23. Offline

    svict4

    this plugin needs to be updated! its was epic and did what it was meant to do without any extra fancy things.
     
  24. Offline

    Travis_Hironak

    I'm actually using AdminsOnline by TAT. You can use it to show all players online.
     
  25. Offline

    Ben91

    Ok. Thanks.
     
  26. Offline

    svict4

    I'm slightly confused.

    TechGuard's signature says that this is version 1.8.... however we can only get version 1 :(
     
  27. Offline

    woodzy

    update please
     
  28. Offline

    Ben91

    +1000

    Please, an update ! Your plugin is so useful !!

    ++
     
  29. Offline

    Pr4w

    I second that, I'd love to see this on 677 ! :)
     
  30. Offline

    Plague

    considered inactive
     

Share This Page