[ADMN] ModTRS v2.1 - Moderator Ticket Request System [1240]

Discussion in 'Inactive/Unsupported Plugins' started by Yetanotherx, Apr 4, 2011.

  1. Offline

    thernztrom

    @Yetanotherx
    If I'd like it to run with mysql. What would the "driver" be set to in the bukkit.yml?
     
  2. Offline

    G1R Productions

    Can I make any1 a moderator? Because I don't op my mods I give them banning/muting/kicking abilities using a plugin.
     
  3. Offline

    Sayshal

    I get this message (in gold) every time I login.. I think its a bug.[​IMG]
     
  4. Offline

    TobiasBecker

    Great plugin, since I use it my work as admin is easier ;)
    But I've got a little problem :
    When someone adds a request and I want to claim it, it says
    when I type /check after this, it says that i've claimed that request but it doesn't send the message out to everyone on the server

    Tobias

    P.S. : i'm a native german speaker so please don't be critical with my mistakes ;)
     
  5. Offline

    flying_pancake

    Would it be possible to have a /hideticket command that will hide a request until that user logs back in again?
    For instance --
    User files a ticket. Administrator uses /hideticket ###
    Ticket is now hidden from /check
    User logs out
    User logs back in again, ticket re-appears with /check
    Often, a user will file a ticket and log out. Most of my tickets require the user to be online to solve. /hold doesn't really do the trick for me since none of my staff know about /check t:held -- plus it's not really the same thing
     
  6. Offline

    ProjectInfinity

    When I try to ban a person from using the system it just ends up saying his name... I am confused.
     
  7. Offline

    Achielleus

    When I try to use /modreq-ban Achielleus it just gives the message /modreq-ban [playername]
     
  8. Offline

    rylinaux

    Request:

    When ModTRS logs to the console, add the CommandSender line to the log so we are able to see who completed each request. It would also be nice to have some sort of stats feature.

    ~Ryan
     
  9. Offline

    Sogmog

    +1 for Update to CB 1337
     
  10. Offline

    Four_Down

    Suggestion: Perhaps a way for users to comment on and remove there modreq (but it would still show up in the logs etc). I know this has come up before, but you could have it be able to be turned off in the config file? And/or in game like how you can ban users from /modreq'ing
     
  11. Offline

    chlitto

    will this project be updated ?
     
  12. Offline

    sajjad

    dose this work with build: 1506
     
  13. Offline

    SuperPyroManiac

    Im OP, I have all permissions, and I use PEX. This plugin tells me I have no permission for /done or /claim.... Everything else is fine.
     
  14. Offline

    kahlilnc

    Works for me. Are you using newest PEX update?
     
  15. Offline

    SuperPyroManiac

    Yep

    But I do not use the permissions comparability thing. As It kills my plugins.

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

    schultzy

    heyy can u plzzz help me how do u do the log thing to get the perons name and how to u fixx it ??? plzz get back to me and help me thanxx:)
     
  17. Offline

    DDoS

    So, I have a problem with the permissions. All the other rank perms work but not mine (executive), I think it's because of the wildcard. (do you support them?)

    My config

    Code:
      Executive:
        default: false
        permissions:
        - '*'
        - modtrs.command.*
        inheritance: []
        info:
          prefix: '&4'
          build: true
          suffix: ''
     
  18. Offline

    NiNjAiKoToBa

    This Plugin Has a Bug In The Latest Bukkit Build. Any Players with the *Permission node (Admins and Op'd Players) get an internal error when interacting with the plugin. Any known fixes?
     
  19. Offline

    kahlilnc

    Just started getting this error. No one could join after it started happening :( CB 1565
    Code:
    2011-12-07 11:41:09 [SEVERE] Could not pass event PLAYER_JOIN to ModTRS
    java.lang.NoClassDefFoundError: com/avaje/ebeaninternal/server/expression/LogicExpression$Or
        at com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory.or(DefaultExpressionFactory.java:320)
        at com.avaje.ebeaninternal.util.DefaultExpressionList.or(DefaultExpressionList.java:492)
        at yetanotherx.bukkitplugin.ModTRS.model.ModTRSRequestTable.getRequestsQuery(ModTRSRequestTable.java:268)
        at yetanotherx.bukkitplugin.ModTRS.model.ModTRSRequestTable.getRequestsPager(ModTRSRequestTable.java:220)
        at yetanotherx.bukkitplugin.ModTRS.listener.ModTRSListener.onPlayerJoin(ModTRSListener.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:260)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        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)
     
  20. Offline

    asm0deus

    Awesome plugin. Could you add priorities to tickets so players can rank them - intergrate with questioner so it asks what rank. Priority 1 tickets will be urgent and will send out an alert. Tickets will be organized by prirotiy when you /check.
     
  21. Offline

    amunro

    I get errors for some reason, maybe it's because I updated spout?

    Anyway here is the error:

    Code:
    2011-12-13 03:53:23 [INFO] [ModTRS] Command: /check
    2011-12-13 03:53:23 [SEVERE] java.lang.NullPointerException
    2011-12-13 03:53:23 [SEVERE]     at yetanotherx.bukkitplugin.ModTRS.command.CheckCommand.onCommand(CheckCommand.java:83)
    2011-12-13 03:53:23 [SEVERE]     at yetanotherx.bukkitplugin.ModTRS.command.CommandHandler.onCommand(CommandHandler.java:129)
    2011-12-13 03:53:23 [SEVERE]     at yetanotherx.bukkitplugin.ModTRS.ModTRS.onCommand(ModTRS.java:140)
    2011-12-13 03:53:23 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-12-13 03:53:23 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    2011-12-13 03:53:23 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    2011-12-13 03:53:23 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-12-13 03:53:23 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:521)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
    2011-12-13 03:53:23 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  22. Offline

    amunro

    Nevermind, It seems to have fixed itself. I guess it was a problem with spout!
     
  23. Offline

    Yukari

    Is there any way you could add a permission to have it announced when a request is filed, and how many open requests there are when you log in? To give you admins so they can respond faster rather than having to check it every minute.
     
  24. Offline

    clownfish

    @Yetanotherx - Thank you very much for making this plugin. It is very helpful with many OPs and a busy server! I just updated to CB 1597. I get this error when loading ModTRS v2.1:
    Code:
    2011-12-17 08:58:57 [INFO] Starting minecraft server version 1.0.1
    2011-12-17 08:58:57 [INFO] Loading properties
    2011-12-17 08:58:57 [INFO] Starting Minecraft server on *:25569
    2011-12-17 08:58:57 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    2011-12-17 08:58:57 [INFO] DataSourcePool [ModTRS] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-12-17 08:58:57 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-12-17 08:58:58 [INFO] Entities enhanced[0] subclassed[2]
    Please update this plugin when you can. Our server really likes it! Happy Holidays!
     
  25. Offline

    Jhwx

    Please respond ASAP
    Hi! I just started a new server, and when I run it I get this error from the ModTRS Plugin:

    16:08:08 [SEVERE] Error occurred while enabling ModTRS v2.1 (Is it up to date?):
    com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at yetanotherx.bukkitplugin.ModTRS.util.ModTRSPermissions.load(ModTRSPer
    missions.java:34)
    at yetanotherx.bukkitplugin.ModTRS.ModTRS.onEnable(ModTRS.java:78)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:968)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Pe
    rmissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 12 more


    Also, when I type the /ModTRS command it says this "An internal error occurred while trying to perform this command"
    If you can, PLEASE HELP
     
  26. Offline

    Amaranth

    Jhwx: You need old-style Permissions or a SuperPerms bridge.
     
  27. Offline

    Yetanotherx

    That's not an error, that's debugging information.
     
  28. Offline

    Jhwx

    I do have SuperPerms Bridge, do i need to get something else? It was working fine at one point, then something happend and it got incredbly fucked up
     
  29. Offline

    ProjectInfinity

    Is this going to be updated to RB 1597?
    • Players typing /check when having no open tickets yields an error.
    • Attempting to do /modlist, /check or anything from console yields
      Code:
      23:00:48 [INFO] [ModTRS] Command: /modlist
       23:00:48 [WARNING] Unexpected exception while parsing console command
       org.bukkit.command.CommandException: Unhandled exception executing command 'modlist' in plugin ModTRS v2.1
               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:378)
               at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
               at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
               at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
               at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
               at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
       Caused by: java.lang.IncompatibleClassChangeError: Found interface org.bukkit.command.ConsoleCommandSender, but class was expected
               at yetanotherx.bukkitplugin.ModTRS.command.ModTRSCommandSender.getServer(ModTRSCommandSender.java:57)
               at yetanotherx.bukkitplugin.ModTRS.command.ModlistCommand.onCommand(ModlistCommand.java:40)
               at yetanotherx.bukkitplugin.ModTRS.command.CommandHandler.onCommand(CommandHandler.java:129)
               at yetanotherx.bukkitplugin.ModTRS.ModTRS.onCommand(ModTRS.java:140)
               at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
               ... 7 more
       
    • /modreq-ban has not been working since, ever for as long as I remember.
     
  30. Offline

    Yetanotherx

    That's because it's /modreq ban.
     

Share This Page