[GEN|ECON] TooManyBuckets v0.2.2 - Spawn Items with Style! [1060] [Spoutcraft]

Discussion in 'Inactive/Unsupported Plugins' started by narrowtux, Aug 23, 2011.

  1. Offline

    narrowtux

    TooManyBuckets
    Version 0.2.2

    Please use the Bukkit Dev site now, @Plague you don't have to approve this here, I already moved this to bukkit dev!

    This plugin let's you spawn items like you know from the popular TooManyItems mod.
    It includes a search bar, you can clear your inventory with one click, and more.
    Get TooManyBuckets!
    Download - Donate if you like!
    Sourcecode on GitHub.com

    Please report issues to the GitHub bug tracker!

    Features
    • Totally configureable item list, set a custom name, the amount to spawn each click, and even data value.
    • Select which items should be visible by default
    • Can set the item names for the inventory tooltips (optional)
    • Search for a specific item
    • Buy items for money (supports iConomy, BOSEconomy, EssentialsEco, MultiCurrency)
    Permissions
    TooManyBuckets uses SuperPermissions, the one built into Bukkit.
    The only current permission is "toomanybuckets.use", it defaults to ops.

    How to use
    There is a command to open the screen, /tmi. I know you want to use a shortcut for that, so you can use my plugin Shortcuts to do that (it offers flexibility for every user because each user can define his own shortcuts).
    In the screen, you can type something in the text field to search. The view below will automatically filter the results. When you want to spawn an item, just click on the button.
    You can also clear your inventory, when it's very screwed from cheating too many buckets -.-

    Screenshot
    2011-08-23_20.39.23.png

    Configuration
    You can configure which items appear in the search results by editing the items.yml file in the TooManyBuckets folder.
    Here's an example item:
    Code:
    <nameOfItem>:
        amount: <amountToSpawn>
        indefaultview: <should it be in the standard view? (true|false)>
        data: <data value>
        type: <item id or name>
        price: <price of the item (optional, 0 by default)>
    
    You can add as many items as you want to the file.
    You can also configure if it should update the tooltip names in the inventory to the names you defined in items.yml and if the data value should appear in the tooltip in the TooManyBuckets window.

    Changelog
    See this: http://tetragaming.com/narrowtux/beta/index.php?action=plugin&plugin=8#changelog
    Todo
    • Groups which have seperate permissions and can be found via the search.
     
  2. Offline

    kokkoserver

    Please get this work with 1185
     
  3. Offline

    redstonenico

    Whenever i type /tmi i get this error message: An internal error occurred while attempting to perform this command and on the pail server manager I get this message: 10:24 PM [SEVERE] Error occurred while enabling TooManyBuckets v0.2.2.9 (Is it up to date?): org/getspout/spoutapi/event/screen/ScreenListener.
     
  4. Offline

    chuiby

    This is seriously broken... since a month.

    I get this when the server boots:
    Code:
    011-10-12 08:29:42 [SEVERE]      Error occurred while enabling TooManyBuckets v0.2.2.9 (Is it up to date?):      null
     java.lang.NullPointerException 
     at java.util.zip.ZipFile.getInputStream(Unknown      Source) 
     at java.util.jar.JarFile.getInputStream(Unknown      Source) 
     at      com.narrowtux.narrowtuxlib.utils.FileUtils.copyFromJarToDisk(FileUtils.java:134)      
     at      com.narrowtux.toomanybuckets.TMB.load(TMB.java:144) 
     at      com.narrowtux.toomanybuckets.TMB.onEnable(TMB.java:88) 
     at      org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170) 
     at      org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)      
     at      org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)      
     at      org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171) 
     at      org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154) 
     at      net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297) 
     at      net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284) 
     at      net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152) 
     at      net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) 
     at      net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 
    
    Spout related errors (bugs):
    • GUI's background doesn't show
    • No items display when i search for an item
    • Maybe there's more -i'll check later
     
  5. Offline

    macman

    Will this ever be updated again?
     
  6. Offline

    narrowtux

    Sorry for the bugs mostly hey result from that the plugin can't access files from inside its jar. This is the reason why it doesn't show items. You can fix that by providing an items.yml file yourself in the TooManyBuckets folder. Download that file here: https://github.com/narrowtux/TooManyBuckets/raw/master/src/main/resources/items.yml

    I don't know why it doesn't show the background any more this surely has something to do with spout, I'll check that.
     
  7. Offline

    Haleel

    It's not working for me, it keeps saying you need the latest of Spoutcraft when I already have it installed.
     
  8. Offline

    Xanrealmz

    How Comes When I try to search Something no Items Appear?
    Yes i Have Spoutcraft... Any Ideas?
     
  9. Offline

    TyanColte

    OK, i've posted on GitHub, I've talked to SpoutDev, i've done everything i can think of, but nothing it getting me a reply. I'm having a major problem with TooManyBuckets

    http://pastebin.com/4YYwQN9Y

    This error is what it keeps throwing when I use the /tmi command. Please, Somebody, HELP ME.

    Edit: This is an old post, I've had it working for a while now.
     
  10. Offline

    ChillierNsx94

    Error occurred while enabling TooManyBuckets v0.2.2.9 (Is it up to date?): org/getspout/spoutapi/event/screen/ScreenListener

    Got this error when i started the server... I put the file in my plugins folder btw.
     
  11. Offline

    taher66294

    same
     
  12. Offline

    narrowtux

    Do you have spout?
    Get a newer build on ci.getspout.org/job/TooManyBuckets when the server is back up.
     
  13. Offline

    taher66294

    Yeah i got spout and spout launcher too
     
  14. Offline

    narrowtux

    Can be also that other issue where TooManyBuckets loads BEFORE spout, so it doesn't find the classes.
     
  15. All of the items (apple, diamond pickaxe etc.) are larger than the boxes they're supposed to be in and they have 'Your Text Here' written behind every item in large white white letters, how do I fix it? also, could you add the option to select how many of one item you want in a stack or not, that'd be great :). Here's an example of the bug I was on about: View attachment 7611 View attachment 7612
     
  16. Offline

    grirahan

    Got the plugin installed, yet no GUi is showing. any ideas? Spout plugin in installed.
     
  17. Offline

    Cybermaxke

    http://imageshack.us/f/405/problemlr.png/

    Can you fix the "Your text here"

    Are you using spoutcraft??

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

    jinS

    Spoutcraft spout and the other a 's
    I also use this well and is easy to spout is spoutcraft making errors
     
  19. Offline

    Stefkec

    I get this when i try to do /tmi i've did everything (Spout, SpoutCraft ,BukkitContrib, bPermission) any ideas ?
     

Share This Page