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

    GeoCraft

    I am getting rather frustrated because I do not know how to fix this problem. The error I keep getting is as followed:
    17:15:49 [SEVERE] Error occurred while enabling Showcase v0.7.7.11 (Is it up to
    date?): info.somethingodd.bukkit.OddItem.OddItemBase cannot be cast to info.some
    thingodd.bukkit.OddItem.OddItem
    java.lang.ClassCastException: info.somethingodd.bukkit.OddItem.OddItemBase canno
    t be cast to info.somethingodd.bukkit.OddItem.OddItem
    at com.narrowtux.showcase.Showcase.onEnable(Showcase.java:167)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:920)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    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)
    I do not know what is going wrong and would love it if you could help me, thanks!
    Also, I am not sure if this is an odditem problem or a problem with ShowCase.
    I am running on CB build 1337
     
  3. simply did a server restart and now doesnt work.


    keeps randomly installing register.jar and spitting errors.

    showcase related?
     
  4. Offline

    zkepfk

     
  5. Offline

    narrowtux

    @zkepfk the console is where the server spits messages out and you can type in console commands.
    Which errors?
    Register.jar is installed because I changed the way how it is delivered with NarrowtuxLib. You had Register before, now it is in its own .jar
    Do you have OddItem installed?
     
  6. Offline

    S4h4rk

    This plugin is awesome! Even though I use ChestShop to do the buy and sell feature in my server's store, I like to have half blocks next to each chest with the corresponding item floating on it. It looks great and saves time trying to find items in the store at a glance.

    I've discovered a exploit when MinecartMania is on my server as well. If users can create "basic" showcases and set up auto-harvesting, they can auto-harvest items from showcases! I've had to disable auto-harvesting on my server to stop this. I don't know if there's easy way for your plugin (Showcase) or MinecartMania to fix this, but if there is, that would be appreciated.

    Thank you for Showcase! Keep up the great work.

    Best regards,
    S4h4rk
     
  7. ok this is my error, i dont understand how a mere restart caused all this issue. everything was working fine :(

    Code:
    09:07:39 [SEVERE] Could not pass event PLUGIN_ENABLE to Register
    java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.reg
    ister.payment.Methods.hasMethod()Z
            at com.nijikokun.register.listeners.server.onPluginEnable(server.java:37
    )
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:585)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:964)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.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)
    and neither do showcases work anymore.

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

    narrowtux

    @dunem
    That's because you have Register in another plugin, said plugin hasn't its namespaces for the Register classes renamed. I haven't done that in NarrowtuxLib too, and it caused issues with other plugins. I now switched to using Register as plugin, so this won't be my fault any more. Seems some devs also have to do this. I'm not pointing fingers, cause I made the same mistake.
     
  9. Offline

    Juze

    I use more than 100 plugins literally. I have no time to figure which of them is using Register and mostly, which of them is using Register wrongly. The faulty NarrowTuxLib causes same errors as these people have, so I had to disable both NarrowTuxLib and Showcase until it stops conflicting with Register. Oh, that means, I have no errors when Register is disabled too.

    I also tried a "fixed version" of NarrowTuxLib grabbed from Register BukkitDev comments. Was greeted with a version error.
     
  10. Offline

    Alex Berndt

    17:38:08 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.register.payment.Methods.getMethod()Lcom/nijikokun/register/payment/Method;
    at com.narrowtux.narrowtuxlib.NarrowtuxLib.getMethod(NarrowtuxLib.java:301)
    at com.narrowtux.showcase.types.BuyAssistant.<init>(BuyAssistant.java:65)
    at com.narrowtux.showcase.types.InfiniteShowcaseExtra.onClick(InfiniteShowcaseExtra.java:40)
    at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:100)
    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.dig(ItemInWorldManager.java:92)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:160)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  11. Offline

    rockiesfan1234

    @narrowtux these are the plugins I loaded before the register.jar
    Code:
    [LIST][*]AdminPanel
    [*]AntiXray
    [*]AutoHelp_0.2-cb798-help2.4.1.jar(not sure whats up with all the stuff other then Autohelp.jar)
    [*]BigBrother
    [*]CFBanner
    [*]ChestShop
    [*]ColoredSigns
    [*]CreativeGates
    [*]dynmap
    [*]Essentials (all 4 .jars)
    [*]Falsebook (All 6 .jars)
    [*]Help
    [*]Instabreak
    [*]Jobs
    [*]LWC
    [*]mcbans
    [*]mChat
    [*]MinecraftRKitPlugin
    [*]MinecraftVeiwer
    [*]Minequery
    [*]MobDisguise
    [*]MobileAdmin
    [*]Multiverse-Core
    [*]MyHome
    [*]NarrowtuxLib (updated at same time I updated Register and Showcase)
    [*]noEnderman
    [*]Noweather
    [*]NSCommand
    [*]p2aliases
    [*]Permissions
    [*]PermissionsPlus
    [*]Residence
    [*]ResidenceSigns-v0.2
    [*]Safe Creeper
    [*]Scavenger
    [*]ScheduledAnnouncer
    [*]Showcase (updated at same time I updated Register and NarrowtuxLib)
    [*]SimpleCalc
    [*]SimpleSpleef
    [*]SlapEx
    [*]SortInventory
    [*]SPITEMS_1.3.3_
    [*]StarterKit.0.4a
    [*]VanishNoPickup
    [*]War
    [*]WordRank
    [*]WorldEdit
    [*]WorldGuard
    [*]xWarp
    [/LIST]
    
    Not all of these plugins are up-to-date except the main ones like Essentials and plugins using Spout since it said something to do with Spout in console when I click the slab.
     
  12. Offline

    GeoCraft

    I do have OddItem installed but I though that the plugin supported it (it was in the change log)
     
  13. Offline

    OstlerDev

    Bug Report:
    Version of ShowCase: 0.7.7 (Latest)
    Version of Bukkit: 1337 (Latest RB)
    Error: When you try and buy something it send it to chat instead of using it for the plugin.
    Console: None.
    Plugin Conflicts? I think it is HeroChat.

    Any response would be greatly appreciated.

    Thanks
    OstlerDev
     
  14. Offline

    narrowtux

    Maybe OddItem has been updated meanwhile and my classes are not up to date any more.
     
  15. Offline

    GeoCraft

    I tried installing the older version of odditem but still got the same error :(
     
  16. Offline

    narrowtux

    In your case, it is ChestShop that causes the issue. I contacted the dev already.
    I never heard about HeroChat causing this issue (thought it was rather a serious code style).
    Can you give me your full plugin list?
     
  17. Offline

    OstlerDev

    Plugins: My Worlds, LCScavenger, RocketBoots, HeroicDeath, boosCoolDown, Spout, WorldGuard, LCRange, LCCombat, EnderSMP, BuyCraft, Spout, LCDexterity, LCExcavation, GroupManager, BanRecipe, FalseBookIC, Creative Colours, LevelCraftCore, FalseBookExtra, LCWoodCutting, Inception, ForcegenChunks, CFBanner, FalseBookBlock, NoLaggChunks, OnTimeCommands, JSONAPI, LCMining, FalseBookCore, noEnderman, HeroChat, iConomy, FalseBookCart, Essentials, SimpleSkylands, WorldEdit, EssentialsSpawn, Permissions, VanishNoPickup, RegioSell, EssentialsProtect, dynmap, NoLagg, HawkEye, Citizens, NarrowtuxLib, Register, Factions, MagicSpells, ShowCase
     
  18. Offline

    HuskerGirlKC

    Please update this so Multiplay will accept it again!
    My shop is a mess and incredibly hard to use when there is no Showcase.
     
  19. Offline

    wiigor

    I have the same error on my server, i have not updated plugins, so it think it must have been the autoupdate feature of narrowtuxlib/register.

    Could you please tell me how i can revert to the old (working) situation?

    ex. where to find the old files? Showcase is the only way on my server of buying things in a shop.

    Code:
    21:37:28 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.register.payment.Methods.getMethod()Lcom/nijikokun/register/payment/Method;
    at com.narrowtux.narrowtuxlib.NarrowtuxLib.getMethod(NarrowtuxLib.java:301)
    at com.narrowtux.showcase.types.BuyAssistant.<init>(BuyAssistant.java:65)
    at com.narrowtux.showcase.types.InfiniteShowcaseExtra.onClick(InfiniteShowcaseExtra.java:40)
    at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:100)
    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.dig(ItemInWorldManager.java:92)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:160)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  20. has everyone tried deleting their old narrowtuxlib.jar and folder before upgrading ? to make sure it grabs the latest version.

    also seems a lot of these problems are caused by people runnin many many plugins which have probably not all been updated to the latest verisons. Are you also all on the latest RB ?
     
  21. Offline

    narrowtux

    What should I update to let them accept it?

    I explained the cause of the error a few posts above. I can't fix that myself, other authors have to switch their register class names.
    Old builds of NarrowtuxLib are here: http://ci.getspout.org/job/NarrowtuxLib
    Also don't forget to turn off autoupdate in the config BEFORE replacing and reloading.
    Old builds of Showcase (you don't want them): http://ci.getspout.org/job/Showcase

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

    adurian

    hey can you made a simple version of this mod? I want the showcase feature i don't want the shop showcase feature
     
  23. Offline

    Owa13

    I get this error message:

    [SEVERE] Could not pass event PLAYER_INTERACT to Showcase java.lang.IncompatibleClassChangeError: Expected static method com.nijikokun.register.payment.Methods.getMethod()Lcom/nijikokun/register/payment/Method; at com.narrowtux.narrowtuxlib.NarrowtuxLib.getMethod(NarrowtuxLib.java:301) at com.narrowtux.showcase.types.BuyAssistant.<init>(BuyAssistant.java:65) at com.narrowtux.showcase.types.FiniteShowcaseExtra.onClick(FiniteShowcaseExtra.java:40) at com.narrowtux.showcase.ShowcasePlayerListener.onPlayerInteract(ShowcasePlayerListener.java:100) 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.dig(ItemInWorldManager.java:92) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:497) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:160) at net.minecraft.server.Packet14BlockDig.a(SourceFile:43) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  24. Offline

    soeren796

    hello,
    the first time, I think you've done a super job, and your mod is really the best for shops.
    Maybe I nag you, but I do not want to search the entire side of an answer .
    Does your plugin work with a 1.8.1 bukkit server ?
     
  25. Offline

    narrowtux

    You can disable it.
    sure it does, hence it's compatible with 1337 RB of Bukkit.
    AND ALL THE OTHERS POSTING THE EVER SAME ERROR HERE!
    Please stop. I got that error for about 15 times now and I'm tired replying every single one.
     
  26. Offline

    Owa13

    Yes, what can we do? To fix the error.
    because I do not understand why this error message comes.
     
  27. Offline

    wiigor

    Thanks narrowtux for the link, now its working again.

    How to temporarily revert to the old narrowtuxlib.jar and hotfix the:
    [SEVERE] Could not pass event PLAYER_INTERACT to Showcase java.lang.IncompatibleClassChangeError:

    1 ] go to the Minecraft\plugins\narrowtuxlib folder on your minecraft server
    2 ] open narrowtuxlib.cfg
    3 ] change autoupdate=true to autoupdate=false (so the new version wont be downloaded once your reinstall )
    4 ] remove the narrowtuxlib.jar in your plugins directory

    5 ] download the old version of narrowtuxlib.jar here: http://ci.getspout.org/job/NarrowtuxLib/13/
    6 ] copy the downloaded old narrowtuxlib.jar into your plugins folder
    7 ] restart your server


    This will revert to the old working narrowtuxlib. But be sure to check this page regularly to see if a real fix has been found.
     
    Alex Berndt and Juze like this.
  28. Offline

    rockiesfan1234

    @narrowtux thank you , could you let me know if theis problem is fixed? :) Thanks again
     
  29. Offline

    Juze

    Thank you, this fixes the problem!
     
  30. Hey There,
    i got that "could not pass event.." problem too, so i got the 1337-bukkit version on my server, now he is yelling
    "could not pass event player_interact to register" but what the heck is register!? please help

    JEEZ it works.
    I dunno know what that yelling about 'register' is about but it works :D
    Great Job!

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

    Isocadia

    Would it be possible to add support for stair blocks, so we can showcase 2 items on 1 block (ofc you wouldn't be able to use these as a shop, I think)?
     
Thread Status:
Not open for further replies.

Share This Page