[ADMN/GEN/TP] OKModTickets v1.0.2 - Support ticket system for Bukkit [1.0.0-R1]

Discussion in 'Inactive/Unsupported Plugins' started by Kalman Olah, Oct 3, 2011.

  1. Offline

    Kalman Olah

    OM - OKModTickets
    by Kalman Olah​
    Latest version: 1.0.2 ( Download )​
    Would you like to buy me a drink? some useless stuff from Amazon? a car?​
    [​IMG]
    What is OKModTickets?
    OKModTickets is a simple support ticket system for Bukkit. It allows player to submit tickets, should they be experiencing issues. OKModTickets features a workflow system, some built-in teleportation commands, permissions nodes for everything, and ticket cooldowns.
    OKModTickets supports Permissions, PermissionsEX, GroupManager and bukkit's permissions.
    Where can I download it?
    The latest version of OKModTickets can always be found here.
    Additionally, OKModTickets comes with an auto-updater which will download updates to the /plugins/OKModTickets/update/ folder.
    How do I set it up?
    After you've extracted the .jar to your server's /plugins/ directory and have restarted your server OKModTickets will generate a config.yml file, which can be found in the /plugins/OKModTickets/ directory.
    Example config.yml:
    Code:
    play-time-required-to-submit-ticket-in-minutes: '1440'
    cooldown-time-in-minutes: '10'
    enable-anonymous-stat-tracking: 'true'
    default-ticket-tier: Default
    ticket-tiers:
        Default:
            node: okmodtickets.tier.default
        Mod:
            node: okmodtickets.tier.mod
        Admin:
            node: okmodtickets.tier.admin
    Explanation:
    How do I use OKModTickets?
    List of commands and permissions nodes:
    Misc:
    Check out the source code on GitHub at:
    https://github.com/kalmanolah/OKModTickets

    Changelog:
    Version 1.0.2
    • Bugfixes to configuration class.
    Version 1.0.1
    • Minor update to permissions Check.
    • Ignored deprecation warnings.
    Version 1.0.0
    • First public release.
     
  2. Offline

    ProcessedBeef

    This works great, thanks for this awesome plugin.
    I do have one suggestion to make it easier for my moderators to remember the commands, it would be nice if just typing /ta or /ta help would give a list of commands that can be used like most other plugins do.
     
  3. Offline

    xdeathoreox

    Same as Freddie589

    Code:
    15:15:22 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ta'
    in plugin OKModTickets v1.0.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    85)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:777)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
            at me.kalmanolah.om.OKFunctions.getTickets(OKFunctions.java:129)
            at me.kalmanolah.om.OKCmd.onCommand(OKCmd.java:130)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    Everything else works except /ta list and /ticketadmin list

    NOTE: OPs can use /ta list. But my mods can't.

    Running Latest bukkit build (1.1-R2)
    Using bukkitpermissions
     
  4. Offline

    killertudse

    Hey.
    I get this error when typing /Ta list
    .
    2012-01-29 09:34:27 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ta' in plugin OKModTickets v1.0.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:382)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:768)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:728)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:721)
    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:96)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:535)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
    at me.kalmanolah.om.OKFunctions.getTickets(OKFunctions.java:129)
    at me.kalmanolah.om.OKCmd.onCommand(OKCmd.java:130)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  5. Offline

    Tomskied

    Any updates planned? Really want to use this plugin, but keep getting errors.
    Tom
     
  6. Offline

    matiyarosz

    Download not working :(
     
  7. Offline

    Laguna

    Plz! update link! =( download not working
     
  8. Offline

    Asphodan

    Kalman Olah has quit plugin programming, you'll need to find another solution to moderator tickets.

    I'm willing to have it updated, if anyone can PM me a link to their jar.
     
  9. Offline

    md_5

    Long time no see Kalman Olah. 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
     

Share This Page