Inactive [FUN] NightClub v1.2.1 - Unce Unce Unce [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Kevin Forte, Jun 7, 2011.

  1. Offline

    Kevin Forte

    NightClub: Unce Unce Unce
    ~Version: 1.2.1~
    Download: [JAR]

    Need some beats? Need a flashy dance floor? Need some strobing torches? Want them to all be tempo-synchronized? Look no further.

    Features:
    • Establish clubs for players to teleport to.
    • Place strobing torches, color-changing wool, and club-beat generating note blocks.
    • Configure the tempo at which the floor flashes, the torches pulse, and the beat drops (Yeah, I said that).
    • True-Strobe mode. (Ignores the tempo you have set for torches and flashes them wildly)
    • Select the Note Block instrument for both the Down and Up beats.
    • Turn Strobing on/off from in game.
    • Give other characters milk buckets to make them easier to sleep with. (Just kidding)
    How-To:
    Show Spoiler

    I have no idea why I didn't start with a how to. I'm pretty sure I placed instructions within the plugin, but I apologize for assuming this was really simple to use.

    To get things to strobe, first type /strobe to turn on 'Strobe Placement Mode'. Make sure you have the proper permissions to use the command.

    Once in Strobe Placement Mode, you can place (normal, soon to be redstone as well) torches, wool blocks, and note blocks. Torches placed while in strobe mode will blink on and off, wool blocks will change color, and note blocks will produce an 'un-tiss-un-tiss-un-tiss' style beat.

    At any location, you can use the '/club set [club name]' command, and it will create a club with that name. To teleport to that club at any time, type '/club [club name]'.

    I think it's sort of self explanatory from there, let me know if you need any more help.



    Video thanks to @jaydenbadboii !

    Commands:
    • /club ~ Lists commands.
    • /club list ~ Lists clubs.
    • /club set [club name] ~ Sets a club at your location.
    • /club delete [club name] ~ Deletes a specific club.
    • /club [club name] ~ Teleports you to a club.
    • /strobe ~ Toggles Strobe Placement Mode.
    • /strobe toggle ~ Switches strobe on/off altogether.
    Permissions:
    • NightClub.go ~ Allows use of the '/club [club name]' command.
    • NightClub.build ~ Allows use of the '/club set [club name]', '/club delete [club name]', '/strobe', and '/strobe toggle' commands.
    Recognized Note-Block Instruments:
    • Bass Guitar
    • Snare Drum
    • Bass Drum
    • Piano
    • Sticks
    • Clicks
    To-Do:
    • True-Strobe Mode (Self-Explanatory)
    • Instrument Selection.
    • Optional Permissions usage.
    • Specific Color Selection for Strobe Blocks.
    • I don't know, make suggestions!
    Changelog:
    v1.2.1
    • NPE Fixes.
    • Minor typo in version on disable.
    v1.2
    • All data is now saved in the config.yml
    • 'Start Server With Strobe On' option added in config.
    • '/strobe toggle' command added.
    • Recognized 'Infinite Torches' bug fixed.
    v1.1.1
    • Bug that allowed people to delete Beat Blocks even with Strobe Mode off fixed.
    Show Spoiler

    v1.1
    • True-Strobe Mode added to the config.
    • Selectable instruments added to the config.
    v1.0

    • Original Plugin Release.
     
  2. Offline

    Monkah

    How about the option to have Deadmau5's strobe song (noteblocks) starting at:

    0:00
    4:30
    or
    7:00
     
  3. Offline

    jtlcr777

    Ah I needed this, since the plugin DiscoSheep (similar with the rave-party theme) is getting outdated I think.
     
  4. Offline

    efstajas

    GROOOOOOOEAT!! :cool:
    I love to build discos with redstone and CraftBook which worked pretty well, but now with this plugin this will be much easier I think! Definitely going to try it out tomorrow. :)
     
  5. Offline

    Kevin Forte

    What?

    Ah, well glad this plugin came just in time haha.

    Hopefully it works well for you :)

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

    jtlcr777

    Hm...is the strobes supposed to stay after a /reload or server shut down? Because after any of these they stop strobing...maybe you can add persistence as a suggestion?

    And one more thing...can you let us configure what the noteblock spawns underneath it? Because I would like to have it only under cobble, not alternating between cobble and sand.

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

    kahlilnc

    Great now I can Unce Unce Unce with every body else on my server. :)
     
  8. Offline

    Kevin Forte

    They are supposed to, yes, and they do for me. Do you get any errors or anything? I can possibly add configurable tracks, I'm not sure yet.

    You bet. :p

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

    Demonofbirth

    Can I see a screenshot? This automatically makes the club?
     
  10. Offline

    matthew_goodman

    getting this error

    00:43:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'club
    ' in plugin NightClub v1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHand
    ler
    at kforte318.NightClub.NightClub.onCommand(NightClub.java:280)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHa
    ndler
    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)
    ... 14 more

    Any Ideas??
     
  11. Offline

    jtlcr777

    Huh I get something like that too when I create a nightclub in one map then switch to another. Also...
    Your thoughts on this?
     
  12. Offline

    tha d0ctor

    very cool, can we see a youtube vid please?

    you can do this all with controller blocks and redstone if you are patient enough ;)
     
  13. Offline

    bruceweed

    Are we able to change the sounds of the note blocks for the beats?
     
  14. Offline

    Kevin Forte

    I'll get a screen shot, no it doesn't you make it automatically.
    Can't change the color of wool with controller blocks :) I'll see about a YouTube vid, but i don't really know how to make them ):

    Missing permissions.

    I thought I already replied, but I guess not. It's possible, but I'm not really sure.
    On the way :p
     
  15. Offline

    bruceweed

    Estimated release date for the ability to change note block sound?
     
  16. Offline

    Kevin Forte

    Tough to say, very tough to say. Within the next few days I suppose.
     
  17. Offline

    bruceweed

    Look forward too it. Would be a nice addition to my server.
     
  18. Offline

    Kevin Forte

    Well, that release date came a lot sooner than I thought because I got bored. :D
    v1.1 Released, True-Strobe Mode and Up/Down Beat Instrument options added to the config.
    Make sure to delete your current config.
     
  19. Offline

    bruceweed

    Sweet! nice work. I'm going to put it in and test it now.
     
  20. Offline

    Kevin Forte

    Alright, cool. Let me know if you run into any issues, and what you think.
     
  21. Offline

    bruceweed

    Are we able to add multiple note blocks and change each seperately to make a song so to speak or beat. Instead of being able to say only choose 2 different sounds for all the note blocks?
     
  22. Offline

    Kevin Forte

    Nahh, right now it's just changing the sounds of the Down and Up beats to the set tempo. I would check out MusicCraft for all of your song making needs though, it's sweet. :)
     
  23. Offline

    bruceweed

    yea but i like the fact that you can make the wool and torches glow and everything. I was hoping that it would work like that >.< maybe in a later release?
     
  24. Offline

    Kevin Forte

    Possibly :p For now though, you could just use MusicCraft for the music and This for the dance floor and strobes ;P
     
  25. Offline

    bruceweed

    I was actually debating on trying that actually. Not sure how well it would work but doesnt hurt to try.
     
  26. Offline

    Kevin Forte

    Go for it. xP
     
  27. Offline

    Zaonhort

    I've noticed several bugs using this plugin. One bug is if you go in strobe mode and place a noteblock it appears no matter if you try to get rid of that particular noteblock to stop strobing, it always goes back to strobing even when that option is off. I've noticed this only happens if a previous block was strobing there. This also is the same for torches, and wool.

    Trying to break the strobe torches in and not in strobe mode causes them to reproduce themselves infinitely. For instance I tried to get rid of the torches so I used //set 0 using worldedit all that did was make it rain torches from above. I even tried regenerating the chunks in that area and they still continued to fall. Heres a screenshot:

    [​IMG]

    Regardless of these bugs this plugin is still quite awesome until you want to get rid of the club that is.
     
  28. Offline

    matthew_goodman

    do u have to use permissions?? can u not make it so you dont need it? only OPs can use the commands?
     
  29. Offline

    Kevin Forte

    I noticed the bug with the torches, I think the only solution is to not use WorldEdit to get rid of clubs. I'm also going to make it so you can't break the block the torch is against unless in strobe edit mode. I don't exactly understand what you mean by the other bugs though?

    I can work on that too.
     
  30. Offline

    Zaonhort

    Well for the other bug, (its hard to explain so bare with me :D) basically in strobe mode I put up a noteblock with a block underneath is like normal. However I turned off strobe mode to delete this noteblock because I didn't want it synced with the club beat of the other noteblocks next to it. However, with strobe mode still off, I placed back the noteblock after removing it and the block below however it went right back to strobing for some reason.
     

Share This Page