[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

    Stales89

    I got that far, thanks for the input, but was wondering if there was a way to make custom music play automatically once entering a custom region as mentioned in the title post.

    I have some really sinister ambient music I want to play whenever someone enters the woods etc...
     
  3. Offline

    JamesShadowman

    Drat, Now I need to choose between this and Player Editor. (Look up 'Skin' in the search, It will pop up.)
    This one has a Music Feature.
    When the next update happens, I might switch over.
     
  4. Offline

    Trevor_

    Code:
    regions:
        changesv2:
          - name: MetroVox Station
            description: Travel hub of the world
            icon: MINECART
            music: http://dl.dropbox.com/u/26304449/ambient1.ogg
            max:
                x: 80
                y: 107
                z: 8
            min:
                x: 71
                y: 84
    
    Been trying to get regions to work, and it just doesn't work. I don't see the issue or anything.
     
  5. Offline

    paully104

    I've also been trying to get it to work, i grabbed the x y z cordinates on each side of town and made sure they were correct. However music doesnt play when entering :\

    Got the music workin​
    • In the config make sure the name is correct under regions
    Example"
    regions:
    world
    SHOULD BE
    regions:
    SERVERNAME

    Thats how i solved my issue​

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

    koko13009

    Hi, Really nice idea of stuff for minecraft, but i got some problems to run it on my server.

    Server: mc server 1.7.2
    client : Anjocaido
    bukkit : 953
    bukkitcontrib server : 1.0.3
    bukkitcontribessential: installed on server.

    Running my server, no errors, but many time on TP or when another player connect (with bukkitcontrib), my client freeze / black screen and time out / end of stream on server console.

    I have try to un-active many plugins, likes worldedit, etc etc, and also test PlayerEditor, same thing, i don't find an issue :/ .

    ps: But it works, i have a skin and a cape. No test on music yet.

    PPS: Forgot all above :)
    I just completly delete minecraft directory, clean reinstall, reinstall bukkitconrtib, and now, all is good !

    I think i got a patched minecraft client. So buggy.

    Thx for your work, and i will continue testing :)
     
  7. Offline

    Trevor_

    Already tried it.
     
  8. Offline

    koko13009

    For me all is good.

    Skins: Working perfectly
    Cape: Working perfectly
    Textures: Working perfectly
    Music: Working

    Just a thing, i need more help for area music. For the moment, i could use /playmusic -custom url,
    But it would be nicer that became a bit automatised, i mean when a user enter area, mucis will play automatically, download etc etc.

    For the moment, i can just play it manually.
     
  9. Code:
    player:
        Player1:
            cape: Url1
        Player2:
            cape: url2
    Tha'ts the way i have it, is this wrong
     
  10. Offline

    Stales89

    Damn. Got exited then but it still didn't work :(

    Anyone else got any ideas?
     
  11. Offline

    codename_B

    Does it work?
     
  12. Offline

    Phun

    Same here... Download Failed ___.ogg or .wav
     
  13. No, it does not
     
  14. Offline

    codename_B

  15. Offline

    codename_B

    Are you using tabs or whitespace?
     
  16. No because if i do my text goes red (Notepad++)

    "http://pastebin.com/KWYz32s4"
     
  17. Offline

    codename_B

    What exactly isn't working about that?
     
  18. It does not show the other players cape
     
  19. Offline

    Trevor_

    @codename_B
     
  20. Offline

    MG127

    too bad that the clientside mod of bukkitContrib is incompatible to modloader
     
  21. Offline

    codename_B

    Don't see anything immediately wrong but I don't know this plugin - I'm just helping out with some of the idiot errors that people make like saying "OMG IT DOESNT WORK OMG" without posting any errors from the console.
     
  22. Help please.
    Can't make region work at all
    Code:
    regions:
        world:
          - name: Cobblestone factory
            description: Switch on after use!
            icon: COBBLESTONE
            music: http://example.org/trainstation.ogg
            max:
                x: 348
                y: 50
                z: -4
            min:
                x: 327
                y: 74
                z: 26
    I copied the config from the 1'st post, inserted it. It worked perfectly and showed me a notification on entering a zone(Cape, skin and TP worked OK).
    I deleted from config all other zones and things and put coords I needed in the remaining zone. It doesn't work.
     
  23. Offline

    Trevor_

    Sorry I mistook you for the plugin developer of this plugin. Anyway, the most I can get out of this entire error is absolutely nothing. Doesn't say anything in the console when you walk into the region and it's just pretty bad all around.

    I would love if the actual plugin developer made a wiki, or some kind of help page for this plugin. We're using this plugin pretty blind at the moment.
     
  24. Offline

    codename_B

    So perhaps it's not correctly implemented in the plugin at the minute - if there are no errors in the console then it's unlikely that it's just the config that's not working.
     
  25. Offline

    Shroomie

    This plugin sounds very cool, but I cannot get it to work. It doesn't change the skin nor show area message nor change texture packs. Totally no errors appear. Got the newest Bukkit.
     
  26. Offline

    Quezax

    Love the idea of per world texture paks. It makes multi-world, really multi-world.
    So, I was wondering if there anyway toadd the ability to distribute custom blocks via this mod?

    It would be cool to be able to add blocks to the game and not have to worry about having all user's manually patching their clients. It would open a whole range of new mods to be used on servers.
     
  27. Offline

    rominos2

    @Nightgunner5
    Hey is someone show a screenshot for the proof of concept ? ^^
    I'd like to test it but it seems that a lot of persons have errors on a lot of configs
     
  28. Hi there,
    I need some help i wanna set a default server texture pack so that evry user who connect to the server use this texturepack.
    this texture pack should be the default of Minecraft.
    Now my problem how can i make this.
    Isjust wanna use the texturepack function the other i wont use how can i disable the other functions and how can i make this with the texture pack ?
    I NEED A GLOBALLY SERVER TEXTUREPACK THAT EVRS USER WHO CONNECT TO THE SERVER WILL USE AND NOT CAN CHANGE IT. I hope you know what i mean
    here an example:
    i have a selfmade painterly texture pack
    i connect to my server
    and then minecraft will automatically use the default texture pack while i am on the server
    Please send me a example how the config have to look like and where i have to fill my worldname ect.

    excuse my sometimes bad english I'm German^^
     
  29. Offline

    rominos2

    @Nightgunner5
    @Sandstonebuilder
    hey I just find out that it could make an excellent Anti-X-Ray plugin ^^, forcing players to have the default textures
    If it functions, I'd love this plugin forever
     
  30. Offline

    quickclay

    Exactly! AND it would make for excellent "seasons" on the server.. winter texture pack in winter, etc. :) Check out the Quandary texture pack for great seasonal textures!
    http://www.retributiongames.com/quandary/
     

Share This Page