[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. Offline

    ClearTranquil

    Hey, thanks for updating this to Spout, I have a question though.

    I only want to use this for texturepacks and only if I don't need my players to install/mod anything. So, does this work without Spoutcraft Launcher or patching the .jar on the client-side?
     
  3. Offline

    CuZnDragon

    Anything to do with changing texturepacks will require SpoutCraft. As the normal minecraft does not have the code to receive texturepacks.
     
  4. Offline

    MCCity

    why does this plugin just not work? x.x
     
  5. Offline

    Mrtaylan

    hello,
    i am new on minecraft and craftbukkit and I have this question.
    how do I install and use bukkitcontrib?? can please someone give me a clear explantion
     
  6. Offline

    Bseagull

    Looks very nice and I don't get any errors, but needs a wiki and help on how to do stuff. It runs fine, its just that it generates a random config file saying "ForceSinglePlayerClientKickMessage: This server requires the BukkitContrib SP mod! http://bit.ly/bukkitcontrib
    ForceSinglePlayerClient: false
    AuthenticateTicks: 200
    AutoUpdate: true
    "
    Thats all it generates. I would love to use this stuff, mainly the capes, but how? Please respond!!!
     
  7. Offline

    EMOberger

    You really need to read.
     
  8. Offline

    Bseagull

    What?
     
  9. Offline

    EMOberger

    It tells you how in the O.P.
    read.
    also this plugin is for bukkitcontrib alpha which is outdated (someone in the comments has made it for spout)
     
  10. Offline

    Bseagull

    Well yea but nothing worked for me and it kept telling me i wasn't registered or something... idk.... i just got a cape mod....
     
  11. Offline

    CuZnDragon

    Look at message 441
     
  12. Offline

    Prime

    How do you have multiple capes + titles?
     
  13. Offline

    lightphoenix2

    [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.InventoryPlayer.j()Lnet/minecraft/server/ItemStack;
    2011-10-10 22:07:41 [SEVERE] at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.java:178)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.Packet102WindowClick.a(SourceFile:28)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-10-10 22:07:41 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-10 22:07:41 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.InventoryPlayer.j()Lnet/minecraft/server/ItemStack;
    at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.java:178)
    at net.minecraft.server.Packet102WindowClick.a(SourceFile:28)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  14. Offline

    JargonTheRed

    This plugin is severely outdated. Remove bukkitcontrib and switch to Spout and SpoutEssentials.
     
  15. Offline

    Celinho234

    Nice, testing here :)
     
  16. Offline

    Wulfspider

    Testing what? BukkitContrib nor this plugin are even in existence anymore. BukkitContrib has been renamed as Spout and that was 4 months ago. :p
     
  17. Offline

    Celinho234

    Sorry, i'm testing the spout [creeper]
     
  18. Offline

    drakee510

    Ok, this may have already been answered but I can't find it. Where is the directory that you put the MP3s in?
     
  19. Offline

    Wulfspider

    Spout is the new version of BukkitContrib. This thread is only here for archives.

    MP3s are also not supported. Only ogg, wav, and midi are supported and you'd need to use a plugin such as SpoutEssentials that makes use of that API.
     

Share This Page