[INACTIVE][MISC] HelpTickets 1.1 (Ranger) [405]

Discussion in 'Inactive/Unsupported Plugins' started by PrivateAlpha, Feb 10, 2011.

  1. Offline

    PrivateAlpha

    This plugin is unsupported and is no longer maintained
    HelpTickets - Ticket System:
    Version: v1.1
    Players need help but cat find a admin? here is your answer!
    Allow players to summit a help ticket and allows admins to see and remove them.
    [​IMG]

    Features:
    • Easy to use commands and help
    • colored text!
    Future Features:
    • sqlite
    Dependencies:
    Permission nodes:
    Tickets.help.help - /ht or /ht ? <- the help
    Tickets.help.add - /ht add <- adding a helpticket
    Tickets.admin.remove - /ht remove <- removing a helpticket
    Tickets.admin.list - /ht list <-- list open tickets
    Tickets.admin.view - /ht view <- view an open ticket
    Download & Source Code
    Changelog:
    Version 1.1
    • Added Online status in /ht list
    Version 1.0
    • First Release
     
  2. Offline

    Wolfy9247

    Not to burst anyone's bubble, but this is almost the same exact thing as PetitionPlugin.

    I won't say anything further on the matter though as everyone -is- allowed to do their own things.
     
  3. Offline

    PrivateAlpha

    @Wolfy9247 Didn't see that actually, going to message him and see if he wants to merge =]
     
  4. Offline

    Daveyo

    well if this works on cb 323 then it's not a waste, and not every addon works for every person. Many times they get abandon or don't want to bother with important functions that others need.

    This addon in my opinion looks much simpler and cleaner so I hope it works for the current craft bukkit because i will definitely be using it
     
  5. Offline

    PrivateAlpha

    :D let me know if you find any bug/problems or if you want features
     
  6. Offline

    Kainzo

    I was using help tickets before bmod - now im using petition (which I greatly prefer due to the fixing of a lot of commands/issues) - though if petition doesnt work on 325+ we're in the shitter.
     
    vortal likes this.
  7. Offline

    Deadlystrike

    if i use /ht view # it crashes minecraft :(
     
  8. Offline

    PrivateAlpha

    Build number & the actual error(you can copy and paste out of the log)

    I will be updating soon to a jenkins build.. The constructor changed(again!)
     
  9. Offline

    Deadlystrike

    CLIENT:
    Minecraft has crashed!
    ----------------------
    Minecraft has stopped running because it encountered a problem.
    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.
    Mods loaded: 2
    ModLoader Beta 1.2_02v4
    mod_ZanMinimap 1.2_02 - v0.9.7a
    --- BEGIN ERROR REPORT fc94ddcc --------
    Generated 2/21/11 9:22 AM
    Minecraft: Minecraft Beta 1.2_02
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_22, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 5770 version 3.2.9405 Compatibility Profile Context, ATI Technologies Inc.
    java.lang.StringIndexOutOfBoundsException: String index out of range: 33
    at java.lang.String.charAt(Unknown Source)
    at nh.a(nh.java:150)
    at nh.a(nh.java:117)
    at ZFR.a(ZFR.java:44)
    at pe.a(pe.java:211)
    at ll.b(SourceFile:346)
    at net.minecraft.client.Minecraft.run(SourceFile:668)
    at java.lang.Thread.run(Unknown Source)
    --- END ERROR REPORT 5ac5e1ba ----------

    Server:
    Feb 21, 2011 9:21:57 AM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to HelpTickets
    java.lang.NullPointerException
    at com.PrivateAlpha.bukkit.Tickets.TicketsPlayerListener.onPlayerCommand
    (TicketsPlayerListener.java:96)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    va:144)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:60)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:214)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:626)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:600)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:592)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:77)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-21 09:23:01 [INFO] deadlystrike lost connection: disconnect.timeout
    2011-02-21 09:23:02 [INFO] Freed 59.156105041503906 MB.
     
  10. Offline

    PrivateAlpha

    BUILD NUMBER PLEASE

    with out your build number i cant really do anything
     
  11. Offline

    Deadlystrike

    345
     
  12. Offline

    PrivateAlpha

    thanks looking into it now
    --- merged: Feb 21, 2011 7:32 PM ---
    @Deadlystrike
    I could not replicate your problem but i added general error handling, atleast it shouldn't crash your server now.
    try it out and if it throws an error again in the console post it up and post up how you got the error to happen(I'd like to replicate it)
     
  13. Offline

    SplenectomY

    Got this running CB 420 (first build with MineCraft 1.3 support)

    Code:
    [SEVERE] Could not pass event PLAYER_COMMAND to HelpTickets
    java.lang.NullPointerException
        at com.PrivateAlpha.bukkit.Tickets.TicketsPlayerListener.onPlayerCommand(TicketsPlayerListener.java:21)
        at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:150)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:634)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:585)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:578)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:252)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  14. Offline

    PrivateAlpha

    Hey guys sorry to say i simply dont have the time to develop this=[

    So this is now dead and unsupported
     
  15. I love U
    [MERGETIME="1299618247"][/MERGETIME]
    would you make a massage that apears for admins which say: New HelpTicket or so?
    I think you can do this with ops?
     
  16. Offline

    PrivateAlpha

    I'm sorry but this plugin is no longer supported, although go look at petition plugin, its really good
     
  17. hm okay bt thank you.
     
  18. Offline

    Latros

    works with 493+?
    [MERGETIME="1299676121"][/MERGETIME]
    -_-
     
  19. Offline

    Kohle

    If the author even comes on anymore:

    @PrivateAlpha Do you mind if I take this over? I would hate to see this plugin go to waste.
     
  20. Offline

    Kohle

    OH FUDGE! I cant take this over because there is no download what so ever, not even a source code -,-

    @PrivateAlpha Will you please give me the source code, so I can continue this wonderful plugin you started?

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

    PrivateAlpha

    Sorry Kohle but i no longer have it since it was so old :(
     
  22. Offline

    Kohle

    :'( This makes me a little sad inside.
     
  23. Offline

    PrivateAlpha

    Its not hard to recreate the plugin, after all it was rather simple one :)
     
  24. Offline

    Kohle

    True ;)
     

Share This Page