Inactive [MECH/ECON] Showcase v0.8.1 - Create visual shops by spawning drops on slabs [1.1-R5]

Discussion in 'Inactive/Unsupported Plugins' started by narrowtux, May 17, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    narrowtux

    [​IMG]
    Version 0.8.1​
    As supposed in this thread, I created a plugin that lets you put items into glass blocks (now steps, it's notchs fault) to showcase them. This is useable for shops, to show what's for sale there, or to make clear what type of farm you built.
    Features
    • Showcase all items in a half-step Block
    • Block protection (you can't break the step block and the block below it to prevent that the item falls down)
    • Multiworld
    • Items in a showcase can't be picked up
    • Only the player who created a showcase can remove it
    • Prevents despawning of items (Normally, drops disappear after 5 minutes)
    • You can setup finite and infinite shops
    • DropChest support (disables DropChest for absorbing the showcased items)
    • WorldGuard support (works out of the box)
    • Localisation
    • Can show custom item names through BukkitContrib
    • Economy support:
      • iConomy 4 & 5
      • BOSEconomy
      • Essentials Economy
    Download & Source-Code
    Download Showcase.jar
    Browse Source-Code on Github
    You will need an economy system if you want shops.
    This will install NarrowtuxLib automatically!
    Please donate, if you really like this ;)
    Videos
    Show Videos (open)





    When you have got issues, please read this:
    Issue Report (open)

    1. Please, first check if you have got the most recent version of Showcase and the most recent recommended build of Bukkit.
    2. Then, check if the bug is already listed in the "Known Bugs" section.
    3. After doing step 1+2, report the bug with at least this information:
      • Version of Showcase
      • Version of Bukkit
      • If possible, a step-by-step explanation of the bug
      • If possible, console errors
      • When you think that this has got to do with another plugin, please list all your plugins like this:
        • PluginA, PluginB, PluginC ...
    This will be incredible helpful for me to fix it faster.


    You don't actually have to retype everything I typed here, but if you'd take it as a guideline which content you should include in your issue report, it's more helpful ;)

    Please, don't come here just to say "This doesn't work.". This says nothing.


    Usage
    Adding a showcase
    1. Start sneaking!
    2. Right-click a half-step block with the item in your hand you want to showcase
    3. An assistant will ask you which type of Showcase you want to add. Type the text before the colon :))
    4. Depending on the type you chose, the assistant will ask some extra questions, follow the assistant to finish showcase creation.
    Removing a showcase

    1. Sneak
    2. Right-click on a showcase. If this was a finite showcase or an exchange showcase, you will get your items back.
    Permissions


    ActionPermission-NodeWithout Permissions
    Create a basic Showcase.showcase.basicPlayer
    Create a infinite shop Showcase.showcase.infiniteOperator
    Create a finite shop Showcase.showcase.finitePlayer
    Create an exchange Showcase.showcase.exchangePlayer
    Buy from a finite shop showcase.showcase.buy.finitePlayer
    Buy from an infinite shop showcase.showcase.buy.infinitePlayer
    Removing a showcase of other players.showcase.adminOperator

    The column "Without Permissions" explains which user-type can use this permission when no Permissions system is installed.
    What are shop showcases?
    A shop showcase can be used to sell items to your players. There are 2 types of shops now:
    1. Infinite shop. This one has an infinite amount of items. The money that the players give to buy an item will go to nirvana
    2. Finite shop. This one has that number of items which the owner has set up. The owner will get the money from which the items were bought.
    How can a Player buy items from a shop showcase?

    1. Click on the Showcase. The price per item and the available amount will be displayed.
    2. Type in the number of items you want and hit enter. A message will show you the success of the checkout.
      • Type 0 to abort checkout
    How can you refill a finite shop showcase?

    1. Click on it
    2. Type in the amount of items to refill. Negative values will remove that amount from the showcase.
    3. Walk away or type 0.
    Commands

    The showcase command handles manual saving and loading
    /showcase save
    Saves the items to showcases.csv
    /showcase load
    Loads the configuration, translation and items without saving (Use with caution)
    /showcase reload
    Saves and loads everything after that. Useful when some items aren't in place and you want to quick-fix that.

    Configuration
    The configuration file is auto-generated and is called showcase.cfg
    Here are the configuration possibilities:
    • basicmode : this decides if the plugin should operate like in version 0.2 or before (Just the basics)
    • priceforbasic : this adds a price to the basic showcases
    • priceforfinite : this adds a price to the finite showcases
    • priceforexchange: this adds a price to the exchange showcases
    • removewhenempty: when set to true, a finite showcase will be removed when it's amount hits 0
    • showcaseprotection : turn this to false to be able to remove showcases from other players (griefers) (you should now use WorldGuard instead of this one ;) )
    • locale: standard is en-US. The german translation which is included in the jar-file is de-DE. If you type that in, it will copy the german file from the jar to your plugins folder
      • You can change the translation very easily by editing the existing locale.
      • Colors are supported, just add something like [GREEN] or [DARK_RED] to the text.
      • You can add newlines with \n
    • autosaveinterval: the time between two auto-saves in seconds. Standard is 60 secs. Use -1 to disable autosave.
    Translations

    Currently available translations:
    Changelog

    Version 0.8.1
    See the whole changelog

    Todo
    • Spawn multiple items in the same glass block (up to 4, would be aligned nicely)
    • Verify that there is no free space below the glass block before adding a showcase
    • Maybe let the showcase glow when you placed torches, glowstone or lava in it
    • Custom messages (aka localisation)
    • Sell-Showcases
    • DropChest support (so the items inside the glass won't be absorbed by a Dropchest)
    • Limit the amount of Showcases per player
    • Add a price that the creator of a showcase has to pay (there would be an independent price for each basic, infinite and finite showcases)
    • Linking infinite shops to banks (money spent for items goes there)
    • Rent a showcase for money/day
    • Autosave with configureable interval
    • Commands for save, load and reload
    Crossed items are already done!

    Known bugs
    • This plugin conflicts with some chat-altering plugins (i.e. bColoredChat) this is because the authors don't know how to correctly set up the priority of events.
    • Normal players (the ones that aren't operators) can't use showcases that are in the spawn-protection area. Either disable the spawn protection or place the showcases to an other location (Disable spawnprotection by setting "spawn-protection-size=0" in the server.properties file)
    • With the latest dev preview (not the recommended build), you're able to make slabs to double steps. I've got to investigate until they propose it as RB.
    • ATM, Showcases won't save enchantments. So please just don't try to sell yours because that wouldn't work either.
     
  2. Offline

    Pr4w

    aaomidi Hey, did you fix the 0.0$ bug in your version? :D
     
  3. Offline

    DaEgo

    craftbukkit-1.2.3-R0.2 #02060
    narrowtuxlib-dev-SNAPSHOT #32
    Showcase 0.8.1
    i have a small error :
    Show Spoiler
    Code:
    [INFO] [Showcase] Enabling Showcase v0.8.1.32
    [SEVERE] Exception in thread "Thread-40"
    [SEVERE] java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
    [SEVERE]    at com.narrowtux.showcase.Metrics.postPlugin(Metrics.java:217)
    [SEVERE] Plugin Showcase is attempting to register event com/narrowtux/dropchest/api/DropChestSuckEvent, which does not exist. Ignoring events registered in class com.narrowtux.showcase.event.DropChestListener
    [SEVERE]    at com.narrowtux.showcase.Metrics.access$100(Metrics.java:55)
    [SEVERE]    at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191)
    [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    [SEVERE]    at java.lang.Thread.run(Unknown Source)
     
  4. Offline

    Doidle

    Hello,
    I've been getting this error lately with Narrow,
    Its allways the Narrow which does the issues :(
    I haven't been getting Showcase able to work since MC 1.8 now I cannot use it again.
    Error here as following:
    23:48:57 [INFO] [Showcase] Enabling Showcase v0.8.1.32
    23:48:58 [INFO] Downloading NarrowtuxLib.jar (80kb) ...
    23:48:59 [INFO] 22%
    23:48:59 [INFO] 66%
    23:49:00 [INFO] Download finished
    23:49:00 [INFO] [NarrowtuxLib] Enabling NarrowtuxLib v1.3.1
    23:49:00 [INFO] File C:\Users\Gebruiker\Desktop\Server BearCraft\plugins\Narrowt
    uxLib\narrowtuxlib.cfg not found.
    23:49:00 [INFO] Version: 131
    23:49:00 [INFO] [NarrowtuxLib] v1.3.1 by [narrowtux] enabled.
    23:49:00 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 6)
    23:49:00 [SEVERE] Plugin Showcase is attempting to register event com/narrowtux/
    dropchest/api/DropChestSuckEvent, which does not exist. Ignoring events register
    ed in class com.narrowtux.showcase.event.DropChestListener
    23:49:00 [SEVERE] Exception in thread "Thread-27"
    23:49:00 [SEVERE] java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescripti
    onFile.getAuthors()Ljava/util/ArrayList;
    23:49:00 [INFO] File C:\Users\Gebruiker\Desktop\Server BearCraft\plugins\Showcas
    e\showcase.cfg not found.
    23:49:00 [SEVERE] at com.narrowtux.showcase.Metrics.postPlugin(Metrics.jav
    a:217)
    23:49:00 [SEVERE] at com.narrowtux.showcase.Metrics.access$100(Metrics.jav
    a:55)
    23:49:00 [SEVERE] at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191
    )
    23:49:00 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(Craf
    tWorker.java:34)
    23:49:00 [INFO] File C:\Users\Gebruiker\Desktop\Server BearCraft\plugins\Showcas
    e\showcase-en-US.csv not found.
    23:49:00 [SEVERE] at java.lang.Thread.run(Unknown Source)
    23:49:00 [INFO] [Showcase] copied new translation file for en-US to disk.
    23:49:00 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    23:49:00 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    23:49:00 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    23:49:00 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    23:49:00 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    23:49:00 [WARNING] Permissions not found! All Operations are allowed!
    23:49:00 [INFO] [Showcase] version 0.8.1.32 has been enabled.
     
  5. Offline

    johnbrasil

    Well.. when i open, errors:


    and i'm using craftbukkit-1.2.3-R0.2

    And now?
     
  6. Offline

    holsamoht


    Trying this, no issues for OP, non-OP can buy, but not create finite shops. Looked through permissions, can't see anything obvious. Should be just showcase.finite: true

    Also, your version does not remove items from someone's inventory when they setup a shop, duplicating their items. This is why I asked if someone had tested your version. It generates an error and does not drain their inventory


    1:35:37 [SEVERE] Could not pass event PlayerChatEvent to NarrowtuxLib
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:871)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:849)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at com.narrowtux.showcase.ShowcasePlayer.remove(ShowcasePlayer.java:89)
    at com.narrowtux.showcase.types.FiniteShowcase.createShowcase(FiniteShowcase.java:77)
    at com.narrowtux.showcase.ShowcaseCreationAssistant.onAssistantFinish(ShowcaseCreationAssistant.java:90)
    at com.narrowtux.narrowtuxlib.assistant.Assistant.stop(Assistant.java:240)
    at com.narrowtux.narrowtuxlib.assistant.Assistant.onPlayerChat(Assistant.java:88)
    at com.narrowtux.narrowtuxlib.event.NTLPlayerListener.onPlayerChat(NTLPlayerListener.java:35)
    at sun.reflect.GeneratedMethodAccessor507.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 11 more

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

    aaomidi

    Yeah!

    Ill take a look at that I think i removed that because if a small bug which caused them to get one of that item extra!
    I will take a look at that!
    Sorry for any inconvenience!

    Delete the config files and reload your plugin.
    I am currently using the same build I dont have that problem!

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

    Ketrel

    I'm trying to make it so one can exchange redstone for glowstone.
    Since I can't place redstone on a half slab, I tried the itemnumber, 331, and it says it's not found.

    Also, what is the procedure on creating an infinite exchange showcase?
    The text is missing for exchange rate, and I can't get it to work after that.

    (it says "can't find key assistant.exchange.create.rate.text for translation!")

    When I type 1 (assuming to mean 1 to 1) it then tells me to enter an amount of items, so I did 1 again, it says, I put in one item, but then nothing happens, and if I type anythign else, it says showcase creation canceled.
     
  9. Offline

    noelcjf

    guys if your showcase show $0 just put a sign and type in the item name and price
     
  10. Offline

    narrowtux

    Thank you for updating my plugin "before" me, you could submit a pull request and I'd be fine. But bragging here that I am not fast enough to compete here is clearly the least successful way of handling the situation here. I have a LOT of other stuff to do and also, CraftBukkit for 1.2.3 isn't even RBed yet, so you don't have the right to complain...
    Bukkit broke a lot of stuff and I thought I've done it with updating to 1.1-R5 already, but they broke more stuff again.

    NEW NARROWTUXLIB UNDERSTANDING DUMP INCOMING!

    NarrowtuxLib was made to make plugin development simple by adding a few libraries that are used by Showcase (and other plugins) to one plugin.
    The advantage of this is that you always have to most recent implementation and fixes for that libraries in all plugins using NarrowtuxLib. Also, contrary to common belief, this won't add clutter or lag to your server. One additional plugin is not as bad as it seems. If I'd take all the classes of NarrowtuxLib and put them into Showcase instead, your server would run the exact amount of classes, yet not taking any advantage of running one plugin less. In fact, when you have 2 or more plugins running on your server which use NarrowtuxLib's classes, you'll have an advantage in memory space used, because there are no duplicated classes.
    You'd just save a tiny amount of CPU cycles in the non-time-critical calculation stuff, like listing your plugins or starting up the server.

    If you still think that having a companion plugin is bad for your server, go ahead, use ChestShop or whatever you want. I don't mind that. (Some people said I'd loose a "customer" through that, haha. A customer is someone who buys a product, this is not the case with Showcase or all other plugins on this platform)

    gujane
    You have some plugin that stacks equal item drops for performance. NoLagg should have Showcase support built in, as well as CraftBukkit++ ( Afforess should know that). If you have any of that, please ask the author of that.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
    aaomidi likes this.
  11. Offline

    ShaunFF

    Update for 1.2.3 please!!!!
     
  12. Offline

    narrowtux

  13. Offline

    Doidle

  14. Offline

    Pr4w

    Not trying to sound annoying, but on the other hand, you didn't provide much information for us to work with, eg. you even planning an update. The last commit was the 28th of February, and since then your plugins have been spitting errors.
    I can fully understand the frustration of working with the Bukkit community, and having other stuff to do, but a little "I'm alive" doesn't cost much, and keeps most of the "plz update" flood at bay. That and CraftBukkit don't use the RB system the way they did before, I'm not sure if you're aware. They now have "Beta Builds" they advise all devs to follow, that are pushed much more often than RBs, and that serve as a stable base to work on.

    Glad to see you're alive though, will be waiting for your official release for 1.2.3. :)
     
  15. Offline

    narrowtux

    I am online in IRC all the time, I got dozens of requests from the people there, and I replied to them.
    Sure, I didn't do that in public...
    I know that they have Beta builds now. I consider my dev-builds of Showcase and NarrowtuxLib compatible with the latest beta and that is enough TBH.
    better check the commits again, they should be pretty recent :p
     
  16. Offline

    goodolflip

    plz help. when i try to make showcase (1.2.3), i get this error:

    10:11:43 [SEVERE] Could not pass event PlayerInteractEvent to Showcase
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:285)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:112)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at com.iCo6.util.Common.formatted(Common.java:125)
    at com.iCo6.iConomy.format(iConomy.java:476)
    at com.nijikokun.register.narrowtuxlib.payment.methods.iCo6.format(iCo6.java:38)
    at com.narrowtux.showcase.ShowcaseTypeSelectionPage.getPrice(ShowcaseTypeSelectionPage.java:98)
    at com.narrowtux.showcase.ShowcaseTypeSelectionPage.<init>(ShowcaseTypeSelectionPage.java:38)
    at com.narrowtux.showcase.ShowcaseCreationAssistant.<init>(ShowcaseCreationAssistant.java:50)
    at com.narrowtux.showcase.event.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:73)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 12 more
    10:11:56 [INFO] Cerberus25 [/99.34.105.247:58022] logged in with entity id 563 at ([world] 1030.2107119009731, 63.0, -134.62657067589066)
    10:11:56 [SEVERE] Could not pass event PlayerJoinEvent to Vault
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.playerHas(Permission_Permissions3.java:217)
    at net.milkbowl.vault.permission.Permission.has(Permission.java:66)
    at net.milkbowl.vault.permission.plugins.Permission_Permissions3.has(Permission_Permissions3.java:122)
    at net.milkbowl.vault.Vault$VaultListener.onPlayerJoin(Vault.java:546)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 9 more

    btw idk if all of that is with showcase

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

    Ketrel

    Using the dev version fixed some of my problems.
    I still have the following problems and a question.

    -When I try to select an item for exchange, it says I can do it by Item name or ID. Entering any ID says item not found.
    -The text is missing for exchange rate
    (it says "can't find key assistant.exchange.create.rate.text for translation!")

    And the question, is there any way (or can there be) to create an infinite exchange showcase?
     
  18. Offline

    BurningCore

    I got this error, any ideas?:

    12:27:08 [INFO] [NarrowtuxLib] v1.3.1 by [narrowtux] enabled.
    12:27:08 [SEVERE] Plugin Showcase is attempting to register event com/narrowtux/
    dropchest/api/DropChestSuckEvent, which does not exist. Ignoring events register
    ed in class com.narrowtux.showcase.event.DropChestListener
    12:27:08 [SEVERE] Exception in thread "Thread-19"
    12:27:08 [SEVERE] java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescripti
    onFile.getAuthors()Ljava/util/ArrayList;
    12:27:08 [SEVERE] at com.narrowtux.showcase.Metrics.postPlugin(Metrics.jav
    a:217)
    12:27:08 [SEVERE] at com.narrowtux.showcase.Metrics.access$100(Metrics.jav
    a:55)
    12:27:08 [INFO] File C:\Users\manos\Desktop\Bukkit (1.2.3)\plugins\Showcase\sho
    wcase.cfg not found.
    12:27:08 [SEVERE] at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191
    )
    12:27:08 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(Craf
    tWorker.java:34)
    12:27:08 [SEVERE] at java.lang.Thread.run(Unknown Source)
    12:27:08 [INFO] File C:\Users\manos\Desktop\Bukkit (1.2.3)\plugins\Showcase\sho
    wcase-en-US.csv not found.
     
  19. Offline

    narrowtux

    Which version of Showcase are you running?
     
  20. Offline

    ShaunFF

    Hey NarrowTux I cant load Narrowtuxlib and showcase both says error occured when enabling <is it up to date> and then a lot of random error messages. Help!!!
     
  21. Offline

    aaomidi

    I am sorry if i complained!
    I just wanted to pint out the peoples views!
    I am kindly thanking you for your hardwork!
    BTW i wasn't bragging about it!
    Well sorry if I disrespected you, that sure was not what I meant!

    Hello you can download the version i posted in earlier posts for now!
    NarrowTux is working on some bugs!

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

    holsamoht

    Does not work. If you place 32 stone in your inventory and 32 in your hand and create a shop with all 64 stone, you get a shop with 64 stone and still have the 32 stone in your inventory. You get the same error message as I posted above. Replicated on our test server as well as our primary.
     
  23. Offline

    TomdebomPC

    @narrowtux
    When i make a showcase shop and i wanna remove it, it says ''This is tomdebom's shop.'' And im tomdebom wtf?
     
    aaomidi likes this.
  24. Offline

    ragirk

    I am unable to use finite showcases. They just disappear. What should i do?
     
  25. Offline

    Qentus

    You can´t just destroy it.
     
  26. Offline

    arnius159

    When it's gona be in version 1.2.3? Can you answer this question?
     
  27. Offline

    aaomidi

    Do u sneak while doing it?

    It is!

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

    Qentus

    aaomidi
    Now with your version I can´t refill showcases correctly - It doesn´t give me items removed from showcase but wrote that XX items removed. If I type number in positive amount it does nothing and there is some ERROR with PlayerChatEvent and narrowtux lib. I am trying this with finite showcases.
    Have you got the same problem?

    Btw. Should I use any special plugin if I want to make it run correctly? Strange version of Vault or something like this.

    Edit: Something strange happens and now I even can´t create showcase. WTF?
     
  29. Dear Narrowtux. I love your plugin but my server keeps giving me severe errors with Narrowtux.lib or whatever it is, any idea why this is?
     
  30. Offline

    DiamondServers

    we need one for R7!!!!
     
  31. Offline

    Sudogaron

    Actually it is not in 1.2.3 2060 build and up. There is no current compiled release, and the source does not include the proper narrowtux/pluginmetrics to go along with it.
     
Thread Status:
Not open for further replies.

Share This Page