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

    narrowtux

    Is fixed in the next release
    For the second thing, you could use exchange-showcases
    Don't know what's the difference between sell and buy, but Sell showcases will come soon.
     
    Macximilian likes this.
  3. And another error which I see:

    Code:
    20:47:53 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
            at de.moritzschmale.Showcase.ShowcaseTypeSelectionPage.<init>(ShowcaseTypeSelectionPage.java:20)
            at de.moritzschmale.Showcase.ShowcaseCreationAssistant.<init>(ShowcaseCreationAssistant.java:25)
            at de.moritzschmale.Showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:45)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:213)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  4. Offline

    narrowtux

    That's the same as those you posted above ;)
     
  5. Offline

    Ravenis

    Thanks, I actually have a number of *decent* mod ideas to bring true new gameplay to minecraft SMP. I really want to find someone to do them (Like everyone else on this planet LOL.) Or somehow learn to do it myself. But programming and intense math have always exceeded my patience levels.
     
  6. Argh, I thought I only posted that row of non-trace ones, fail.

    I post so many errors in so many plugins, head spins :<
     
  7. Offline

    SulimirCular

    I just want to ask if I could use The logo on my Minecraft Server Website?
     
  8. Offline

    narrowtux

    Yep. can you give me a link to it? Just curious.
     
  9. Offline

    SulimirCular

    sure I can... domain is registering at the moment.. maybe available tomorrow, but here it is

    mycraftserver.de

    It's just temporary till I can create my own design... just starting with PHP and HTML
     
  10. Code:
    2011-06-16 05:27:40 [SEVERE] java.lang.NullPointerException
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.Location.getBlock(Location.java:72)
    2011-06-16 05:27:40 [SEVERE]  at de.moritzschmale.Showcase.ShowcaseItem.<init>(ShowcaseItem.java:30)
    2011-06-16 05:27:40 [SEVERE]  at de.moritzschmale.Showcase.ShowcaseMain.load(ShowcaseMain.java:265)
    2011-06-16 05:27:40 [SEVERE]  at de.moritzschmale.Showcase.ShowcaseMain.onEnable(ShowcaseMain.java:120)
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
    2011-06-16 05:27:40 [SEVERE]  at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    2011-06-16 05:27:40 [SEVERE]  at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-16 05:27:40 [SEVERE]  at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-16 05:27:40 [SEVERE]  at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-16 05:27:40 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-16 05:27:40 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    This happens when I start the server.
     
  11. Offline

    arsjet

    Code:
    21:17:56 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
            at de.moritzschmale.Showcase.ShowcaseTypeSelectionPage.<init>(ShowcaseTy
    peSelectionPage.java:20)
            at de.moritzschmale.Showcase.ShowcaseCreationAssistant.<init>(ShowcaseCr
    eationAssistant.java:25)
            at de.moritzschmale.Showcase.ShowcasePlayerListener.onPlayerInteract(Sho
    wcasePlayerListener.java:45)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:306)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:166)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:213)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    What's this?
     
  12. Offline

    narrowtux

    A bug :D
    It happens when a player hasn't got the permission to create any showcase. This is fixed in the next release.
    Seems that your save-file is somewhat screwed. I can add a check for that if there isn't a location set.
     
  13. Offline

    Nicolasgreen17

    It would be amazing to be able to create showcases that users can just sell to. The floating item can just be used for visual representation. It could work one of two ways. I user can set-up the items they want to purchase with an item in the showcase for visual representation and put the amount of money into the showcase they want to spend on purchasing that item. For example, if a user created a sign to purchase 100 cobblestone for $2 they would have to put $200 into the showcase. Another way to do it is to create infinite purchase showcases where the money spent on purchasing items would just go into the void.
     
  14. Offline

    SPOT

    Author Video - antsy moron
    movie impossible to watch, nothing could be seen
     
  15. Offline

    narrowtux

    you mean the youtube video?
    It works here :p
     
  16. Offline

    CoolBeansClan

    • Version of Showcase - 0.6.4
    • Version of Bukkit - [860]
    • If possible, a step-by-step explanation of the bug - Does not keep showcases if server is shut down for any period of time.
    • If possible, console errors - None
    • When you think that this has got to do with another plugin, please list all your plugins like this:
      • PluginA, PluginB, PluginC - None

    IDK if this has been brought up before, but when you close the server, and showcases that have been previously set, disappear. I personally think this is a problem, because I use them as shops, and I find myself having to redo 90+ blocks everytime I need to add a new plugin, or restart my computer.

    -Thanks.
     
  17. showcases.csv (open)
    Code:
    -570,64,1581,263,1,HmmmQuestionMark,Clashnia,finite,77;0.16
    -571,64,1581,20,0,HmmmQuestionMark,Clashnia,finite,0;0.99
    -107,72,270,3,0,shoreyjr,Clashnia,finite,0;0.0
    -544,64,1556,50,0,seanunited97,Clashnia,finite,10;0.85
    -544,65,1553,280,0,seanunited97,Clashnia,finite,6;0.01
    -544,64,1554,260,0,seanunited97,Clashnia,finite,0;2.0
    -544,65,1557,291,0,seanunited97,Clashnia,finite,2;2.0
    -543,64,1553,273,0,seanunited97,Clashnia,finite,1;2.0
    -542,64,1553,323,0,seanunited97,Clashnia,finite,0;0.5
    -543,64,1557,276,0,seanunited97,Clashnia,finite,0;120.0
    -572,64,1581,27,0,HmmmQuestionMark,Clashnia,finite,19;95.99
    -81,66,41,264,0,AaronCarver,Clashnia,finite,52;50.0
    -81,66,44,263,0,AaronCarver,Clashnia,finite,248;0.2
    -81,66,48,19,0,AaronCarver,Clashnia,finite,62;40.0
    -81,66,42,266,0,AaronCarver,Clashnia,finite,128;25.0
    -81,66,43,265,0,AaronCarver,Clashnia,finite,128;15.0
    -81,66,46,17,0,AaronCarver,Clashnia,finite,190;0.25
    -81,66,47,278,0,AaronCarver,Clashnia,finite,14;75.0
    -84,64,-137,262,0,_Alex,Clashnia,finite,794;0.2
    -84,64,-138,261,0,_Alex,Clashnia,finite,60;10.0
    -84,64,-139,305,0,_Alex,Clashnia,finite,64;140.0
    -84,64,-140,304,0,_Alex,Clashnia,finite,64;245.0
    -84,64,-141,303,0,_Alex,Clashnia,finite,64;280.0
    -84,64,-142,302,0,_Alex,Clashnia,finite,63;175.0
    -84,64,-144,277,0,_Alex,Clashnia,finite,64;50.0
    -84,64,-136,322,0,_Alex,Clashnia,finite,128;185.0
    -84,64,-145,279,0,_Alex,Clashnia,finite,63;60.0
    -84,64,-146,278,0,_Alex,Clashnia,finite,61;70.0
    -96,64,-136,19,0,AaronCarver,Clashnia,finite,50;40.0
    -96,64,-144,277,0,AaronCarver,Clashnia,finite,4;49.0
    -96,64,-143,276,0,AaronCarver,Clashnia,finite,4;69.0
    -96,64,-146,278,0,AaronCarver,Clashnia,finite,0;69.0
    -84,64,-143,276,0,_Alex,Clashnia,finite,64;69.0
    -96,64,-142,310,0,AaronCarver,Clashnia,finite,2;100.0
    -96,64,-141,311,0,AaronCarver,Clashnia,finite,2;200.0
    -96,64,-140,312,0,AaronCarver,Clashnia,finite,2;175.0
    -96,64,-138,322,0,AaronCarver,Clashnia,finite,8;150.0
    -96,64,-145,279,0,AaronCarver,Clashnia,finite,4;59.0
    -96,64,-137,297,0,AaronCarver,Clashnia,finite,14;3.0
    -71,64,-149,356,0,_Alex,Clashnia,finite,1024;0.15
    -71,64,-150,76,0,_Alex,Clashnia,finite,1024;0.1
    -71,64,-151,331,0,_Alex,Clashnia,finite,948;0.1
    -71,64,-148,77,0,_Alex,Clashnia,finite,1024;0.05
    -71,64,-147,69,0,_Alex,Clashnia,finite,1024;0.05
    -71,64,-146,70,0,_Alex,Clashnia,finite,1024;0.05
    -71,64,-142,330,0,_Alex,Clashnia,finite,1024;0.54
    -71,64,-143,324,0,_Alex,Clashnia,finite,1004;0.1
    -71,64,-144,96,0,_Alex,Clashnia,finite,1021;0.1
    -71,64,-145,72,0,_Alex,Clashnia,finite,1022;0.05
    -71,64,-138,328,0,_Alex,Clashnia,finite,1017;0.46
    -71,64,-139,27,0,_Alex,Clashnia,finite,924;0.98
    -71,64,-140,28,0,_Alex,Clashnia,finite,934;0.85
    -71,64,-141,66,0,_Alex,Clashnia,finite,1024;0.7
    -71,64,-137,343,0,_Alex,Clashnia,finite,1023;0.62
    -72,64,-136,295,0,_Alex,Clashnia,finite,1848;0.02
    -73,64,-136,6,0,_Alex,Clashnia,finite,2048;0.02
    -74,64,-136,6,2,_Alex,Clashnia,finite,2048;0.02
    -75,64,-136,6,1,_Alex,Clashnia,finite,1727;0.02
    -79,64,-136,293,0,_Alex,Clashnia,finite,128;35.0
    -76,64,-136,338,0,_Alex,Clashnia,finite,1984;0.05
    -78,64,-136,326,0,_Alex,Clashnia,finite,2038;5.0
    -77,64,-136,81,0,_Alex,Clashnia,finite,2036;0.04
    -80,64,-137,57,0,_Alex,Clashnia,finite,64;350.0
    -80,64,-139,42,0,_Alex,Clashnia,finite,320;120.0
    -80,64,-138,41,0,_Alex,Clashnia,finite,62;210.0
    -80,64,-140,327,0,_Alex,Clashnia,finite,62;50.0
    -80,64,-141,263,0,_Alex,Clashnia,finite,697;0.18
    -83,64,-166,275,0,shoreyjr,Clashnia,finite,2;4.0
    -83,64,-164,291,0,shoreyjr,Clashnia,finite,1;3.5
    -83,64,-168,273,0,shoreyjr,Clashnia,finite,2;3.5
    -83,64,-167,328,0,shoreyjr,Clashnia,finite,2;22.5
    -83,64,-170,87,0,shoreyjr,Clashnia,finite,65;0.29
    -542,64,1557,334,0,seanunited97,Clashnia,finite,2;0.09
    -541,64,1557,35,0,seanunited97,Clashnia,finite,0;2.0
    -540,65,1557,35,12,seanunited97,Clashnia,finite,3;2.0
    -100,64,-152,351,3,sushijack,Clashnia,finite,4;25.0
    -101,64,-152,260,0,sushijack,Clashnia,finite,30;3.0
    -102,64,-152,327,0,sushijack,Clashnia,finite,3;30.0
    -103,64,-154,329,0,sushijack,Clashnia,finite,6;45.0
    -103,64,-155,351,4,sushijack,Clashnia,finite,13;5.0
    -103,64,-156,352,0,sushijack,Clashnia,finite,0;5.0
    -103,64,-157,351,15,sushijack,Clashnia,finite,24;6.0
    -103,64,-158,1,0,sushijack,Clashnia,finite,0;1.0
    -103,64,-159,297,0,sushijack,Clashnia,finite,7;2.0
    -101,64,-159,17,0,sushijack,Clashnia,finite,0;0.15
    -96,64,-139,313,0,AaronCarver,Clashnia,finite,1;75.0
    -81,66,45,20,0,AaronCarver,Clashnia,finite,324;0.25
    -99,64,-172,88,0,TheMegaWhopper,Clashnia,finite,64;3.0
    -99,64,-174,265,0,TheMegaWhopper,Clashnia,finite,50;15.0
    -99,64,-175,264,0,TheMegaWhopper,Clashnia,finite,35;50.0
    -99,64,-176,266,0,TheMegaWhopper,Clashnia,finite,50;25.0
    -99,64,-177,20,0,TheMegaWhopper,Clashnia,finite,0;0.15
    -98,64,-177,327,0,TheMegaWhopper,Clashnia,finite,5;45.0
    -97,64,-177,282,0,TheMegaWhopper,Clashnia,finite,12;12.0
    -99,64,-171,260,0,TheMegaWhopper,Clashnia,finite,64;5.0
    -98,64,-171,351,4,TheMegaWhopper,Clashnia,finite,52;10.0
    -99,64,-173,19,0,TheMegaWhopper,Clashnia,finite,50;35.0
    -97,64,-171,331,0,TheMegaWhopper,Clashnia,finite,64;0.1
    -96,64,-171,86,0,TheMegaWhopper,Clashnia,finite,7;15.0
    -96,64,-177,357,0,TheMegaWhopper,Clashnia,finite,5;20.0
    -83,64,-163,263,0,shoreyjr,Clashnia,finite,122;0.08
    -86,64,-154,338,0,shoreyjr,Clashnia,finite,64;0.01
    -83,64,-165,262,0,shoreyjr,Clashnia,finite,32;0.023
    -85,64,-154,260,0,shoreyjr,Clashnia,finite,64;0.32
    -99,64,-194,263,0,Dimilon,Clashnia,finite,0;0.06
    -102,64,-194,329,0,Dimilon,Clashnia,finite,3;40.0
    -106,64,-196,297,0,Dimilon,Clashnia,finite,126;5.75
    -83,64,-162,264,0,shoreyjr,Clashnia,finite,2;50.5
    -106,64,-195,264,0,Dimilon,Clashnia,finite,15;57.75
    -104,64,-194,295,0,Dimilon,Clashnia,finite,64;0.03
    -103,64,-194,263,1,Dimilon,Clashnia,finite,28;0.1
    -106,64,-197,87,0,Dimilon,Clashnia,finite,128;0.2
    -106,64,-198,266,0,Dimilon,Clashnia,finite,2;24.5
    -84,64,-154,5,0,shoreyjr,Clashnia,finite,218;0.45
    -106,64,-199,351,4,Dimilon,Clashnia,finite,26;12.5
    -83,64,-154,332,0,shoreyjr,Clashnia,finite,143;0.01
    -105,64,-194,80,0,Dimilon,Clashnia,finite,0;0.08
    -100,64,-194,265,0,Dimilon,Clashnia,finite,146;20.0
    -80,64,-201,35,12,ChibiPop,Clashnia,finite,1;3.0
    -101,64,-194,331,0,Dimilon,Clashnia,finite,64;0.5
    -86,65,-186,331,0,Bsakas9587,Clashnia,finite,257;0.1
    -77,64,-200,35,0,ChibiPop,Clashnia,finite,58;1.0
    -219,70,-276,15,0,shoreyjr,Clashnia_skylands,finite,8;14.0
    -218,70,-276,265,0,shoreyjr,Clashnia_skylands,finite,2;14.75
    -99,64,-207,345,0,Joe9494t,Clashnia,finite,63;40.0
    -99,64,-208,347,0,Joe9494t,Clashnia,finite,63;59.99
    -99,64,-209,261,0,Joe9494t,Clashnia,finite,64;9.99
    -99,64,-210,262,0,Joe9494t,Clashnia,finite,401;0.2
    -99,64,-211,302,0,Joe9494t,Clashnia,finite,64;170.0
    -99,64,-212,303,0,Joe9494t,Clashnia,finite,200;260.0
    -99,64,-213,304,0,Joe9494t,Clashnia,finite,200;200.0
    -99,64,-214,305,0,Joe9494t,Clashnia,finite,300;120.0
    -82,64,-154,331,0,shoreyjr,Clashnia,finite,22;0.1
    -99,64,-215,260,0,Joe9494t,Clashnia,finite,400;20.0
    -99,64,-216,322,0,Joe9494t,Clashnia,finite,300;180.0
    -81,64,-154,40,0,shoreyjr,Clashnia,finite,7;0.2
    -100,64,-159,17,1,sushijack,Clashnia,finite,90;16.0
    -83,64,-169,38,0,shoreyjr,Clashnia,finite,15;0.01
    -103,66,-158,50,0,sushijack,Clashnia,finite,244;0.3
    -80,64,-154,263,1,shoreyjr,Clashnia,finite,100;0.04
    -74,64,-201,35,14,ChibiPop,Clashnia,finite,6;2.0
    -74,64,-200,35,1,ChibiPop,Clashnia,finite,6;3.0
    -74,64,-199,35,4,ChibiPop,Clashnia,finite,5;2.0
    -74,65,-197,35,13,ChibiPop,Clashnia,finite,6;2.0
    -74,64,-198,35,5,ChibiPop,Clashnia,finite,6;3.0
    -75,64,-197,35,3,ChibiPop,Clashnia,finite,2;11.0
    -78,64,-197,35,10,ChibiPop,Clashnia,finite,1;11.0
    -76,64,-197,35,9,ChibiPop,Clashnia,finite,2;11.0
    -79,64,-197,35,2,ChibiPop,Clashnia,finite,2;13.0
    -77,64,-197,35,11,ChibiPop,Clashnia,finite,6;10.0
    -80,65,-197,35,6,ChibiPop,Clashnia,finite,6;3.0
    -116,64,-206,265,0,Joe9494t,Clashnia,finite,185;20.0
    -116,64,-205,263,0,Joe9494t,Clashnia,finite,492;1.0
    -82,64,-207,89,0,ChibiPop,Clashnia,finite,92;2.5
    -80,64,-200,35,15,ChibiPop,Clashnia,finite,1;2.0
    -80,64,-198,35,8,ChibiPop,Clashnia,finite,1;2.0
    -80,64,-199,35,7,ChibiPop,Clashnia,finite,2;2.0
    -97,64,-224,331,0,jeffjoebob,Clashnia,finite,822;0.01
    -98,64,-224,40,0,jeffjoebob,Clashnia,finite,141;1.0
    -99,64,-224,20,0,jeffjoebob,Clashnia,finite,1024;0.1
    -99,64,-225,65,0,jeffjoebob,Clashnia,finite,53;0.1
    -99,64,-226,50,0,jeffjoebob,Clashnia,finite,445;0.05
    -99,64,-227,17,0,jeffjoebob,Clashnia,finite,78;0.15
    -98,64,-227,17,1,jeffjoebob,Clashnia,finite,0;0.15
    -97,64,-227,297,0,jeffjoebob,Clashnia,finite,4;4.0
    -96,64,-227,329,0,jeffjoebob,Clashnia,finite,0;45.0
    -97,68,-223,88,0,jeffjoebob,Clashnia,finite,434;0.25
    -98,68,-223,351,3,jeffjoebob,Clashnia,finite,6;25.0
    -99,68,-223,357,0,jeffjoebob,Clashnia,finite,21;10.0
    -100,68,-223,319,0,jeffjoebob,Clashnia,finite,14;4.0
    -100,68,-224,325,0,jeffjoebob,Clashnia,finite,2;40.0
    -116,64,-210,42,0,Joe9494t,Clashnia,finite,149;190.0
    -116,64,-211,41,0,Joe9494t,Clashnia,finite,79;359.99
    -116,64,-207,266,0,Joe9494t,Clashnia,finite,110;39.99
    -116,64,-208,351,4,Joe9494t,Clashnia,finite,90;27.0
    -116,64,-209,264,0,Joe9494t,Clashnia,finite,90;59.99
    -116,64,-212,22,0,Joe9494t,Clashnia,finite,40;399.99
    -116,64,-213,57,0,Joe9494t,Clashnia,finite,62;550.0
    -116,64,-214,19,0,Joe9494t,Clashnia,finite,300;7.99
    -116,64,-215,80,0,Joe9494t,Clashnia,finite,239;5.99
    -82,64,-221,263,0,BMXLore,Clashnia,finite,201;0.2
    -116,64,-216,89,0,Joe9494t,Clashnia,finite,128;10.0
    -116,64,-217,87,0,Joe9494t,Clashnia,finite,474;0.15
    -116,64,-218,47,0,Joe9494t,Clashnia,finite,94;19.99
    -81,64,-221,17,0,BMXLore,Clashnia,finite,100;0.15
    -100,68,-225,15,0,jeffjoebob,Clashnia,finite,416;14.0
    -100,68,-226,6,0,jeffjoebob,Clashnia,finite,279;0.05
    -100,68,-227,352,0,jeffjoebob,Clashnia,finite,0;2.0
    -100,68,-228,323,0,jeffjoebob,Clashnia,finite,9;4.0
    -82,64,-232,20,0,Wingnut45,Clashnia,finite,31;2.0
    -106,64,-205,1,0,Joe9494t,Clashnia,finite,439;7.0
    -81,64,-232,61,0,Wingnut45,Clashnia,finite,26;7.0
    -80,64,-221,5,0,BMXLore,Clashnia,finite,73;0.05
    -80,64,-232,4,0,Wingnut45,Clashnia,finite,108;5.0
    -79,64,-232,44,1,Wingnut45,Clashnia,finite,9;9.0
    -78,64,-231,24,0,Wingnut45,Clashnia,finite,74;9.0
    -95,64,-236,265,0,nareik999,Clashnia,finite,228;15.0
    -78,64,-230,3,0,Wingnut45,Clashnia,finite,192;1.0
    -78,64,-229,80,0,Wingnut45,Clashnia,finite,20;5.0
    -99,68,-228,263,0,jeffjoebob,Clashnia,finite,1500;0.6
    -112,64,-205,323,0,Joe9494t,Clashnia,finite,71;4.0
    -113,64,-205,18,0,Joe9494t,Clashnia,finite,149;3.0
    -111,64,-205,24,0,Joe9494t,Clashnia,finite,199;3.0
    -96,64,-236,329,0,nareik999,Clashnia,finite,5;175.0
    -108,64,-205,17,0,Joe9494t,Clashnia,finite,200;5.0
    -109,64,-205,17,1,Joe9494t,Clashnia,finite,200;7.0
    -97,64,-236,264,0,nareik999,Clashnia,finite,320;80.0
    -110,64,-205,17,2,Joe9494t,Clashnia,finite,200;7.0
    -107,64,-205,48,0,Joe9494t,Clashnia,finite,400;0.4
    -100,64,-238,334,0,nareik999,Clashnia,finite,32;1.0
    -78,64,-221,50,0,BMXLore,Clashnia,finite,131;0.05
    -79,64,-221,297,0,BMXLore,Clashnia,finite,6;0.1
    -98,64,-236,320,0,nareik999,Clashnia,finite,49;8.0
    -79,64,-219,81,0,BMXLore,Clashnia,finite,10;0.05
    -78,64,-228,13,0,Wingnut45,Clashnia,finite,256;3.0
    -80,64,-219,338,0,BMXLore,Clashnia,finite,14;0.05
    -99,64,-236,357,0,nareik999,Clashnia,finite,16;18.0
    -81,64,-219,65,0,BMXLore,Clashnia,finite,18;0.1
    -100,64,-237,88,0,nareik999,Clashnia,finite,217;5.0
    -82,64,-219,15,0,BMXLore,Clashnia,finite,40;15.0
    -95,64,-244,19,0,nareik999,Clashnia,finite,35;70.0
    -78,64,-227,324,0,Wingnut45,Clashnia,finite,13;4.5
    -100,64,-239,44,3,nareik999,Clashnia,finite,1242;0.01
    -100,64,-240,338,0,nareik999,Clashnia,finite,192;1.0
    -78,64,-226,12,0,Wingnut45,Clashnia,finite,640;2.75
    -98,68,-228,351,4,jeffjoebob,Clashnia,finite,135;2.0
    -100,64,-241,81,0,nareik999,Clashnia,finite,576;1.0
    -100,64,-242,296,0,nareik999,Clashnia,finite,276;1.0
    -100,64,-243,295,0,nareik999,Clashnia,finite,107;0.1
    -99,64,-244,263,0,nareik999,Clashnia,finite,640;1.0
    -98,64,-244,87,0,nareik999,Clashnia,finite,467;0.5
    -103,64,-152,256,0,sushijack,Clashnia,finite,3;20.0
    -103,64,-153,265,0,sushijack,Clashnia,finite,64;12.5
    -102,64,-159,264,0,sushijack,Clashnia,finite,10;45.0

    Above is the save file that gives the error, if it helps at all. After we start craftbukkit, the file size cuts in half.

    EDIT:
    This is exactly what happens to us.
     
  18. Offline

    schools

    Beautiful plugin! I love that you aim to keep things simple- that's all we need since there are too many commands to memorize as more and more essential mods are pumped out. Once you add the ability to sell, this is going to make an epic essential mod.
     
    Jan Tojnar and Dragoon70 like this.
  19. Offline

    trasmus3

    I got 100% the same problem, not even a clean shutdown, save the config files. It not onlt the new stuff there is not save, but old item, that have been sold over and over, come back as well.

    I can post a list of all plugins I got if that is to any help.
     
  20. Offline

    Macximilian

    I'm very happy that I found this beautiful plugin - and this statement is really what I like.
    I'm waiting for the possibility to sell something ... so there's my question @ narrowtux:
    Do you think you can say something about the date of this next release? Will it be next week? Or do I have to wait a longer time?
    Would be very nice to get an answer... :)
     
  21. Offline

    narrowtux

    I'm sorry about the inconvenience, I'll look into that soon ;)
    I don't really know when exactly but it should be within next week!
     
  22. Offline

    Thaery

    Code:
    16:18:59 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
        at de.moritzschmale.Showcase.Types.BuyAssistant.<init>(BuyAssistant.java:54)
        at de.moritzschmale.Showcase.Types.InfiniteShowcaseExtra.onClick(InfiniteShowcaseExtra.java:23)
        at de.moritzschmale.Showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:72)
        at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:306)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:166)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:453)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Using Bukkit 860
    No other plugins.

    I am OP on the server, this happens whenever I try to buy from my own Showcase.

    edit: ran without any other plugins.
     
  23. Offline

    narrowtux

    That's exactly the problem.
    You need to have at least an economy plugin installed to use shop showcases. I propose BOSEconomy, because it can run without Permissions.
     
  24. Offline

    Missnostalgia

    Hi, Narrow. Is there still a problem with shelves? I put the items on the shelves naturally and they work, but when I restart the server the items seem to just come off the shelf. I can make a video if need be.
     
  25. Offline

    narrowtux

    I see this quite often, too. Maybe it changes when I use another method to spawn the items. But in my tests, clients could crash when they tried to pick those items up.
     
  26. Offline

    hnrch02

    Please add localization ASAP. Please :)
     
    Jan Tojnar likes this.
  27. Offline

    JanTTuX

    i would LOVE this plugin if this only would be "Showcase" because i have "iconomychestshop" plugin and i need a showcase for the items... i think i can use these only for show case?
     
  28. Offline

    ItsMeYaniv

    i put a infinite showcase and normal players hit the slab and now msg popup!
    for me(op) its work and i give permissions to normal players:
    - showcase.buy.infinite
    - showcase.buy.finite
    im use group manager
     
  29. Offline

    narrowtux

    Yeah, you can use "basic".
    That happens when you build them near the spawn point. Read the Known issues section of the first post on how to fix that.
     
  30. Offline

    sagethor

    @narrowtux Must say, this is a nicely designed plugin. Heck, I don't even need to write up a tutorial on how to use it for my server.

    Any ETA on the limiting shops? I don't want players to be having loads of these shops to protect their items. Other than that, it's good to go on my server. Thanks!
     
  31. Offline

    LokiDarkfire

    help it worked fine, but then i tryed to make another one at a later time and got this:
    Code:
    23:17:48 [SEVERE] Could not pass event PLAYER_CHAT to Showcase
    java.lang.NullPointerException
            at de.moritzschmale.Showcase.ShowcasePlayer.getAmountOfType(ShowcasePlay
    er.java:61)
            at de.moritzschmale.Showcase.Types.ShowcaseAmountPage.<init>(ShowcaseAmo
    untPage.java:17)
            at de.moritzschmale.Showcase.Types.FiniteShowcase.addPagesToCreationWiza
    rd(FiniteShowcase.java:51)
            at de.moritzschmale.Showcase.ShowcaseTypeSelectionPage.onPageInput(Showc
    aseTypeSelectionPage.java:64)
            at com.narrowtux.Assistant.Assistant.onPlayerChat(Assistant.java:47)
            at de.moritzschmale.Showcase.ShowcasePlayerListener.onPlayerChat(Showcas
    ePlayerListener.java:90)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.ja
    va:278)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:683)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:402)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:312)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    
    any resolve?
     
Thread Status:
Not open for further replies.

Share This Page