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

    Tealk

    the 1st reason is bukkituptodate, this only support bukkit dev
    2. i think all server owner looking now on bukkit dev, mee to so i have download a old version :(
    3. i dont know why you will host it on your own side what else, bukkit dev is a verry good database
     
  3. Offline

    wacossusca34

    Any help?
     
  4. Offline

    datwerd

    possible to display the item but no shop?
     
  5. Offline

    narrowtux

    basic is your type of choice.
    I don't think showcase does that. If you have spout, you'll have to update that, a 1.0.0 compatible build is on ci.getspout.org/job/Spout
     
  6. Offline

    Adkos

    @narrowtux : Hi 'tux !

    I've some issues with the Tutorial stuff.
    I've put permissions "showcase.tutorial" to admins and players, but only admins can create and see them.
    I'm using PermissionsEx, is it the problem ?

    EDIT : can't reach the ci.getspout.org/job/Spout website. "Proxy error, can't handle the request" stuff.
    Can you put a direct link to the spout 1.0.0 build ?
     
  7. Offline

    alanine

    Also have this. A temp mirror would be cool if it seems to be a prolonged thing; if someone who has it could be so generous. :)

    Also, since I'm actually making a post ---
    @narrowtux Thanks for all of your work buddy; have been using many of your releases for quite some time now.
    Also glad to have that nolagg issue explained, as I had removed all but infinite 'admin' shops in order to stop the mentioned problem..Good luck with the new version of Showcase; if that is still in the works. :fingerscrossed:
     
  8. Offline

    narrowtux

    I think we'll have that sorted out by the end of the week at latest.
    I think that this is a permissions problem, I don't support PEX in Showcase itself, you might have to use a bridge to SuperPerms.
     
    alanine likes this.
  9. Offline

    majilune

    When will it be supported for 1.0.0 ? Thank you for this amazing plugin !
     
  10. Offline

    Adkos

    Ok, this time, I'm kinda confused.
    I've installed the latest dev build of Spout, on my 1.0.0 server. Works fine.
    Then I put some Spout plugin (SpoutMaterials 1.1), and it works fine too. Great !

    Then I realized that Spoutcraft isn't ready for 1.0.0 .... argh !
    So, my serveur is fully compatible for Spout in 1.0.0 version, but I can't connect to it.

    Tell me that you have a Spoutcraft 1.0.0 client somewhere :)
     
  11. Offline

    BigCoots

    When I try to create an infinite showcase it asks me for the price... I put 25.00 to set it to 25 dollars but it sets it for something like 25,000 dollars. How do I fix this? I've tried a number of things but I'm so confused!
     
  12. Offline

    narrowtux

    It's not 25,000 dollars, but 25.000 dollars. You could omit the 000 as well!
    Spoutcraft is waiting for MCP to finish deobfusciating Minecraft 1.0.0 . Check out @SeargeDP's Twitter timeline for the current status: https://twitter.com/seargedp
    (Hint: When you follow him, he'll work 5 minutes more each day on deobfusciating.

    It should already support it.
     
  13. Offline

    Epics

    On start-up
    Code:
    2011-11-24 15:54:58 [INFO] Downloading NarrowtuxLib.jar (46kb) ...
    2011-11-24 15:54:58 [INFO] Download finished
    2011-11-24  15:54:58 [INFO] File  D:\UserFiles\14224\GameServers\TC37440122188873341068417\plugins\NarrowtuxLib\narrowtuxlib.cfg  not found.
    2011-11-24 15:54:58 [INFO] Version: 101
    2011-11-24 15:54:58 [INFO] Could not call home.
      2011-11-24 15:55:19 [INFO] Downloading Register.jar (0kb) ...
      2011-11-24 15:55:40 [WARNING] Couldn't install register
    2011-11-24 15:55:40 [SEVERE] java.net.ConnectException: Connection timed out: connect
    2011-11-24 15:55:40 [SEVERE] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.PlainSocketImpl.doConnect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.Socket.connect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.Socket.connect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at java.net.URL.openStream(Unknown Source)
    2011-11-24 15:55:40 [SEVERE] 	at com.narrowtux.narrowtuxlib.utils.NetworkUtils.download(NetworkUtils.java:46)
    2011-11-24 15:55:40 [SEVERE] 	at com.narrowtux.narrowtuxlib.NarrowtuxLib.checkForRegister(NarrowtuxLib.java:308)
    2011-11-24 15:55:40 [SEVERE] 	at com.narrowtux.narrowtuxlib.NarrowtuxLib.onEnable(NarrowtuxLib.java:108)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-11-24 15:55:40 [SEVERE] 	at com.narrowtux.showcase.Showcase.checkForLibs(Showcase.java:217)
    2011-11-24 15:55:40 [SEVERE] 	at com.narrowtux.showcase.Showcase.onEnable(Showcase.java:109)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:183)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    2011-11-24 15:55:40 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    2011-11-24 15:55:40 [SEVERE] 	at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    2011-11-24 15:55:40 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    2011-11-24 15:55:40 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    2011-11-24 15:55:40 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    2011-11-24 15:55:40 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    2011-11-24 15:55:40 [INFO] [NarrowtuxLib] v1.0.1 by [narrowtux] enabled.
    2011-11-24  15:55:40 [INFO] File  D:\UserFiles\14224\GameServers\TC37440122188873341068417\plugins\Showcase\showcase.cfg  not found.
    2011-11-24 15:55:40 [INFO] File  D:\UserFiles\14224\GameServers\TC37440122188873341068417\plugins\Showcase\showcase-en-US.csv  not found.
    2011-11-24 15:55:40 [INFO] [Showcase] copied new translation file for en-US to disk.
    2011-11-24 15:55:40 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    2011-11-24 15:55:40 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    2011-11-24 15:55:40 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-11-24 15:55:40 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-11-24 15:55:40 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-11-24 15:55:40 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    When I try to sneak and place it
    Code:
    2011-11-24 15:57:44 [INFO] null line -1
    2011-11-24 15:57:44 [INFO] null line -2
    2011-11-24 15:57:44 [INFO] null line -1
    2011-11-24 15:57:44 [INFO] PluginClassLoader.java line 36
    2011-11-24 15:57:44 [INFO] PluginClassLoader.java line 24
    2011-11-24 15:57:44 [INFO] null line -1
    2011-11-24 15:57:44 [INFO] null line -1
    2011-11-24 15:57:44 [INFO] NarrowtuxLib.java line 301
    2011-11-24 15:57:44 [INFO] ShowcaseCreationAssistant.java line 43
    2011-11-24 15:57:44 [INFO] ShowcasePlayerListener.java line 68
    2011-11-24 15:57:44 [INFO] JavaPluginLoader.java line 330
    2011-11-24 15:57:44 [INFO] RegisteredListener.java line 58
    2011-11-24 15:57:44 [INFO] SimplePluginManager.java line 339
    2011-11-24 15:57:44 [INFO] CraftEventFactory.java line 171
    2011-11-24 15:57:44 [INFO] ItemInWorldManager.java line 266
    2011-11-24 15:57:44 [INFO] NetServerHandler.java line 592
    2011-11-24 15:57:44 [INFO] SourceFile line 39
    2011-11-24 15:57:44 [INFO] NetworkManager.java line 226
    2011-11-24 15:57:44 [INFO] NetServerHandler.java line 92
    2011-11-24 15:57:44 [INFO] SourceFile line 108
    2011-11-24 15:57:44 [INFO] MinecraftServer.java line 516
    2011-11-24 15:57:44 [INFO] MinecraftServer.java line 414
    2011-11-24 15:57:44 [INFO] SourceFile line 457
    2011-11-24 15:57:46 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
    	at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:71)
    	at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:330)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:171)
    	at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:266)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:592)
    	at net.minecraft.server.Packet15Place.a(SourceFile:39)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    After downloading the Register.jar and placing it in plugins/ it simply refuses to start.
    Completely freezes my console.

    After restarting it works,
    but spams networking errors and laggs my server endlessly. I had to remove it to get my server to run again.
    Something like this...100x times.
    Code:
    2011-11-24 16:16:42 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.write(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.DataOutputStream.flush(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    2011-11-24 16:16:42 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.net.SocketOutputStream.write(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at java.io.DataOutputStream.flush(Unknown Source)
    2011-11-24 16:16:42 [SEVERE] 	at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
     
  14. Offline

    narrowtux

    @Epics
    You seem to have an issue with your network connection. Is your computer behind a proxy?
     
  15. Offline

    Epics

    It is a remote server. There is no proxy.
     
  16. Offline

    T4L_Goose

    Don't know if you saw my request before because you didn't respond, but I'll ask again: Can you make the holding back of chat a config option? I would like to turn it off because people can see conversations in hidden chat channels with that feature.
     
  17. Offline

    datwerd

    possible to change the showcase block? i think a pressure plate would be nice... items on tables etc
     
  18. Offline

    beelee100

    hmm is there any chance of making it work with enchanted tools & armors?
     
  19. Offline

    Zuber

    I've got a huge problem.

    The "showcases.csv" file is constantly reset ...
    I tried to delete it and replace it with the older one, but it reset again ...
     
  20. Offline

    narrowtux

    You're using a WINDOWS remote server? Did you hear anything about wasting RAM with GUI?

    I'd rather fix that bug because chat will be annoying and break the layout of the assistant.

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

    Epics

    It's a webpanel. I don't own the dedicated. Basically a unix box.
    Avoiding the issue?
     
  22. Offline

    T4L_Goose

    Oh, that's even better. I thought it was just a conflict with Factions and Showcase.
     
  23. Offline

    Zuber

    Can someone help me please ? It's a very annoying problem I have.
    (I'm french, please excuse my mistakes)
     
  24. Offline

    ev0ker

    One of my user found a bug to duplicate items with showcase.
    You put items in a showcase and then left-click on it as if you want to buy from it. Then you close the showcase by ducking and right-clicking. But because you left-clicked before that, you are still able to buy from it.
    So you can get the items again.

    I hope you can fix this bug.
     
  25. Offline

    narrowtux

    No language mistakes so far :p
    What problem do you have?
    I thought it was windows because there were windows style path names in your error logs.
    Basically, your issue is that my plugin can't download Register.jar from the build server. The build server is up and running again, so you could try that again.
    The stuff you posted below that resulted from not having Register.
    However, I can't see any relation to Showcase in the last bit you posted. There's no mention of any of the classes I'm using and I'd assume it's a CraftBukkit or even Vanilla issue.
    Yeah, thanks for bringing that up again.
     
  26. Offline

    Zuber


    The "showcases.csv" file is constantly reset ...
    I tried to delete it and replace it with the older one, but it reset again ... every time I restart my server ...

    I have MC 1.0.0 and CB 1417

    I restart my server via the "restart" command on the admin's panel of my hoster.
    And I got no log errors ! That's the real problem !
    I have this :
    Code:
    20:39:40 [INFO] [Showcase] Registered type [basic] (1 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    20:39:40 [WARNING] Permissions not found! All Operations are allowed!
    20:39:41 [INFO] [Showcase] version 0.7.7.11 has been enabled.
    20:39:40[INFO] [Showcase] Registered type [basic] (1 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    20:39:40 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    20:39:40 [WARNING] Permissions not found! All Operations are allowed!
    20:39:41 [INFO] [Showcase] version 0.7.7.11 has been enabled.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  27. Offline

    narrowtux

    How do you restart your server, and are there errors on the console when you do so?
     
  28. Offline

    HotelErotica

    @narrowtux
    Got an interesting bug when people try to create a showcase only happens sometimes?

    Code:
    09:40:17 [SEVERE] Could not pass event PLAYER_CHAT to NarrowtuxLib
    java.lang.NullPointerException
            at org.bukkit.craftbukkit.inventory.CraftItemStack.getEnchantments(CraftItemStack.java:171)
            at org.bukkit.inventory.ItemStack.clone(ItemStack.java:209)
            at com.narrowtux.showcase.ShowcasePlayer.remove(ShowcasePlayer.java:89)
            at com.narrowtux.showcase.types.FiniteShowcase.createShowcase(FiniteShowcase.java:83)
            at com.narrowtux.showcase.ShowcaseCreationAssistant.onAssistantFinish(ShowcaseCreationAssistant.java:91)
            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:32)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:295)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:726)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
     
  29. Offline

    kingdavidd

    Me to and now my showcases are not sitting on the slabs and everything is going to shit, just might disable showcase intill it is updated.
     
  30. Offline

    narrowtux

    Hmm seems like a new issue that results of CraftBukkit, I'll report that issue if not already done ;)

    EDIT: I posted that issue here, look there to keep track of it: https://bukkit.atlassian.net/browse/BUKKIT-51
     
  31. Offline

    HotelErotica

    Thanks for the quick answer :)
     
Thread Status:
Not open for further replies.

Share This Page