[FUN/MECH] JukeIt 3.0.0 (formerly JukeBukkit) [SPN1414/CB1.4.7-R0.1]

Discussion in 'Archived: Plugin Releases' started by thedudeguy, Aug 10, 2011.

  1. Offline

    thedudeguy

    [​IMG]


    JukeIt (formerly known as JukeBukkit) will no longer be hosted on BukkitDev.

    JukeIt can now be found Here.
     
  2. Offline

    etrubi1

    LOL Cool. I'm waiting for MP3 :)
     
  3. Offline

    Minermax7

    hey, how come it won't let me edit the config?
    i tried to edit the true or false but it just wont let me, i think i figured out thats why, needa put the web-server to false and some other things.
     
  4. Offline

    thedudeguy

    I don't know why you cant edit your config. sounds like there is something wrong with your server.
     
  5. Offline

    Meteo

    Is there a way to loop the music over and over and over infinitely? Oh, btw, great plugin, its the best.
     
  6. Offline

    thedudeguy

    no, but you can use a redstone timer...
     
  7. Offline

    Meteo

    Umm i tried that, it keeps restarting the song from the beginning over and over and over, it doesnt even get half way through. I made millions of repeaters, but it doesnt get to the point where i need it to be T~T
     
  8. Offline

    LORD1MK

    'cause when I try crafitar items plugin, it enves Medar items plugin he's a flint
     
  9. Offline

    Meteo

    Nvm used the RedstonejukeboxTrig.jar. Thanks for the plugin ^^
     
  10. Offline

    Viet

    Oh nice. thanks for mentioning Redstone Jukebox Trigger :)
     
  11. Offline

    Meteo

    Sadly, i just tried it and it stopped working... ugh....
     
  12. Offline

    thedudeguy

    google for extreme delay circuits
     
  13. Offline

    Okacraft

    Ty very good job i love your plugin !
     
  14. Offline

    Meteo

    Its complicated, but doable, unfortunetly very messy job of it.... and exact timing is very hard to get... is there a way to add auto looping?
     
  15. Offline

    thedudeguy

    its going to be a while until I add it, its not a priority for me.
     
  16. Offline

    Meteo

    Ah i see... well thank you anyways ^^
     
  17. Offline

    misteryman321

    ummmmm... how do i say this. it does not work for me,i installed spout plugin on my server and spout craft for me but when i go to craft them nothing happens and i use the craft page and nothing happens can you help? there are no errors in my server consol eirther so i cant show it
     
    Livin4Jesus likes this.
  18. Offline

    Livin4Jesus

    I'm getting the exact problem. Except there is an error in my console...
    Here's the pastebin link, the JukeBukkit error starts on line 11: http://pastebin.com/S2hLWEpY
    I've re-downloaded the plug-in at least three times, so it's not the .jar... I've fully edited the config.yml file, but it just doesn't work...
    Also, I'm using Hamachi to host my server. I don't think it'll help, but you never know.
     
    misteryman321 likes this.
  19. Offline

    misteryman321

    I mostly fixed it. i had to update the .jar of spout plugin and all the textures worked exept the downloading. it will burn fine with drop box i am using the ogg format and when it says download it doesnt stop it just sits there. and this plugin is more for a public server livin4jesus cause u need to portforward the plugin in order to have other ppl connect to the plugin that way. Just a Heads up! :D
     
  20. Offline

    Livin4Jesus

    Aw, dangit... Well, time to learn to portforward! -.-;
    Thanks, mistery! ^-^
     
  21. Offline

    thedudeguy

    @misteryman321
    @Livin4Jesus

    strange. I get no errors like this. The stack trace is stating the the plugin.yml is invalid, or also, it just cant read the plugin.yml.

    Sounds like something that would happen if your download would get corrupt. Or, if you are on Linux, improper read/write permissions. Dunno about windows, but there could still be a read permission issue, as in, the user that craftbukkit is running as (every process runs under a user), doesn't have permission to read jukebukkit.jar.
     
  22. Offline

    Livin4Jesus

    Oddly enough, I disable the webService, and it seemed to work...kinda. Everything else worked, but it just wouldn't play music, obviously. :p
     
  23. Offline

    thedudeguy

    are you doing a soft server reset via /reload?

    you need to do a full hard reset.
     
  24. i cant sign up to that thread you published for tickets, it wont let me. But i have a weird error here.

    This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-37-gc0ad5f6-b2257jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.1-SNAPSHOT)

    jukebukkit.jar downloaded today


    [SEVERE] Could not pass event SpeakerWirePlaceEvent to JukeBukkit
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at cc.thedudeguy.jukebukkit.materials.items.SpeakerWire.onItemInteract(SpeakerWire.java:54)
    at org.getspout.spout.SpoutCustomBlockMonitor.onPlayerInteract(SpoutCustomBlockMonitor.java:53)
    at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:35)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:637)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:114)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:172)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassCastException: cc.thedudeguy.jukebukkit.materials.blocks.Speaker cannot be cast to cc.thedudeguy.jukebukkit.materials.blocks.Spe
    akerWireBlock
    at cc.thedudeguy.jukebukkit.materials.blocks.SpeakerWireBlock.isFaceConnected(SpeakerWireBlock.java:61)
    at cc.thedudeguy.jukebukkit.materials.blocks.SpeakerWireBlock.hasOpenEnd(SpeakerWireBlock.java:53)
    at cc.thedudeguy.jukebukkit.listeners.SpeakerWireListener.getAvailableWires(SpeakerWireListener.java:52)
    at cc.thedudeguy.jukebukkit.listeners.SpeakerWireListener.onPlace(SpeakerWireListener.java:200)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    ... 25 more
     
  25. Offline

    thedudeguy

    thanks for reporting. ill get that fixed up.
    btw speaker wire does not yet do anything
     
  26. This Looks Pretty Awesome.[fire][fire]:D
     
  27. Offline

    t3chguy

    is this Tekkit compatible, I run a tekkit server and this mod is just WOW, I would LOVE to have this be compatible with the tekkit client, but since I think tekkit uses a modified spout it doesnt, well it doesnt work one way or another, I just see pseudo blocks, like flint and pressure pads etc, basically is there ANY way to make this work on a tekkit server with the tekkit client, modified or not :D?
     
  28. Offline

    thedudeguy

    I'm afraid I don't know the first thing about Tekkit.
     
  29. Offline

    Xemiru

    I wish there was a Forge-Mod version of this plugin. :c.
     
  30. Offline

    Maynard680

    This looks to be a great plugin but am having trouble downloading it, all the ones I try are either too old or it does not download all the way and it has missing files, any reason this may be?
     
  31. Have you checked permissions at the folder, and stopped the server before saving?
     

Share This Page