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

    GmK

    @narrowtux

    I had to disable your plugin for good :( We had 360 Showcases, and it was lagging the server to death (CPU usage was abnormally high), we removed Showcase+Narrowtuxlib, and it was all smooth from there on.

    I guess on a small server you wouldnt have 360+ showcases, but for us this was a dealbreaker... :(
     
  3. Offline

    Dothackking

    They weren't emptyhanded. They had arrows in their haneds.
     
  4. Offline

    MasterKitty

    usually servers having this plugin have odditem.
     
  5. Offline

    Dothackking

    Does that plugin change the ingame name of the items?

    We actually have a custom made texture pack along with a custom client mod to make our own custom items :eek:
     
  6. Offline

    MasterKitty

    i think that plugin u entered to change names will overrite odditem... doesn't hurt to try.
     
  7. Offline

    narrowtux

    No this is just an API. It lets me get material and data ids for text inputs. This is very well done, because it includes greedy match (type cobble instead of cobblestone), alternatives and even suggestions when the item wasn't found.
    However, it doesn't change the item names via spout.
     
  8. Offline

    TheGurw

    I have a bit of an issue using ItemSound (changes the item pickup noise via Spout). When walking near a Showcase that had an item at pickup-level, it kept spamming the sound while in pickup range. Not a huge deal, but it is rather annoying.
     
  9. Offline

    G1R Productions

    Code:
    16:48:49 [SEVERE] java.lang.NullPointerException
    16:48:49 [SEVERE]     at java.lang.System.arraycopy(Native Method)
    16:48:49 [SEVERE]     at java.io.BufferedOutputStream.write(BufferedOutputStream.java:111)
    16:48:49 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:90)
    16:48:49 [SEVERE]     at net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:88)
    16:48:49 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:116)
    16:48:49 [SEVERE]     at net.minecraft.server.NetworkManager.f(NetworkManager.java:107)
    16:48:49 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:263)
    16:48:49 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:107)
    
    Causes people in my server to be instantly disconnected when they join

    EDIT:
    Happens when spout and narrow is downloaded and installed when I don't know what they do and I don't want them.
     
  10. Offline

    Ferdy2003

    Just use the newest version of Spout. Spout is required by narrow and narrow is required by showcase :) You find Spout here: http://forums.bukkit.org/threads/de...the-flow-of-endless-possibilities-1060.29259/
     
  11. Offline

    JTAKER

    Version of Showcase: .7.3/.7.4; Whatever one is in the current OP.
    Version of Bukkit: 1060
    If possible, a step-by-step explanation of the bug: Server restarts everytime I use the command /reload. Does not happen when I disable Showcase.

    EDIT: Never mind. Seems to be a problem with Spout.
     
  12. Offline

    G1R Productions

    So spout is broken atm?
     
  13. Offline

    Itsyuka

    Is there a way to remove Spout support for this plugin?
     
  14. Offline

    PluginSearcher

    Ok, alright, thanks :)
     
  15. Offline

    samoonm

    Is it possible to make logs, such as buying log and creation log, in order to let server manager knows who have created showcases and purchased items.
     
  16. Offline

    zecheesy

    I have the newest bukkit and I downloaded your newest version of showcase.
    Here is my server logs:
    Code:
    151 recipes
    16 achievements
    12:56:15 [INFO] Starting minecraft server version Beta 1.7.3
    12:56:15 [INFO] Loading properties
    12:56:15 [INFO] Starting Minecraft server on 192.168.1.129:25565
    12:56:15 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    12:56:16 [INFO] [Permissions] (Phoenix) was Initialized.
    12:56:16 [INFO] [General-0.0] Loaded.
    12:56:16 [INFO] [MCStats] Loading MCStats
    12:56:16 [INFO] [MCStats] Restoring player statistics.
    12:56:16 [INFO] Preparing level "Survival"
    12:56:16 [INFO] Preparing start region for level 0 (Seed: -2792746981826350449)
    12:56:17 [INFO] Preparing start region for level 1 (Seed: 5199702454386477570)
    12:56:17 [INFO] Preparing spawn area: 40%
    12:56:17 [INFO] Announcer Speed set at 1200
    12:56:17 [INFO] 1200
    12:56:17 [INFO] Announcer version 0.5 is enabled!
    12:56:17 [INFO] Thanks to Eisental for the excellent advice! :)
    12:56:17 [INFO] Backup v1.6 was sucessfully loaded!
    12:56:17 [INFO] [BBROTHER] ------------------------------------
    12:56:17 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
     BigBrother!
    12:56:17 [INFO] [BBROTHER] Please note that, since this is far from complete, th
    ere will be many bugs.
    12:56:17 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
    gs.nexisonline.net/bb
    12:56:17 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up
    dates and build notifications.
    12:56:17 [INFO] [BBROTHER] ------------------------------------
    12:56:18 [INFO] [BBROTHER] Building `bbdata` table...
    12:56:18 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    12:56:18 [INFO] [BBROTHER] Building `bbworlds` table...
    12:56:18 [INFO] [BBROTHER] Building `bbactions` table...
    12:56:18 [INFO] [BBROTHER] Action #1 - BrokenBlock
    12:56:18 [INFO] [BBROTHER] Action #2 - PlacedBlock
    12:56:18 [INFO] [BBROTHER] Action #3 - DestroySignText
    12:56:18 [INFO] [BBROTHER] Action #4 - Teleport
    12:56:18 [INFO] [BBROTHER] Action #5 - DeltaChest
    12:56:18 [INFO] [BBROTHER] Action #6 - Command
    12:56:18 [INFO] [BBROTHER] Action #7 - Chat
    12:56:18 [INFO] [BBROTHER] Action #8 - Disconnect
    12:56:18 [INFO] [BBROTHER] Action #9 - Login
    12:56:18 [INFO] [BBROTHER] Action #10 - DoorOpen
    12:56:18 [INFO] [BBROTHER] Action #11 - ButtonPress
    12:56:18 [INFO] [BBROTHER] Action #12 - LeverSwitch
    12:56:18 [INFO] [BBROTHER] Action #13 - CreateSignText
    12:56:18 [INFO] [BBROTHER] Action #14 - LeafDecay
    12:56:18 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    12:56:18 [INFO] [BBROTHER] Action #16 - TNTExplosion
    12:56:18 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    12:56:18 [INFO] [BBROTHER] Action #18 - MiscExplosion
    12:56:18 [INFO] [BBROTHER] Action #19 - ChestOpen
    12:56:18 [INFO] [BBROTHER] Action #20 - BlockBurn
    12:56:18 [INFO] [BBROTHER] Action #21 - Flow
    12:56:18 [INFO] [BBROTHER] Action #22 - DropItem
    12:56:18 [INFO] [BBROTHER] Action #23 - PickupItem
    12:56:18 [INFO] [BBROTHER] Action #24 - SignDestroyed
    12:56:18 [INFO] [BBROTHER] Action #25 - Heartbeat
    12:56:18 [INFO] [BBROTHER] Action #26 - BlockPistoned
    12:56:18 [INFO] [BBROTHER] Building `bbusers` table...
    12:56:18 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Perm
    issions' (v2.7.3).
    12:56:18 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    12:56:18 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.3
    12:56:18 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    12:56:18 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    12:56:18 [INFO] ColorSign version 1.0 is enabled!
    12:56:18 [WARNING] [General-3.4.2] No aliases were defined in items.yml.
    12:56:18 [WARNING] [General-3.4.2] Hooks are missing.
    12:56:18 [WARNING] [General-3.4.2] An error occured: either general.kits does no
    t exist or it could not be read; kits ignored
    12:56:18 [INFO] [General-3.4.2]  Using [WorldEdit 4.4] for permissions.
    12:56:18 [INFO] [General-3.4.2] [Codename: Hindemith] Plugin successfully loaded
    !
    12:56:18 [WARNING] [General-3.4.2] [Help] isn't detected. No /help support; inst
    ead use /general help
    12:56:18 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    12:56:18 [INFO] [iChat] Found Permissions (v2.7.3)
    12:56:18 [INFO] iChat (v2.2.3) enabled
    12:56:18 [INFO] [iConomy] Logging is currently disabled.
    12:56:18 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    12:56:18 [INFO] [iConomy] Developed by: [Nijikokun]
    12:56:18 [INFO] [iConomy] hooked into Permissions.
    12:56:18 [INFO] [Jail] Loaded 1 jail zones.
    12:56:18 [INFO] [Jail] Loaded 2 prisoners.
    12:56:18 [INFO] [Jail] Loaded 0 cells.
    12:56:18 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    12:56:18 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet
     or /mc.
    12:56:18 [INFO] [MagicCarpet] Using Permissions.
    12:56:18 [INFO] [MCStats] Enabling MCStats
    12:56:18 [INFO] bInfo not installed!
    12:56:18 [INFO] [MCStats] bInfo not detected, disabling group support.
    12:56:18 [INFO] [MCStats] Payment method found (iConomy version: 5)
    12:56:18 [INFO] [MultiInv] version 2.3.0 is enabled!
    12:56:18 [INFO] [MultiVerse] Permissions Found
    12:56:18 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    12:56:18 [INFO] [MultiVerse] Found iConomy, enabling payments.
    12:56:18 [INFO] [MultiVerse] Loading World & Settings - 'Creative_nether' - NETH
    ER
    12:56:18 [INFO] Preparing start region for level 2 (Seed: 8126654973275348706)
    12:56:19 [INFO] [MultiVerse] Loading World & Settings - 'Creative' - NORMAL
    12:56:19 [INFO] Preparing start region for level 3 (Seed: -9112934590710174185)
    12:56:20 [INFO] [MultiVerse] Loading World & Settings - 'Survival' - NORMAL
    12:56:20 [INFO] [MultiVerse] Loading World & Settings - 'creative_nether' - NETH
    ER
    12:56:20 [INFO] [MultiVerse] Loading World & Settings - 'creative' - NORMAL
    12:56:20 [INFO] [MultiVerse] Loading World & Settings - 'Survival_nether' - NETH
    ER
    12:56:20 [INFO] [MultiVerse] 6 - World(s) loaded.
    12:56:20 [INFO] [MultiVerse] Loading Portals
    12:56:20 [INFO] [MultiVerse] 2 - Portal(s) loaded.
    12:56:20 [INFO] [MYHOME]: 13 homes loaded
    12:56:20 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.3
    12:56:20 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    12:56:20 [INFO] [MYHOME] MyHome 1.9.5 enabled
    12:56:20 [INFO] Downloading NarrowtuxLib.jar (70kb) ...
    12:56:21 [INFO] Download finished
    12:56:21 [INFO] File C:\Users\Costco\Desktop\minecraft server\plugins\NarrowtuxL
    ib\narrowtuxlib.cfg not found.
    12:56:21 [INFO] Downloading Spout.jar (199kb) ...
    12:56:22 [INFO] 63%
    12:56:23 [INFO] Download finished
    12:56:23 [INFO] Spout 1.0.1 has been initialized
    12:56:23 [INFO] Version: 60
    12:56:23 [INFO] [NarrowtuxLib] v0.6.0 by [narrowtux] enabled.
    12:56:23 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    12:56:23 [INFO] File C:\Users\Costco\Desktop\minecraft server\plugins\Showcase\s
    howcase.cfg not found.
    12:56:23 [INFO] File C:\Users\Costco\Desktop\minecraft server\plugins\Showcase\s
    howcase-en-US.csv not found.
    12:56:23 [INFO] [Showcase] copied new translation file for en-US to disk.
    12:56:23 [INFO] [Showcase] Registered type [basic] (0 items loaded)
    12:56:23 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    12:56:23 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    12:56:23 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    12:56:23 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    12:56:23 [INFO] [Showcase] version 0.7.4 has been enabled.
    12:56:23 [INFO] SimpleModerator version 0.2.1 enabled!
    12:56:23 [INFO] [SkyPirates]: Permissions enabled.
    12:56:23 [INFO] [SkyPirates]: version [1.2.4] (Caribbean) loaded
    12:56:23 [INFO] Found and will use plugin Permissions v2.7.3
    12:56:23 [INFO] SpawnX enabled
    12:56:23 [INFO] WorldEdit 4.4 enabled.
    12:56:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    12:56:23 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    12:56:23 [INFO] WorldGuard: (Survival) Single session is enforced.
    12:56:23 [INFO] WorldGuard: (Survival) TNT ignition is blocked.
    12:56:23 [INFO] WorldGuard: (Survival) Lighters are blocked.
    12:56:23 [INFO] WorldGuard: (Survival) Lava fire is PERMITTED.
    12:56:23 [INFO] WorldGuard: (Survival) Fire spread is UNRESTRICTED.
    12:56:23 [INFO] WorldGuard: Loaded configuration for world 'Survival"
    12:56:23 [INFO] WorldGuard: (Survival_nether) Single session is enforced.
    12:56:23 [INFO] WorldGuard: (Survival_nether) TNT ignition is PERMITTED.
    12:56:23 [INFO] WorldGuard: (Survival_nether) Lighters are PERMITTED.
    12:56:23 [INFO] WorldGuard: (Survival_nether) Lava fire is blocked.
    12:56:23 [INFO] WorldGuard: (Survival_nether) Fire spread is UNRESTRICTED.
    12:56:23 [INFO] WorldGuard: Loaded configuration for world 'Survival_nether"
    12:56:23 [INFO] WorldGuard: (Creative_nether) Single session is enforced.
    12:56:23 [INFO] WorldGuard: (Creative_nether) TNT ignition is PERMITTED.
    12:56:23 [INFO] WorldGuard: (Creative_nether) Lighters are PERMITTED.
    12:56:23 [INFO] WorldGuard: (Creative_nether) Lava fire is blocked.
    12:56:23 [INFO] WorldGuard: (Creative_nether) Fire spread is UNRESTRICTED.
    12:56:23 [INFO] WorldGuard: Loaded configuration for world 'Creative_nether"
    12:56:23 [INFO] WorldGuard: (Creative) Single session is enforced.
    12:56:23 [INFO] WorldGuard: (Creative) TNT ignition is PERMITTED.
    12:56:23 [INFO] WorldGuard: (Creative) Lighters are PERMITTED.
    12:56:23 [INFO] WorldGuard: (Creative) Lava fire is blocked.
    12:56:23 [INFO] WorldGuard: (Creative) All fire spread is disabled.
    12:56:23 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    12:56:23 [INFO] WorldGuard: 4 regions loaded for 'Creative'
    12:56:23 [INFO] WorldGuard 5.0-alpha10 enabled.
    12:56:23 [INFO] [OddItem] 0.7 enabled
    12:56:23 [INFO] [OddItem] Using RefinedSoundEx for suggestions.
    12:56:23 [INFO] [OddItem] 619 aliases loaded.
    12:56:23 [INFO] [OddGive] 0.8.5 enabled
    12:56:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    12:56:23 [INFO] Done (0.728s)! For help, type "help" or "?"
    12:56:24 [INFO] icheesy [/192.168.1.1:55547] logged in with entity id 430 at ([S
    urvival] 16.0625, 72.0, 1.0)
    12:56:24 [INFO] [MultiInv] Shared worlds loaded with no errors
    12:56:26 [INFO] [BBROTHER] Removed 40 records older than 168h00m00s in 0h00m00s.
    
    12:56:29 [INFO] [Survival][Admin] icheesy: da
    >


    And it says "can't find creation.item.title for translation" and "can't find creation.item.text for translation" when I clicked the show case (with crouch). I did restart too.

    Heres a picture of it:

    [​IMG]

    Ignore the other stuff -.- it was for some lighting issue.
     
  17. Offline

    narrowtux

    That's a known issue, will be fixed soon!
     
  18. Offline

    JTAKER

    Well, when I reload Spout by itself, my server restarts instead of just reloading, so I believe it's Spout causing the problem.
     
  19. Offline

    narrowtux

    Your server restarts?
    I know a wrapper that does this, but a plugin can't restart the server.
     
  20. Offline

    JTAKER

    My server is hosted through a paid host, so I can't use wrappers.

    But I have an issue ticket open on the Spout GitHub page with more information here.
     
  21. Offline

    NinjaGrinch

    I get this with iConomy 6.

    Code:
    22:08:49 [WARNING] No Payment method found! Plugins that rely on this might not
    work! (And you might see an exception stack trace below this).
    22:08:49 [SEVERE] Could not pass event PLAYER_INTERACT to Showcase
    java.lang.NullPointerException
            at de.moritzschmale.Showcase.Types.BuyAssistant.<init>(BuyAssistant.java
    :57)
            at de.moritzschmale.Showcase.Types.FiniteShowcaseExtra.onClick(FiniteSho
    wcaseExtra.java:23)
            at de.moritzschmale.Showcase.ShowcasePlayerListener.onPlayerInteract(Sho
    wcasePlayerListener.java:78)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:314)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:6
    3)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:478)
            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:89)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :436)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  22. Offline

    Spice_king

    That error is from a supported economy system not being installed. iConomy6 is not supported at this moment.
     
  23. Offline

    NinjaGrinch

    I suppose I mistook this as adding support then. My apologies.

     
  24. Offline

    Spice_king

  25. Offline

    NinjaGrinch

    Either way, I had to switch to iConomy 5 again in the mean time. Which isn't a big deal, was my own fault for forgetting to test this plugin with iConomy 6.
     
  26. Offline

    zecheesy

    Found the solution. Relog and right-click the slab with dirt (or another item).

    Sorry for bothering you.
     
  27. Offline

    superboy25

    i have a problem when i install the plugin and when i log in it wont let me in my server and just says end of stream please help =(
     
  28. Offline

    Vas

    >.> Uh huh.... Looks like a hard core cheater/server destroyer mod.
     
  29. Offline

    narrowtux

    Update Spout to v1.0.2. Sorry, the download link has been changed and Spout can't update itself automatically.
     
  30. Offline

    superboy25

    THANK YOU!! I love this plugin soo much and thanks for helping me out =)
     
  31. Offline

    mrvertigo27

    I sifted through a few pages of this but still cant find out is superperms is supported, I see mention of others but not this...
     
Thread Status:
Not open for further replies.

Share This Page