[ADMN/FUN] BukkitContribEssentials v0.1.3 - Textures, capes, music, notifications, and more! [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Nightgunner5, Jul 9, 2011.

  1. Offline

    Nightgunner5

    BukkitContribEssentials - Textures, capes, music, notifications, and more!
    Version: 0.1.3

    BukkitContrib is an amazing plugin. Unfortunately, it does nothing on its own that can be used by a non-programmer. BukkitContribEssentials uses many of the features of BukkitContrib without needing any code to be written other than a simple configuration file.

    Features:
    • Custom texture packs, globally or one per world
    • Custom player capes and skins
    • Custom player titles - can be multiple lines
    • Play music from Minecraft or from a URL, globally (requires OP) or just to yourself (/playmusic command)
    • Custom notifications when entering an area - Includes name, description, any item icon, and (optionally) music
    • Automatically installs BukkitContrib if it's not already available
    Download - Source Code

    [​IMG]

    Changelog:
    Version 0.1.3
    • Updated to work with BukkitContrib 0.1.6
    • Added version command
    • Added reload command
    • Fixed players not getting capes and skins when the /reload command was used
    Version 0.1.2 (2,291 downloads)
    • Fixed log spam when entering a region
    • Added the ability for custom music to be played when entering regions (previously custom music was only available via the /playmusic command)
    Version 0.1.1 (326 downloads)
    • Stopped trying to load BukkitContrib before the check to see if BukkitContrib is installed.
    • BukkitContribEssentials will now display an error message in the server console if an invalid URL for a texture pack is used.
    • Fixed edge case where a player leaving within 1/20 of a second from joining would create log spam.
    Version 0.1 (73 downloads)
    • Initial release
    Default config too confusing?
    Here's a different example:
    Code:
    texturepack:
        default: http://dl.dropbox.com/u/32644765/texturepacks/vbtp0-pangea.zip
        world_nether: http://dl.dropbox.com/u/32644765/texturepacks/vbtp1-deepspace.zip
    regions:
        world:
          - name: MetroVox Station
            description: Travel hub of the world
            icon: MINECART
            music: http://example.org/trainstation.ogg
            max:
                x: 128
                y: 79
                z: 56
            min:
                x: 96
                y: 0
                z: 29
          - name: The Grand Tree
            description: Full of spirits and leaves
            icon: SAPLING
            max:
                x: 6
                y: 127
                z: 113
            min:
                x: -43
                y: 0
                z: 65
          - name: Alden
            description: Hey, look! Sand!
            icon: DEAD_BUSH
            music: WET_HANDS
            max:
                x: 74
                y: 127
                z: -167
            min:
                x: -8
                y: 0
                z: -207
          - name: Faldor
            description: Town of boxes
            icon: CHEST
            max:
                x: 170
                y: 127
                z: -639
            min:
                x: 32
                y: 0
                z: -791
    player:
        Nightgunner5:
            cape: http://llamaslayers.net/cupcape.png
            skin: http://example.com/skins/nightgunner5.png
            title: |
                Nightgunner5
                The Great
     
    kahlilnc, Geckoleon, RGadelha and 5 others like this.
  2. Spout and BukkitContrib are the same thing. The difference is their name and that Spout is getting updates and BukkitContrib is not. You should disable all BukkitContrib plugins untill they have been updated to Spout, or you could stick with an old version.
     
  3. Offline

    Save777_

    ok Thanks
     
  4. Offline

    martinherrmann

    cant wait to get this to spout!
     
  5. Offline

    rakiru

    Excellent plugin.

    Problem: When I /reload, all clients with the BukkitContrib client mod installed get kicked with a packet error (91 I think, but I'll have to check as I don't currently use the mod personally). It happens with every reload.
     
  6. Offline

    EMOberger

    Have an option to make the song loop please.
    like /bukkitcontribessentials <music name> loop true
    than /bukkitcontribessentials music stop
    for players that don't want to listen to the song anymore.
    also a stop script when exiting the region.

    If one of my players can't hear the music but everything else works what may the problem be?

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

    Gabriel333

  8. Offline

    Hendies

    Yes I do thanks :) but the thing I don't like about it is the seperate launcher. Why would you need a seperate launcher for Minecraft when Bukkitcontrib worked fine without a launcher before?
     
  9. Offline

    Nytemare3701

    The launcher allows safe, automated updates for the player, as well as full control by plugin authors over what the player sees/hears.
     
  10. Is it possible for me to just utilize the texture pack feature? Because that is the only feature of this plugin I wish to use, is having a server-wide texture pack. I do not wish to use the other parts of this.
    Thanks!
     
  11. Offline

    Taemera

  12. Offline

    martinherrmann

    yeah with the launcher you dont have to patch the jar file anymore and you're able to use a clean client after updates even without loosing preferences or stupid updating class files.

    it's cleaner!
     
  13. Offline

    EMOberger

    what website do you guys use for the music files?
     
  14. Offline

    tbsman

    It's not working with Spout. could you Update it?
     
  15. Offline

    djrazr

    Yeah .. please
    I wrotea full Sql Client
     
  16. Offline

    CuZnDragon

    Will this be updated to spout?
     
  17. Offline

    Marcos Cosmos

    @Nightgunner5 mate, you've gotta update this thing for spout, or at least post about when you plan to. :3
     
  18. Offline

    ARR8

    I woud really like this for Spout.
     
  19. Offline

    EMOberger

    See any problems with this? The last one "Alex's domain" is not working.
    Code:
    regions:
        heavens:
          - name: Heavens
            description: Heavens
            icon: CAKE
            music: http://whc.at.ua/zelda.dubstep.EPIC.ogg
            max:
                x: 99999999
                y: 99999999
                z: 99999999
            min:
                x: -99999999
                y: -99999999
                z: -99999999
        underworld:
          - name: Underworld
            description: Welcome, To the Underworld.
            icon: FIRE
            music: http://whc.at.ua/Hazuki_Nano.ogg
            max:
                x: 99999999
                y: 99999999
                z: 99999999
            min:
                x: -99999999
                y: -99999999
                z: -99999999
        world:
          - name: Alex's Domain
            description: RAWRRRR
            icon: Redstone_Torch
            music: http://whc.at.ua/Thousandfold.ogg
            max:
                x: -367
                y: 84
                z: 486
            min:
                x: -354
                y: 78
                z: 477
     
  20. Perhaps its because you made a giant region and a smaller one inside it.
     
  21. Offline

    StarKy95

    Are you going to create a plugin for Spout(same as BukkitContrib)?
     
  22. Great plugin before but now needs spout support
     
  23. Offline

    EMOberger

    those are for different worlds. anything else?
     
  24. My bad! This is what you want:

    You switched min/max x coordinates.

    Code:
        world:
          - name: Alex's Domain
            description: RAWRRRR
            icon: Redstone_Torch
            music: http://whc.at.ua/Thousandfold.ogg
            max:
                x: -354
                y: 84
                z: 486
            min:
                x: -367
                y: 78
                z: 477
     
  25. Offline

    EMOberger

    ohh wow i feel really dumb...i need to go back to 3rd grade for not seeing that -.-
     
  26. Its okay! :) We all have our silly moments.
     
  27. Offline

    Demon Boy

  28. Offline

    Scandragon

  29. Offline

    40540057

    he hasn't posted on this thread in a while, I think he abandoned this plugin ... he didn't respond to any requests for support or additional features ... I would looking for alternatives w/ spout support ... in fact, I already am
     
  30. Offline

    Marcos Cosmos

    Oh theres alternatives, they just cant hold a candle to it.. youll need about 3 plugins to match these features.. and even then its not nearly as easy xD, it basically combines playereditor, biomesound and spouttexturepack o.o, maybe more..
     
  31. Offline

    CuZnDragon

    Looks like I have gotten it working under Spout now at least.
     

Share This Page