[INACTIVE]

Discussion in 'Inactive/Unsupported Plugins' started by Protected, Mar 10, 2011.

  1. DISCONTINUED
     
    Nox13last, Noppoly, zeeZ and 4 others like this.
  2. Offline

    GMAN

    I cant get it to work?

    am i doing something wrong

    i put the sign on it and the [MIDI]
    LostWoods
    and it wont play.
     
  3. Where did you put the sign? Is there redstone next to the sign? Did you build the noteblocks and right click the sign too? Are you sure the file is available? Did you try /midi check? What are the results? Do you have sound enabled? Are there any errors in the console? What are they? What version of CraftBukkit are you using? What other plugins do you have?

    Plugin developers can't read minds. If you want help provide DETAILED information about your situation!
     
  4. Offline

    zeeZ

  5. It's out! Version 2.0 with the promised new features, except protection against fast MIDIs because I'm still unable to reproduce the problem in my own server.

    Note that this version requires a recent, non-recommended build of CraftBukkit.

    For some reason output pins stay pressed for quite a while when they are activated so you can't use them for short musics. I'll have to look into deactivating them manually when I have time.
     
  6. Offline

    iffa

    This will save my beach party for sure!
     
  7. Offline

    lordthree

    This plugin is simply fucking amazing and just what I've been looking for! soooo awesome. Gonna do a video for it...

    One question: where is the DONATE button? I know my paypal has at least a couple dollars sitting in it that would be better off in your possession than mine :)
     
  8. I could have sworn I replied to this earlier :S

    Paypal to [email protected] , thank you!
     
  9. Offline

    DomiStyle

    Hello,
    MidiBanks works pretty good on my server.
    The only problems I have is that sometimes it locks the server with this error message:

    Only the music continues playing on all clients you can't break block or use any command ingame.
    "stop" is the only command working in the console.
    It happens sometimes after 2 minutes, sometimes 2 hours and sometimes it never happens at all.
    The server I tested on had no other plugin and only 1 single midi was active.
    Hope you can fix the problem. :)
     
  10. That seems to happen to some people when they overload a noteblock with updates. It's a server error and there is nothing I can do about it. I can't even reproduce it in fact, but either slowing down the midi using < or { or splitting it across more noteblocks by editing the midi, using T, not using C, etc. should help.
     
  11. Offline

    Astrum

    Does this play at a global level(everywhere) or a local one(around the noteblock)?
     
  12. Offline

    treegis

    If I'm not mistaken, there is an actual radio plugin for mc
     
  13. It Plays Local around the NoteBlocks.
     
  14. Offline

    WillemSV

    Thanks. This is fun and easy! Greetings from The Netherlands.

     
  15. Offline

    VGLink

    It works in the default world world but in my second world it just plays the noteblocks typical sounds
     
  16. Offline

    Traybair

    It is only playing on the first two blocks for me.. What does this mean? lol
     
  17. Offline

    OliTheG

    LOVING IT!

    Works fine on bukkit b818

    Oh yes, and does anybody have any more interesting midi's? Halo theme, lazy song, fireflies, its all good :)

    In fact, does anyody have a good "still alive"?
     
  18. Offline

    StoutyAlex

    here you go :D

     
  19. Offline

    Hanswalter123

    why is there no permission?
     
  20. Offline

    heroanth2345


    Permissions integration

    Install PermissionsPlayerVarProvider as described in the proper thread. After you reload, the BOOLEAN (true/false) settings defined under the midibanks config block will automatically become Permissions (they will no longer be read from config.yml).

    All permissions/settings have the exact same name as in config.yml (see below), for example:
    midibanks.can-create
    midibanks.can-use​
    Isn't THAT permissions ???
     
  21. Offline

    Hanswalter123

    But wheni do that, all admins cant play or creat music :/
     
  22. Do they have '*' permissions?
     
  23. Offline

    ferretlegs

    Hi there, this is a great plugin that adds lots of atmosphere to areas of our server. I seem to have only found one bug and that is that the capital A switch for auto start does not seem to work if you are also using the capital X switch. For example, when we restart our server, all the music boxes with LA will restart by themselves, but the songs with XLA switch need to be manually started after the server restart. Hope this helps.
     
  24. Unless anyone else with that problem shows up, I'll have to assume user error or that there's another problem you aren't noticing, because two are handled by completely separate code...
     
  25. Offline

    heroanth2345

    I noticed that the TicknextTick error just appear randomly, It can happen even if there's no music playing
    You only need the plugin in your folder.
    BTW, thx for this great plugin
     
  26. I'll officially open the source soon so someone can give a shot at trying to solve it, because I was never, ever able to reproduce that.
     
  27. Offline

    Vittek

    Also had to disable the plugin due :

    Is there no way you could say make a "speedlimit" for midis?

    Or maybe a default speed for all midis? As said not sure if thats even possibl.e
     
  28. Offline

    Sathex

    Ehr... Does this mean that i can convert an MP3 file to a MIDI file, and then upload it?
     
  29. Offline

    s1ck3st

    yes in theory! in practice you just have 5 instruments and other cut backs within minecraft -at least you have to try&error till music sounds well! Of course the best results you can achieve is by converting intrumentals with less instuments.

    EDIT: This example is perfect: Bavarian Anthemn
    Midi Files can easily be found here
     
  30. Offline

    ferretlegs

    Hi there, thanks for the response. Not sure how this could be user error as it is pretty clear from the 6 or 7 midibanks we use in our world that its only the same 3 that dont auto restart when we restart the server. The only thing in common with these 3 is that they use the X flag. I dont know how else we could do this wrong.
    Anyway, I think it may be something to do with essentials because when i upgraded essentials today I got this on first startup
    2011-06-27 23:18:53 [INFO] [MidiBanks] Auto-starting A banks in currently loaded chunks...
    2011-06-27 23:18:54 [SEVERE] Exception in thread "Timer-1"
    2011-06-27 23:18:54 [SEVERE] java.util.ConcurrentModificationException
    2011-06-27 23:18:54 [SEVERE] at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:781)
    2011-06-27 23:18:54 [SEVERE] at java.util.ArrayList$Itr.next(ArrayList.java:753)
    2011-06-27 23:18:54 [SEVERE] at net.myshelter.minecraft.midibanks.SongInstance.over(SongInstance.java:139)
    2011-06-27 23:18:54 [SEVERE] at net.myshelter.minecraft.midibanks.SongInstance.nextTick(SongInstance.java:71)
    2011-06-27 23:18:54 [SEVERE] at net.myshelter.minecraft.midibanks.MidiPlayerStep.run(MidiPlayerStep.java:15)
    2011-06-27 23:18:54 [SEVERE] at java.util.TimerThread.mainLoop(Timer.java:555)
    2011-06-27 23:18:54 [SEVERE] at java.util.TimerThread.run(Timer.java:505)
    2011-06-27 23:18:54 [INFO] [MidiBanks] Done; found 4 A banks.
    After that, none of the banks would work, but after doing a /rel command all of the banks auto started including the troublesome ones. Once I clean stopped the server and restarted I did not get the above error message again, but we were back to where we were where the same 3 banks with capital X did not restart - they always need manual restarting after a restart. Some extra info, the sign always says playing in the status but it is not playing, it needs a right click to get it going again. Hope this helps. :)
     
  31. When I have some free time I'll try to patch this up.
     

Share This Page