Inactive [FUN] Qukkiz 1.1.1 like Trivia [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by xZise, Mar 30, 2011.

  1. Offline

    xZise

    Qukkiz
    This is my second plugin and second fork. Qukkiz loosely base on Trivia, but has some nice enhancements, like several question types, bukkit like coloring, expanded leader list.


    Download
    1.1.1 for 1.2.5-R1.0 (w/ configuration and readme for questions)
    1.1.1 for 1.2.5-R1.0 (jar only)
    All downloadsSource CodeQuestions
    Installation
    You only have to place the jar-file into the plugins/-directory. You also need to add the SQLite driver (sqlitejdbc-v056.jar) into the lib/ directory.

    With version 1.0.0 it also needs the Bukkit Plugin Utilities library. Place it near to the SQLite driver in the lib/ directory. Rename it to BukkitPluginUtilities.jar! Version 1.1.0 and 1.1.1 is compatible with all builds since 1.3.0 (7th development build!).

    Description
    Qukkiz is a replacement for Trivia, as Trivia wasn't developed for weeks. Because of this I forked this project and redeveloped it.

    For simple Qukkiz asks the players a question, and they can answer it. For correct answers they been rewarded by points, items or coins and this fully configurable.

    To play Qukkiz/Trivia you have at first to enable qukkiz for you by executing “/qukkiz”. After his qukkiz will also send the actually question to you. To disable qukkiz for you execute the command a second time.
    Commands
    • /qukkiz answer <answer> – Answers on a question.
    • /qukkiz – Enables/Disables qukkiz for you.
    • /qukkiz subscribe|store – Switches if qukkiz will be automatically enabled, if you join.
    • /qukkiz rank [player] – Shows the rank and points of the player (you if not set).
    • /qukkiz leader|top [#page] – Shows the leader board
    • /qukkiz vote – Votes for the next question.
    • /qukkiz hint – Shows the next hint.
    • /qukkiz next – Selects the next question.
    • /qukkiz load [file] – Loads all given files (or all defined in the setting)
    • /qukkiz start|stop|restart – Starts/Stops/Restarts qukkiz (e.g. to reload settings)
    • /qukkiz help [#page|command] – Shows general/command help.
    Qukkiz also uses /trivia as an alias for /qukkiz. So you could use “/trivia next” instead of “/qukkiz next”
    Permissions
    Like in the official Trivia, Qukkiz is using following permission nodes:
    • qukkiz.admin.next – Could execute /qukkiz next
    • qukkiz.admin.hint – Could execute /qukkiz hint
    • qukkiz.admin.start – Could execute /qukkiz start
    • qukkiz.admin.stop – Could execute /qukkiz stop
    • qukkiz.admin.reload – Could reload all questions
    • qukkiz.load.add – Could add a question
    • qukkiz.next – Could execute /qukkiz next but only if this person has Trivia enabled
    • qukkiz.hint – Could execute /qukkiz hint but only if this person has Trivia enabled
    • qukkiz.vote – Could vote in a running vote (also need to start a vote)
    • qukkiz.startvote – Could start a vote
    • qukkiz.play – Need to enable/subscribe
    Fabian
     
    clownfish and uitology like this.
  2. Offline

    xZise

    At the moment it is running on my build 1000 server. And to your suggestions:

    1.) At the moment it is possible to set the delay in the settings. You could do a /qukkiz restart and it should reread the settings, because I don't see any need of changing the delay all more than once.
    2.) Nice idea, also if I only would suggest 3 states: Chat, Command (/qukkiz answer), Both. Qukkiz don't differn between /qukkiz answer <answer> and /qukkiz a <answer>.

    But, at the moment I'm working on xWarp 3 so, changes in Qukkiz have to wait. But this don't mean that Qukkiz won't update. If I'm done with the SuperPerms (Bukkit Permissions) support both (xWarp 3 and Qukkiz) will support this.

    Fabian
     
  3. Offline

    M1sT3rM4n

    Good to see that this plugin is at least still being developed. I am one of the few server administrators who run this!
     
  4. Offline

    Olat

    Code:
    01:02:49 [SEVERE] Could not pass event PLAYER_CHAT to Qukkiz
    java.lang.NullPointerException
            at de.xzise.qukkiz.reward.ItemsReward.reward(ItemsReward.java:19)
            at nl.blaatz0r.Trivia.Trivia.reward(Trivia.java:583)
            at nl.blaatz0r.Trivia.Trivia.proposeWinner(Trivia.java:568)
            at nl.blaatz0r.Trivia.Trivia.proposeWinner(Trivia.java:577)
            at nl.blaatz0r.Trivia.Trivia.answerQuestion(Trivia.java:547)
            at nl.blaatz0r.Trivia.TriviaPlayerListener.onPlayerChat(TriviaPlayerListener.java:30)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:279)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:682)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            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:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  5. Offline

    xZise

    Yep here you go. I released 1.0.0 today with the possibility to limit where Qukkiz listen on. Please note the new installation routine.

    Fabian
     
  6. Offline

    fugue2005

    i get this on startup
    running cb1060 iconomy5 and permissions 3.1.6
    Code:
    2011-08-17 03:07:12 [INFO] While loading ServerStatusMC (plugins/MCST.jar) found old-data folder: plugins/MCST next to the new one: plugins/ServerStatusMC
    2011-08-17 03:07:12 [SEVERE] Could not load 'plugins/Qukkiz.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: de/xzise/wrappers/permissions/Permission
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: de.xzise.wrappers.permissions.Permission
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        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(ClassLoader.java:321)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
        ... 11 more
     
  7. Offline

    xZise

    Okay lets take a note on the installation routine:

    I guess you missed the second section.

    Fabian
     
  8. Offline

    ppp

    Plans to update for 1185+? Gets a lot of use on the server, appreciate the work put in til now!
     
  9. Offline

    xZise

    No plans to update it ;) I'm already running it with 1185.

    Fabian
     
  10. Offline

    ppp

    Ahh the trivia portion functions fine - it doesn't seem to be able to attach to iconomy6 however - is that a config change that I'm missing?
     
  11. Offline

    xZise

    There is no iConomy 6 support at the moment.

    Fabian
     
  12. Offline

    clownfish

    @xZise / Fabian

    I have a very busy server. Many of my players absolutely ((LOVE)) Qukkiz! First of thank you very very much for making it! Secondly I just updated my server to Craftbukkit #1185 and Qukkiz no longer loads as it did before. I see above that you say "I'm already running it with 1185.". What 'permission' system are you using to get Qukkiz working with Craftbukkit 1185?

    I'm currently using the following on my server:
    • Craftbukkit Build 1185
    • Essentials v2.6.1
    • Essentials GroupManager v1.2 (Phoenix 1.1.26) (for my 'Permissions')
    • Qukkiz 1.0.0
    When I load up my server, I get the following error:
    Code:
    2011-10-01 18:08:12 [SEVERE] Could not load 'plugins\Qukkiz.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: de/xzise/wrappers/permissions/Permission
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: de.xzise.wrappers.permissions.Permission
        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)
        ... 16 more
    Please update Qukkiz to work with 'Essentials, GroupManager'? It's so much fun! :)

    Thanks for all your work creating Qukkiz (from me and 100's of my server players)
     
  13. Offline

    xZise

    @clownfish: I guess you missed to installed Bukkit Plugin Utilities (see in the Installation section above).

    FYI: I'm using still the “old” Permissions system ;) But it is still working fine.

    Fabian
     
  14. Offline

    clownfish

    @xZise / Fabian
    Your right. I did miss installing the Bukkit Plugin Utilities. I now have both: "sqlitejdbc-v056.jar" & "BukkitPluginUtilities.jar" in my lib/ directory.
    I'm currently using the following on my server again: Craftbukkit Build 1185 / Essentials v2.6.1 / Essentials GroupManager v1.2 (Phoenix 1.1.26) (for my 'Permissions') / Qukkiz 1.0.0

    I now get a slightly different error:
    Code:
    2011-10-02 00:54:05 [INFO] [Qukkiz]: No permissions system found until here. A permissions plugin will be maybe activated later.
    2011-10-02 00:54:05 [SEVERE] Error occurred while enabling Qukkiz v1.0.0 (Is it up to date?): com/nijiko/coelho/iConomy/iConomy
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at de.xzise.wrappers.economy.EconomyHandler.customLoad(EconomyHandler.java:165)
        at de.xzise.wrappers.Handler.load(Handler.java:88)
        at de.xzise.wrappers.Handler.load(Handler.java:59)
        at nl.blaatz0r.Trivia.Trivia.onEnable(Trivia.java:141)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
        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)
        ... 22 more
    
    I have uploaded a .zip of my entire Qukkiz folder. I have looked it over closely. I think everyone this is set correctly. After adding "Bukkit Plugin Utilities" and getting this new error. I can now type /qukkiz leader in the console and it will list my servers past top players. If a player type /qukkiz in-game or I type qukkiz in the console we get this message Qukkiz is not running at the moment. If I try: /qukkiz start I get another length error in the console like this:
    Code:
    2011-10-02 01:34:30 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'qukkiz' in plugin Qukkiz v1.0.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:94)
        at de.xzise.wrappers.economy.EconomyHandler.customLoad(EconomyHandler.java:165)
        at de.xzise.wrappers.Handler.load(Handler.java:88)
        at de.xzise.wrappers.Handler.load(Handler.java:59)
        at de.xzise.wrappers.economy.EconomyHandler.reloadConfig(EconomyHandler.java:146)
        at nl.blaatz0r.Trivia.Trivia.startTrivia(Trivia.java:169)
        at de.xzise.qukkiz.commands.StartCommand.execute(StartCommand.java:40)
        at de.xzise.commands.CommonCommandMap.executeCommand(CommonCommandMap.java:75)
        at nl.blaatz0r.Trivia.Trivia.onCommand(Trivia.java:164)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 7 more
    Any ideas? I'll try again in the morning. . .
    Thanks for your help and the quick reply before! :)
     

    Attached Files:

  15. Offline

    xZise

    I guess, one of your plugin is proposing Register. Can you test “bukkitutil-1.3.0 b2.jar”?

    Fabian
     
  16. Offline

    clownfish

    Fabian - ok the "bukkitutil-1.3.0 b2.jar” was the key to success. The older bukkitutil didn't work. Thanks so much for your support! :)
     
  17. Offline

    rockxz2135

    Could you make it so it doesnt have to be a command to answer the question?
    so users see the question and type: a=AnswerHere
    It is possible just look for on player chat event
    OR
    Do it like the plugin Factions where you don't need to type / for the command
    so the players would type: "a ANSWER"
     
  18. Offline

    ppp

    Hi Xzise/Fabian - is there iConomy 6 support yet?
     
  19. Offline

    bigggan

    @xZise

    Can you make this server vide? so that everyone on server can play when i type "/qukkiz"?
    maybe a option in the config file. But i would rather have it server wide.
    nvm they can type /trivia to join game i though it was private.


    but this would be cool also though:
    And maybe limit the time someway, like this: question [1/10], when its over then it prints the winner from that round.
     
  20. Offline

    xZise

    The round idea looks nice. Maybe the release after the next will support this.

    Fabian
     
  21. Offline

    clownfish

    xZise/Fabian - Again, thank you very much for this wonderful plugin! My server community really loves this plugin! Please keep it up to date (as needed). I have not yet tried the new v1.1 (build 1818) craftbukkit server, but I hope this still works on it. Have a great day!:)
     
  22. Offline

    Jeremy Stuck

    Getting a failure every time I try to load questions :(
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'qukkiz' in plugin Qukkiz v1.0.0
        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:386)
        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(NetworkListenThread.java:78)
        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.ArrayIndexOutOfBoundsException: 2
        at de.xzise.qukkiz.commands.LoadCommand.execute(LoadCommand.java:48)
        at de.xzise.commands.CommonCommandMap.executeCommand(CommonCommandMap.java:75)
        at nl.blaatz0r.Trivia.Trivia.onCommand(Trivia.java:164)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    using “bukkitutil-1.3.0 b2.jar” and the other one
     
  23. Offline

    xZise

    It is working for me an all RB of 1.1 so give it a try :D

    Weird. I'll look into this.

    Fabian
     
  24. Offline

    clownfish

    @xZise/Fabian - Wow wow wow! Thank you soooo much! :) Me and my whole server are very happy this is updated! Installing it now.
     
  25. Offline

    xZise

    :confused: I didn't have to update Qukkiz, but I'll update it hopefully soon...

    And I found the bug posted by Jeremy Stuck.

    Fabian
     
  26. Offline

    xZise

    Okay here you go: I update Qukkiz now to 1.1.0! Please note that it depends on 1.3.0 7th developmental build! Any older version or any 1.2.* version won't work!

    Changelog on the Bukkit dev page: http://dev.bukkit.org/server-mods/qukkiz/

    Fabian
     
  27. Offline

    clownfish

    xZise/Fabian - Thank you very much! I'm updating my server now. I will test this with "CB v1.1R4 and R6". Nice to see you have a Bukkit dev page as well.

    Again, my server community really really loves Qukkiz and thank you deeply for making it and keeping it up to date!

    and a HUGE ((Thank You)) from my top Qukkiz players :D
    Have a great day!
    -Admin Clownfish
    (cfew.us)
    qukkiz.jpg
     
  28. Offline

    xZise

    Thanks a lot!

    Fabian
     
  29. Offline

    clownfish

    @xZise/Fabian - Your very welcome! We just updated to v1.2.5 and your Qukkiz won't load. Our community real really loves Qukkiz. At your convenience, can you please update it to work with v1.2.5 for us please :).

    This is the error I'm getting in my server log:
    Code:
    2012-04-08 18:30:15 [INFO] Starting minecraft server version 1.2.5
    2012-04-08 18:30:15 [INFO] Loading properties
    2012-04-08 18:30:15 [INFO] Starting Minecraft server on *:25565
    2012-04-08 18:30:15 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    2012-04-08 18:30:16 [SEVERE] Could not load 'plugins\Qukkiz.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: de/xzise/wrappers/permissions/Permission
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
        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:207)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: de/xzise/wrappers/permissions/Permission
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: de.xzise.wrappers.permissions.Permission
        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:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
     
  30. Offline

    xZise

    Looks like you didn't installed BPU properly. But as it already worked before I'm wondering why it isn't working anymore… Could you please recheck if you installed BPU 1.3.0-B7?

    Fabian
     
  31. Offline

    clownfish

    Fabian - OK that did it. Yes I hadn't installed BPU 1.3.0-B7 properly. I hadn't renamed it to "BukkitPluginUtilities.jar" as mentioned above.

    Qukkiz now loads and players are reporting questions coming in now, but in the console I'm getting lots of questions errors. Specifically I keep seeing this one: "Not enough sections". What does this mean?

    I'm pretty sure I'm using your latest question files. Attached to this message is a zip file containing the question files I'm currently using.

    Has something changed in how Qukkiz reads the question formats?

    Anyhow things are 'working' so my players are again happy, but I'd love to solve the repeated console log error above. Also attached to this email is a copy of Qukkiz console log.

    Thank you very much for you help from me and my whole server!

    -Clownfish
    http://cfew.us

    ** I cannot see the 2 files I attached to this message, perhaps you can. Let me know if you cannot. When I edit the message it still shows them as being attached under 'More Options'. **
     

    Attached Files:

Share This Page