Inactive [ADMN/INFO] SherlockHolmes v1.2 - Investigate Your Players [1.3.1-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by flaminsnowman99, Jul 2, 2012.

  1. Offline

    flaminsnowman99

    SherlockHolmes Plugin - Investigate Your Players:
    Version: v1.2

    Requires Vault
    The Sherlock Holmes plugin is a simple plugin that all the user to find out lots of little things about their players. See how much food and health they have. See their GameMode. You can even see their IP address. This is extremely useful for admins to check if a player is using two different accounts off the same computer! And best of all, this plugin is simple to use! NEW! You can now see a players inventory!

    Features:
    * Right Click on a Player with String to see their info!
    * See a Players:

    - * Gamemode
    * World
    * Health
    * Hunger
    * Level
    * Total Experience
    * Money
    * Permission Groups
    * IP Address
    - See a players inventory

    <Edit by Moderator: Redacted mediafire url>
    Source Code - Coming Soon!
    Commands

    Show Spoiler
    As of now there is only one command.
    * /holmes inv <player>

    - * Lets you see another players inventory. You can also move things between each others inventories.


    Permissions

    Show Spoiler
    The Plugin has permission support however it is not required. If Permissions are not enabled then it defaults to Op.
    * Permission Nodes

    - * -holmes.info.*

    - * Gives access to see all of a players information upon right clicking them
    - -holmes.info.name
    - -holmes.info.world
    - -holmes.info.gm
    - -holmes.info.health
    - -holmes.info.hunger
    - -holmes.info.level
    - -holmes.info.totalxp
    - -holmes.info.money
    - -holmes.info.groups
    - -holmes.info.ip
    * Gives access to see specific information. This way players can still use it, but certain information can be hidden.

    * -holmes.command.inv

    - * Gives access to see a players inventory (Note: The permission node holmes.info.* will not give access to this command.)


    Planned Features
    * Get a Players Bed Location
    * What do you want to see?
    * Ability to watch players

    Changelog:
    * Version 1.2

    - * Update the better permissions
    * Added ability to see another players inventory

    * Version 1.1

    - * Added Permission Groups
    * Added Economy
    * Added World

    * Version 1.0

    - * Initial Release
     
    Last edited by a moderator: Nov 10, 2016
    AlexCityOfFun and darcychou like this.
  2. Offline

    Chlorek

    Well if you add that what is in "planned features" this plugin would be really cool. You should also add looking to players' inventories.
     
  3. Offline

    flaminsnowman99

    Chlorek, I added most of the features!
     
  4. Offline

    ZachBora

    I'm kind of wondering what the point of knowing a player's world is when you're in the same world as him.
     
  5. Offline

    flaminsnowman99

    ZachBora, what if a person doesn't know what the world is or something. Idk, I made this plugin for fun and just added things that came to mind. I'm sure there's some reason someone might need it :p
     
  6. Offline

    Deleted user

    Permissions...?
     
    EditsHD likes this.
  7. Offline

    flaminsnowman99

    Oh, right, there is permission support. It's defaulted to Op. I will add that.
     
  8. Offline

    flaminsnowman99

    Updated to v1.2.
    Version 1.2
    • Update the better permissions
    • Added ability to see another players inventory
     
  9. Offline

    md_5

    Approved.
     
  10. Offline

    AlexCityOfFun

    Code:
    00:48:04 [INFO] [SherlockHolmes] Enabling SherlockHolmes v1.0
    00:48:04 [INFO] [SherlockHolmes] SherlockHolmes Plugin v1.1 has been enabled!
    00:48:04 [INFO] [SherlockHolmes] - Disabled due to no Vault dependency found!
    00:48:05 [INFO] [SherlockHolmes] Disabling SherlockHolmes v1.0
    00:48:05 [INFO] [SherlockHolmes]SherlockHolmes Plugin v1.1has been disabled.
    
    I have Vault installed! What am i doing wrong?
     
  11. Offline

    flaminsnowman99

    Are you using the most recent version of vault? Or has vault already run once so that all the files have generated?
     
  12. Offline

    AlexCityOfFun

    I just downloaded the lastest Vault and restarted the server several times... and still the same problem!
     
  13. Offline

    flaminsnowman99

    Hm... Thats really odd. I updated the download link. Try the new one, it will either work. Or i made it a lot worse.
     
  14. Offline

    EditsHD

    not if there is multi world or there in the end or nether
    just sayin but there is not much uses for this you are right cuz if you know what ur doing this means nothing
     
  15. Offline

    AlexCityOfFun

    Seems like you made it worse...
    Code:
    13:04:17 [SEVERE] Could not load 'plugins\SherlockHolmes.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems:
    The import net cannot be resolved
    The import net cannot be resolved
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    Economy cannot be resolved to a type
    The method getRegistration(Class<Economy>) from the type ServicesManager refers to the missing type Economy
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    The method getRegistration(Class<Permission>) from the type ServicesManager refers to the missing type Permission
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:214)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:190)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:55)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:158)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:424)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.Error: Unresolved compilation problems:
    The import net cannot be resolved
    The import net cannot be resolved
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    Economy cannot be resolved to a type
    The method getRegistration(Class<Economy>) from the type ServicesManager refers to the missing type Economy
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Economy cannot be resolved to a type
    Permission cannot be resolved to a type
    The method getRegistration(Class<Permission>) from the type ServicesManager refers to the missing type Permission
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    Permission cannot be resolved to a type
    at flaminsnowman99.SherlockHolmes.HolmesPlugin.<init>(HolmesPlugin.java:5)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145)
    ... 8 more
     
  16. Offline

    WolfMaster

    Can you add a spectating mode so you can see if like what they see, just so we can see the x rayers and stuff, and so yo can see their texture packs etc
     
  17. Offline

    flaminsnowman99

    WolfMaster, the next feature being added is a spectate mode. You will be able to see what they are doing, but you will still see your texture pack. Unfortunately, there is now way to see their texture pack as that is Client side data. I looked into doing just that but it couldnt be done.

    LiranBraverman, I run essentials on my test server and never even noticed that :p Now i need to make it better that that :)

    AlexCityOfFun, sorry about all the trouble. But the new version should be fixed. I'm 99.5% sure of it. The reason you got the error was because. by accident I, delete vault from the plugin when i compiled it :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  18. Offline

    ZachBora

  19. Offline

    AlexCityOfFun

    Yep! Problem solved! Thank you! Great plugin!
     
  20. Offline

    flaminsnowman99

    ZachBora, I will upload the source to github soon. If i had to guess, it will be 1-3 weeks
     
  21. Offline

    ZachBora

    I've forgotten why I wanted to see the source anyway.

    Edit: Oh right, I wanted to see why Vault was required to use this.
     
  22. Offline

    foreverblu

    BukkitDev Page plz :) And the ability to see them by a command. The world thing is kinda useless cause you gotta tp to him and by then you probably know what world it is :\
     
  23. Offline

    flaminsnowman99

    Why does everyone want plugins to be on a Bukkit Dev page? I will make one, but just out of curiosity, why?
     
  24. Offline

    ZachBora

    This way we can make sure the code is safe because when you upload a file, it is reviewed by the moderators (they decompile and look for malicious code).
     
  25. Offline

    krusic22

    Or just do /whois
     
  26. Offline

    TristinH

    PLEASE UPDATE!!! I LOVE THIS PLUGIN!!!:)
     
  27. Offline

    flaminsnowman99

    TristinH Oh, its updated! I forgot to update the title :p
     
  28. Offline

    TristinH

    <3
     
  29. Offline

    Gothic_anjo

    Just wondering is your awesome plugin 1.4.6 yet ._.?
     

Share This Page