Inactive [ADMN/MISC]HelpMeAdvanced - A more advanced Help Me System [1.2.5-R5.0]

Discussion in 'Inactive/Unsupported Plugins' started by kmccmk9, May 3, 2011.

  1. Offline

    kmccmk9

    HelpMeAdvanced - Advanced Help Me System:

    Moved to Bukkitdev

    Version: v0.6

    This plugin allows anyone to ask for help. Using the /helpme command, a admin/Op or any group with the permission helpmeadvanced.admin will get a message about what world the person is in, and their gps location.

    This plugin is my own version of the very awesome HelpMe plugin. The HelpMe plugin is awesome and I fully recommend it, the only main difference between the plugins is the permissions support and messaging support.

    Check out the original plugin HERE.

    Features:
    • Asks for help
    • Alerts Admins to people who need help
    • NOW custom messages!
    • Unlimited custom messages
    Set Up:
    By default on first run, a messages.txt file is created. This file contains only three lines, the same default three from previous versions. Add as many lines as you would like, each line will be sent to the person who issues the /helpme command.

    Download The Plugin

    Download The Plugin with Source

    Commands: (open)

    /helpme - Asks and admin or anyone with the permission 'helpmeadvanced.admin' for help.
    /helpme help - Displays help file for HelpMeAdvanced
    /helpme description "Description Here" (without quotes) - Adds a description onto your plea for help!


    Permissions: (open)

    'helpmeadvanced.admin' - Whoever has this permission will be alerted that someone needs help!



    Changelog:
    Version 0.6
    • Plugin is updated to craftbukkit #1337
    • Added a description ability
    Version 0.5
    • Plugin is updated to craftbukkit #1060
    • Unlimited custom messages!!
    Version 0.4
    • Plugin is updated to craftbukkit #1000
    • Plugin also works with default built in permissions system
    Version 0.3
    • Plugin is now Op competant
    Version 0.2
    • Polished up some code
    • Added 1 argument
    • Added 3 customizable messages
    Version 0.1
    • Releasing my first plugin
    Todo:
    • Add user configurable messages
    • Add downloadable source
    • Add description command
    • Make the plugin Op competent
    • Add Description Abiliy
    • Add Unlimited number of configurable messages
    • When player does /helpme, he gets added to a list
    • Add /helpme list, it will list all players that haven't got help.
    • Add /gohelp [Name], this will teleport you to the player, and will remove the name of that player from /helpme list
    • Add cool-down time
     
  2. Offline

    BetaStream

    log when using /helpme:
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'helpme' in plugin HelpMeAdvanced v0.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:370)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:179)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:546)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
        at com.kmccmk9.HelpMeAdvanced.HelpMeAdvanced.onCommand(HelpMeAdvanced.java:136)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 14 more
     
  3. Offline

    kmccmk9

    Ok I do see where the error is. The plugin is looking for another word after helpme and there isn't one so it throws that error. I will work on a fix for this now.

    Also, if you could post this with the bug tracker on BukkitDev I would really appreciate it!
     
  4. Offline

    BetaStream

    Like this?:http://dev.bukkit.org/server-mods/helpmeadvanced/tickets/1-bug-on-v0-6/
     
  5. Offline

    kmccmk9

  6. You can make it compatible with version 1.0.1 of bukkit?

    When I use it, I get an error message.
     
  7. Offline

    kmccmk9

    I will look into it thank you.
     
  8. Offline

    md_5

    Edited title to reflect single rb
     
  9. Offline

    md_5

    Long time no see kmccmk9. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     
  10. Offline

    md_5

    Moved back to Releases, check the thread tools bar if you wish to edit your title.
     

Share This Page