[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

    thedarkdima

    Thanks i will try ^_^
    Edit:YEAH ITS WORKING ^_^ ARIGATO GASAYMAS!!!
     
  3. Offline

    kahlilnc

    What is the reload command?
     
  4. Offline

    thedarkdima

    when i die in world2 and respawn to world1 the texture of world 2 is still on (i got texture on world 1).
    can you make an texture check when some one respawn ?
     
  5. You're welcome! :)

    /bukkitcontribessentials reload

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

    Hamad

    how do i know what is my x y z
     
  7. Offline

    Moe041991

    Well, thats the I have it from the beginning. And its still not working:


     
  8. Offline

    EMOberger

    woo still no reply...
     
  9. Offline

    Simrayz

    I need help! The config file seems to bug out when i add new regions and players to it! How do i add another player to the file without breaking it? Also, is it possible to set a special cape for ie. a Veteran Warrior(a whole group)?
     
  10. Offline

    Sim121

    I was wondering. Do you think it's possible to put very big coordinates to surround your entire world and put a blank .ogg song in order to, when you get out an area with a specified song, the song stops ?
    Or even to play a global song when you're not in a house ? (Like Hyrule Main Theme from Ocarina Of Time =p)

    I know that I can just put X Y Z coordinates where the user is supposed to get out from the area, but if I ask it it's because I don't know if it an cause an issue or make the server lag, etc...
     
  11. Offline

    Adinoob

    Because i want to add option for player. Change skin, cape, title via www for offline mode user. But I already download Player Editor with MySQl ;)
     
  12. Offline

    twiclo

  13. Offline

    Poe

    does this require clinetside?
     
  14. Offline

    Shanduro

    Hi, love the plugin but I have one Problem/Question.

    Is it possible to make a region in a region?

    Here is my Config:

    Code:
    regions:
        World:
          - name: Gallien
            description: Deutron's Dorf
            icon: DEAD_BUSH
            music: http://www.website.de/url.ogg
            max:
                x: 3114
                y: 128
                z: 4084
            min:
                x: 3004
                y: 0
                z: 3915
          - name: Casá Shanduria
            description: Haus von Shanduro
            icon: WOOD_DOOR
            music: http://www.website.de/url.ogg
            max:
                x: 1999
                y: 100
                z: 3235
            min:
                x: 1960
                y: 50
                z: 3127
          - name: Tropica
            description: Stadt der Sonne
            icon: SAPLING
            music: http://www.website.de/url.ogg
            max:
                x: 1903
                y: 128
                z: 3459
            min:
                x: 1712
                y: 50
                z: 3165
          - name: Church of Notch
            description: Die Kathedrale
            icon: GOLD_BLOCK
            music: http://www.website.de/url.ogg
            max:
                x: 1883
                y: 128
                z: 3250
            min:
                x: 1855
                y: 50
                z: 3185
    The first 3 (Gallien, Casá Shanduria, Tropica) works like a charm but the last one wont trigger.

    Is it because the Church of Notch (^^) is in the region of tropica?

    When this istn working, is there a way to get it to work?

    Greetings Shanduro
     
  15. Offline

    IncendiaDrakon

    Is there any way to get back the client's texture pack without having to relog and change it? I want to have certain worlds with specific texture packs, but when users leave, they revert back to whatever textures they were using.
     
  16. Offline

    Tauryuu

    Custom region music never worked for me. CB1000, BukkitContrib 0.1.7, BukkitContribEssentials 0.1.3

    I'm standing inside the zone. No notifications, no music. The cape seems to work.

    Code:
    player:
        Tauryuu:
            title: 'Tauryuu'
            cape: http://dl.dropbox.com/u/9466538/Red%20Cape.png
    texturepack:
        world: ''
    regions:
        world:
          - name: Port
            description: Welcome to the Port!
            icon: LEAVES
            music: http://dl.dropbox.com/u/9466538/Cipher.ogg
            max:
                x: 50
                y: 0
                z: 110
            min:
                x: -60
                y: 126
                z: 200
          - name: Tutorial Island
            description: Go through the tutorial!
            icon: SAPLING
            music: http://dl.dropbox.com/u/9466538/Cipher.ogg
            max:
                x: 280
                y: 0
                z: 110
            min:
                x: 130
                y: 126
                z: 200
     
  17. Offline

    Sim121

    I previously kind of asked it


    And I also tried, but it doesn't work for me neither.

    For a future update, maybe ? =D
     
  18. Offline

    Tauryuu

    More customization on the "Typing..." and "[PUBLIC]" would be nice.

    It seems others also want to have world-specific music too. Does it suppress the music Minecraft plays by itself?
     
  19. Offline

    Grrrr159

    Hey are you going to update to Spout?
     
  20. Offline

    dusanak

    Yeah, when are you going to update to Spout?
     
    morizuki likes this.
  21. Offline

    Asanay

  22. Just be patient guys! He probably has a life you know. When Nightgunner5 has some free time on his hand I'm sure he will update it to Spout.
     
  23. Offline

    Alphard

    In the case of using a external url for music, does the music data pass through the server or it goes directly to the client?
     
  24. Offline

    shadydeath999

    can other people who use bukkitcontrib see your server set skin?

    a error i get when some people join:
    2011-08-03 12:38:15 [WARNING] Task of 'BukkitContribEssentials' generated an exception
    java.lang.UnsupportedOperationException: Invalid URL
    at org.bukkitcontrib.player.SimpleAppearanceManager.checkUrl(SimpleAppearanceManager.java:291)
    at org.bukkitcontrib.player.SimpleAppearanceManager.setGlobalSkin(SimpleAppearanceManager.java:26)
    at net.llamaslayers.minecraft.bukkitcontribessentials.BCEPlayerListener.doPlayerBasedActions(BCEPlayerListener.java:192)
    at net.llamaslayers.minecraft.bukkitcontribessentials.BCEPlayerListener$BCEPlayerTask.run(BCEPlayerListener.java:79)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 12:38:15 [INFO] [BukkitContrib] Successfully authenticated UnicornsRock's BukkitContrib client. Running client version: 17
     
  25. Offline

    Save777_

    I need help when i login i cant move:
    Code:
    2011-08-04 13:32:17 [SEVERE] Player: Save777_ was not properly updated during login!
    2011-08-04 13:32:17 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException:  org.bukkitcontrib.ContribNetServerHandler cannot be cast to  org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 13:32:18 [SEVERE] java.lang.ClassCastException:  org.bukkitcontrib.ContribNetServerHandler cannot be cast to  org.getspout.spout.SpoutNetServerHandler
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.sendToNetworkQueue(MapChunkThread.java:155)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.handle(MapChunkThread.java:118)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.run(MapChunkThread.java:100)
    2011-08-04 13:32:18 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    2011-08-04 13:32:18 [SEVERE] java.lang.ClassCastException:  org.bukkitcontrib.ContribNetServerHandler cannot be cast to  org.getspout.spout.SpoutNetServerHandler
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.sendToNetworkQueue(MapChunkThread.java:155)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.handle(MapChunkThread.java:118)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.run(MapChunkThread.java:100)
    2011-08-04 13:32:18 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    2011-08-04 13:32:18 [SEVERE] java.lang.ClassCastException:  org.bukkitcontrib.ContribNetServerHandler cannot be cast to  org.getspout.spout.SpoutNetServerHandler
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.sendToNetworkQueue(MapChunkThread.java:155)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.handle(MapChunkThread.java:118)
    2011-08-04 13:32:18 [SEVERE]     at org.getspout.spout.MapChunkThread.run(MapChunkThread.java:100)
    2011-08-04 13:32:18 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    What can i do?
    Plugin on my Server:
    Administrate
    AirBuild
    AuthMe
    BCMusic
    BlueTelePads
    iConomy
    BackToBody
    BlackJack
    HealMe
    Lottery
    MobBounty
    DailyBonus
    BukkitContribEssentials
    ChocoCrops
    ClearInventory
    ColorMe
    ColoredSigns
    CommandBook
    Elevators
    FalseBook (all)
    HelpPages
    ItemDetector
    LyTreeHelper
    Lockette
    MonsterBox
    NoCheat
    OpenInv
    Permissionsv3
    PorteCoulissante
    RetractableBridge
    Showcase
    Warpz0r
    WorldEdit
    WorldGuard
    MultiVerse
     
  26. Offline

    Hendies

    I hope he doesn't update to Spoutcraft
    He'd be leaving the ones who want to stay on Bukkitcontrib in the dark, like me! :(
     
  27. Err, why would you want to stay on BukkitContrib? That's ridiculous, you do know that Spout and BukkitContrib are the same thing?

    I'm not a plugin dev but from looking at that error log, I think you have Spout installed on your server. This plugin has not been updated to Spout.

    I think that the server passes the url to the client, and the client downloads the data directly from the url.

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

    Sim121

    I hope it will soon be updated for Spout... Can't wait to use both Showcase and BukkitContribEssentials at the same time x)

    Wonderful work BTW
     
  29. Offline

    bocaj812

    Spout support?
     
  30. Offline

    Vaupell

    Could not pass event PLAYER_MOVE to Spoutjava.lang.ClassCastException
    same as the rest of the posts above me i guess.
     
  31. Offline

    Save777_

    Yes "Showcase" autodownloaded Spout, but it need also BukkitContib -.-
     

Share This Page