Inactive [ADMN] TextureMe v0.5 - Select texture packs supplied by server! [SPOUT] [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by Windwaker, Jan 15, 2012.

  1. Offline

    Windwaker

    TextureMe
    [​IMG]

    About
    TextureMe is a plugin that allows you to change your texture pack in game, which is also downloaded for later use on any server. You can have unlimited texture packs to be chosen and decide whether or not the user should be prompted when they join. You can also open the menu by pressing the key binding ("F7'' by default) but can be changed in the Spoutcraft controls menu under "plugin key bindings".

    Screenshot (open)
    [​IMG]


    ----

    Installation
    1. TextureMe requires Spout to run, you can download the latest recommended build of Spout
    2. This requires the Spoutcraft client mod to use, but not to join the server (Download: http://get.spout.org )
    3. You can learn more about Spoutcraft here.
    4. Drag and drop Spout into your plugins directory
    5. Drag and drop TextureMe into your plugin directory
    6. Start the server
    7. Configure in 'plugins/TextureMe. (Optional)
    8. Restart if configured. DO NOT RELOAD!
    ----

    Features:
    • Unlimited texture packs
    • Intuitive Spout GUI
    • Key binding (Press "~'' to open the menu)
    • You can change the binding in the Spoutcraft controls menu
    • Forced default texture pack
    • Add texture packs from in game
    • Modify texture packs from in game
    • Players choice pack
    • Remember texture pack selections
    • Configurable notification material
    • Delete texture packs from in game
    • Per pack permission nodes
    • Configurable default key binding
    ----

    What's new in v0.5:
    • Per pack configuration nodes - Set in packs.yml
    • Configurable default key binding - Set in config.yml

    ----

    Permissions:
    • textureme.select - Allow players to use the GUI
    • textureme.configure - Allow players to manipulate saved packs.
    • textureme.playerschoice - Allow players to use their own pack
    ----

    TODO:
    • Nothing at the moment ;)
    ----


    Configuration:
    You can add as many packs as you want, just copy and paste one of the examples and input the values you need

    Values:
    • 'prompt on login' - Whether or not the texture pack menu should come up when a player joins
    • 'notification id' - Item id to be shown on notifications.
    • 'remember selections' - Remember packs that players choose and set them on join.
    • 'prompt title' - The title displayed on the prompt
    • 'default texture pack' - The id of the texture pack you wish to force, leave as default to use player's choice. Set to the ID of the pack you want to change. (ie. dokucraftlight)
    • 'texturepacks' - where you add new texture packs by the format given below
    • 'name' - Name to appear on the menu
    • 'url' - Url to the texture pack (MUST END WITH .ZIP)
     
    iamhim and darkjoe8 like this.
  2. Offline

    noahwhygodwhy

    yea...looks nice, but not enough info
     
  3. Offline

    Windwaker

    Yes it does, I guess BukkitDev is being annoying again, I'll add some info to the OP

    All the info is on the BukkitDev page but it seems to be messed up :/
     
  4. Offline

    md_5

    Approved
     
    WalkerCrouse likes this.
  5. Offline

    noahwhygodwhy

    ok, looks good, i'm downloading
     
  6. Offline

    Smidds

  7. Offline

    Windwaker

    It seems to be inactive, and I prefer to use the ListWidget so you don't have to deal with multiple pages.
     
  8. Offline

    jjp5

    how to you view the texture pack menu?
     
  9. Offline

    hallowhead1

    i can't even download it...
     
  10. Offline

    Edgargaza

    Link Dead!

    Edit: Mirror ([...] Download | Mirror [...]) it's the same of Download?
     
  11. Offline

    Windwaker

    Try now

    Use the download link now
     
  12. Offline

    jacobg

    wait do i need both the SpoutCraft.jar and the spoutplugin.jar?

    hey when i enable it it makes me fall through the world and eventualy i get the internal exception: java.net.sockettimeoutexception:read timed out error

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

    Windwaker

    Spoutcraft is a Mincraft client, learn more here

    Need more info - Error log, CB version, Spout version?
     
  14. Offline

    the_creeperlord

    where do i put the spoutcraft?
     
  15. Offline

    Windwaker

    Spoutcraft is the client mod required to see any of this, you use it instead of the Minecraft launcher. You can learn more about it here.
     
  16. Offline

    Dislin1993

    Cool, this is pretty neat.
     
    WalkerCrouse likes this.
  17. Invisible

    cataclym

    this plugin wont be detected when I turn on the server.
     
  18. Offline

    Windwaker

    I need more information to help you, is there an error? Please post the console log. What version of Spout do you have? What version of CraftBukkit do you have? Are you sure you have the .jar in the plugins directory and not the .zip?
     
  19. Offline

    bobacadodl

    Awesome Plugin! But i have one request :) add a way to prompt users to select a certain texture pack when they log onto a certain world. Example, I tp to the world "future" and a gui box pops up with texture packs that I should use for this world.
     
  20. Offline

    Windwaker

    Update v0.2:
    • Permissions node to control who can select a pack - textureme.select
    • Forced default packs - Set 'default texture pack' in the config to the ID of the pack you want to set, leave as default to use the players choice.
    Example (open)
    Code:
    prompt on login: false
    default texture pack: dokucraftlight
    texturepacks:
      dokucraftlight:
        name: Dokucraft - Light
        url: http://dl.dropbox.com/u/27507830/TextureMe/DokuCraft%20-%20Light.zip
      dokucraftdark:
        name: Dokucraft - Dark
        url: http://dl.dropbox.com/u/27507830/TextureMe/DokuCraft%20-%20Dark.zip
      dokucrafthigh:
        name: Dokucraft - High
        url: http://dl.dropbox.com/u/27507830/TextureMe/DokuCraft%20-%20High.zip
    
    This would force the pack named "Dokucraft - Light"

    • Add texture pack in game - See the "Configure" button on the Selector (Key: "~") (Only visible to OPs)
    • Modify texture packs in game
    • "Player's choice" selection to remove a texture pack

    Patch v0.2.1:
    • Bug - Add "No Permission" error
    • Bug - Stop letting packs be created even if a field is blank
    • Bug - Fix permissions

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

    1n5aN1aC

    I noticed you said "Restart if configured (DO NOT RELOAD!)"
    I have a single question: does that mean that this plugin is not /reload compatible? Or is it just I shouldn't do that after configuring the plugin?
     
  22. Offline

    Windwaker

    It is not reload compatible, all Spout plugins, whether they say so or not, are not reload compatible. This is also why I added the configuration GUI, so you don't have to reload it.
     
  23. Invisible

    cataclym

    the server is ignoring spout and texture me :confused: [stick] please help me
     
  24. Offline

    YoshiGenius

    Put them in the plugins folder which should be in the server base folder.

    Also check the server.log straight after restart to see if there was any issues with spout or textureme in running.

    Yours...

    ~~ Tech Help (hopefully) -- YoshiGenius
     
  25. Offline

    Windwaker

    Patch v0.2.2:
    • Switched to new event system
    • The default packs will only be generated once per config file now (You can delete them now)
    • Configurable prompt titles
     
  26. Offline

    bobacadodl

    Could you please add my above request, or at least explain why or why not?
     
  27. Offline

    Guaele

    SpoutCraft is a mod?And all player need to install the mod?

    The plugin is awesome, it's so creative.

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

    Windwaker

    I'm a little confused to what you are asking, please clarify or ideally post an Issue on GitHub describing your request

    Yes, Spoutcraft is a client mod for Minecraft, you can download the launcher which you would just use the launcher instead of Minecraft.You can download that at http://get.spout.org
     
  29. Offline

    Andromedia13

    I'm not getting any errors in the log, and this is still not working for me. When you join the server it says its downloading the default texture pack, and gives the prompt for choosing a texture pack. Nothing happens though, even when I choose which texture pack I want to use.

    I'm on the latest spoutplugin, mc1.1, latest rb for bukkit, and the latest dev build of spoutcraft.

    Please help :)
     
  30. Offline

    Windwaker

    You probably have a dead link, you need a direct link to a zip archive. I use Dropbox for this but it's not 100% consistent.
     

Share This Page