[INACTIVE][ECON] LocalShops v3.1.1 (Fifth Avenue) - Economy Based Player Shops [935]

Discussion in 'Inactive/Unsupported Plugins' started by cereal, May 13, 2011.

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

    cereal

    LocalShops
    Economy Based Player Shops

    Version: 3.1.1 (Fifth Avenue)

    LocalShops allows players to create and manage physical shops - literal player-defined cuboids - in which they can directly participate in a server economy!

    Version 3 includes masses of bug fixes, tweaks and improvements, including a brand new item search engine, allowing players to use, manage and create shops with more ease that ever before.

    Features:
    • Player owned and operated physical shops!
    • Shops can be managed by multiple players.
    • Create a Free Market in which the players directly control economic values of items!
    Download LocalShops (JAR)
    Source Code
    Issue Tracker (Bug Reports & Feature Requests)

    Requirements:
    Got Issues or Problems?

    We're happy to help with any issues or problems you may have, but please help us as we make every effort to help you! If you're experiencing errors, or funkiness please do the following:
    1. Verify that your versions meet the requirements in the Requirements Section
    2. You can reproduce the bug
    3. Use kind words in your post!
    Awesome, now in the post please include the following information:

    • Version of Bukkit
    • Version of LocalShops
    • Version of Permissions
    • Which Economic Plugin you are using (and version number)
    • Description of issue, error, or shenanigan
    • Steps to reproduce issue, error, or shenanigan
    • Log files (as much as you can provide the better)
    Commands: [required] <optional>
    • /shop
      • Displays a list of player commands
    • /shop select
      • Select a cuboid area for a shop to occupy. Used in conjunction with both the create and move commands. Using the select command a second time will cancel the selection process.
    • /shop create [shop name]
      • Creates a shop of the default sized (specified in the configuration file) at your location.
      • If used after the select command - assuming the player didn’t cancel the selection process, possess enough money to create a shop (also specified in the configuration file) and the selection is smaller than the maximum allowed area (again, specified in the configuration file) - a shop will be created that fills the specified area.
      • Remember, shops are created in a 3D space - selecting two blocks on the floor will likely result in the creation of a shop that is a single block tall, which isn’t particularly useful to anyone.

        Any characters may be used for a shop name, including spaces and punctuation.
    • /shop info <id>
      • Used while standing in a shop, this command will return information about that specific shop. If a shop ID is added to the end, it will return information about another shop without the player needing to be physically in it.

        Use either this command or list to get shop IDs.
    • /shop browse <buy|sell>
      • Shows a list of items currently in the shop and if provided either buy or sell as an argument it will only show those for to buy or sell (from the players perspective).
    • /shop find [item name|id]
      • Finds nearby shops that either buy or sell the item sorted by distance with the cost per item.
    • /shop list
      • Lists all shops in the current world that the player owns, along with their unique IDs and names.
    • /shop move [id]
      • Moves the specified shop to a new location. The select command can be used prior to this command, allowing the shop to be moved to a new cuboid specified by the player.

        Both list and info will return shop IDs, in addition to other information.
    • /shop destroy
      • Destroys the shop the player is currently standing inside. The owner of the shop will receive anything that was left in stock, inventory space permitting.
    • /shop add <item name>
      • Used without an item name on the end, adds the stack of items that the player is currently holding.

        If an item name is specified, that item will be added to the shop, with a stock of 0.
    • /shop remove <item name>
      • Used without an item name, removes the item that the player is currently holding from the shop, and returns all remaining stock to the owner.

        If an item name is specified, it works in the same way, but for the specified item instead of the held item.

        In order to remove a certain amount of items from a shop (and not stop the shop from stocking the item), the player must use the buy command. Owners and managers of a shop are not charged for removing items in this manner.
    • /shop buy [item name] <amount>
      /buy [item name] <amount>
      • Purchases a specified item from a shop. If the player uses ‘all’ in place of an amount, the shop will attempt to fill the player’s inventory with the specified item, money (and item stock) permitting.
    • /shop sell <item name> <amount>
      /sell <item name> <amount>
      • Used without an item name and amount defined, sells the stack of items the player is currently holding.

        With an item name defined, a specific item (a single item) is sold to the shop. If the player uses ‘all’ in place of an amount, all instances of that item in his inventory will be sold.
    • /shop set
      • Help page - displays a list of set commands.
    • /shop set buy [item name] [price] <bundle size>
      • Used to set the price and bundle size of items that the shop will be able to buy or purchased from customers.

        Both this command and the set sell command below are set from the perspective of the shop, not the customer; in contrast the buy and sell commands are always from the perspective of the customer.
    • /shop set sell [item name] [price] <bundle size>
      • Sets the price and bundle size of items that can be sold to the customer.
    • /shop set manager +/-[player name]
      ex: /shop set manager -cerealk +Mineral
      • Adds or removes managers from the player’s shop. A manage is able to add/remove items, set prices and set maximum amounts. He cannot move the shop, destroy the shop, nor add/remove managers.
    • /shop set minbalance [amount]
      • Sets a shops minimum balance that must remain in the account at all times. Helps prevent players from selling to a shop and completely bankrupting the owner.
    • /shop set max [item name] [max amount]
      • Used to set a maximum stock limit for a specified item. Note that the owner of the shop will still be able to add items above the maximum stock level, but the shop will not buy items from players if the current stock level is higher than the maximum specified amount.
    • /shop set notification
      • Toggles if the shop owner is to receive periodic transaction notifications via chat.
    • /shop set owner [player name]
      • Changes the shop owner to another player.
    • /shop set unlimited money
      Requires a special permission node: localshops.admin
      • Sets the shop to have unlimited money - useful for a server shop buying items from players. The money from items sold to the shop while this is toggled on will go to whoever is set as the shop owner. If the owner is set to a player that doesn’t exist (ServerBank, for example) the creator of the shop won’t get the money from item sales.
    • /shop set unlimited stock
      Requires a special permission node: localshops.admin
      • Sets a shop to have an unlimited amount of all stocked items - keep in mind that items still need to be added to the shop for them to appear in the shop’s inventory.
    Permissions:
    A word of caution with Permissions, Managers by default cannot use shops! Managers should have both the manager and user permissions, similar with Admins.
    • localshops.user.*
      • Users can buy and sell to shops but not make or manage them.
      • Sub nodes are:
        • localshops.user.buy
        • localshops.user.sell
        • localshops.user.browse
    • localshops.manager.*
      • Owners and Managers can create, move or destroy shops and manage shops (using the set commands)
      • Sub nodes are:
        • localshops.manager.add
        • localshops.manager.create
        • localshops.manager.destroy
        • localshops.manager.move
        • localshops.manager.remove
        • localshops.manager.select
        • localshops.manager.set
        • localshops.manager.set.owner
    • localshops.admin
      • Allows administrative access to override manager permissions.
    • localshops.free.create
      • Removes the cost associated with creating a shop.
    • localshops.free.move
      • Removes the cost associated with moving a shop.
    Configuration File:
    See this post for the configuration file!

    Example/Instruction Videos:
    See this post for the example & instruction videos!

    Third Party Tools & Utilities:
    ShopEditor - The GUI for Editing Shops (Windows only :()

    Reporting:

    LocalShops reports minimal anonymous data to provide general usage tracking. No personal or server information is ever transmitted. The following data is provided:
    • Plugin Name (this will always be LocalShops)
    • Plugin Version
    • Bukkit Version (the full Bukkit version string)
    • Operating System
      • Name
      • Version
      • Architecture
    • Java Version
    This data helps us understand the environments in which LocalShops is used within, however you are more than welcome to disable it by setting "report-stats" in the configuration file to false.


    Internet Relay Chat:
    We idle on EsperNet! Come join us (along with pretty much the rest of the Bukkit crew).
    • Server: irc.esper.net
    • Port: 6667
    • Channel: #localshops
    Credits / LocalShops Team:
    Please do not send support messages directly to any of us. While we appreciate your desire to solve problems or get answers, it isn't appropriate and our answers could easily help others!
    Changelog:

    Version 3.1.1
    • Fix detection of BOSEconomy
    • Fix "/shop buy all" not properly functioning
    Version 3.1.0
    • Out of Beta!
    • Features:
      • Permissions updated, is not mandatory
        • Will only restrict admin commands to ops without Permissions
      • Sorting of /shop browse and /shop list
      • New command: /shop find
        • Used to find nearby shops that sell an item
      • Transaction notification for shop owners
    • Bug Fixes:
      • Economy sanity checks
      • /shop select Message clarify usage (bare hands)
      • Sanity checks on corrupt shop files
      • /shop sell all now sells all items instead of a single stack
      • Refactored Commands (now each in their own class)
      • Remove players from memory on PLAYER_KICK and PLAYER_QUIT events
      • Notification for insufficient funds
      • Owner & creator information is now shown in /shop info for all situations
      • Match criteria updated
        • Wool, Cactus Green, Cactus, Glowstone Dust
    Version 3.0.3-Beta
    • Fixed money exploit
    • Fix typo on selling or buying 0 items
    • Redstone Dust match criteria updated
    • Soul Sand match criteria updated
    View all changes here!

    Configuration File:
    The configuration file for LocalShops is located at plugins/LocalShops/localshops.properties and can easily be modified. See the following information about each variable and its purpose and valid values.
    • uuid=Random
      • Used for reporting.
    • debug=false
      • Value can be true or false. If true, logs verbose debugging information to console.
    • shops-per-player=-1
      • Maximum number of shops each player can have, unlimited is -1.
    • report-stats=true
      • Value can be true or false. If true, anonymous information will be collected, see Reporting section.
    • log-transactions=true
      • Value can be true or false. If true, logs transactions.
    • max-damage=35
      • Maximum damage percentage an item can have to be added to a shop (it will be sold repaired). Default is 35 (or, 65% or more of the 'health' of the item is remaining).
    • charge-for-shop=true
      • Enables charging for creating & moving shops.
    • shop-cost=100
      • Cost of creating a shop.
    • move-cost=100
      • Cost of moving a shop.
    • shop-height=3
      • Default shop height.
    • shop-width=10
      • Default shop width.
    • max-height=10
      • Maximum shop height.
    • max-width=30
      • Maximum shop width.
    • shop-notification=true
      • If true, shop transaction notices will occur. Note: this is a global configuration!
    • shop-notification-timer=300
      • Number of seconds between transaction notifications, default is 5 minutes.
    • shop-transaction-max-size=100
      • Maximum number of transactions that a store will store for notification purposes. Limited to 100 by default to prevent infinite memory usage.
    • search-max-distance=150
      • Maximum number of meters away from a player to include in shop find results (should be renamed to find-max-distance and will likely happen in the near future).
    BOSEconomy Support:
    BOSEconomy does not provide support for major or minor values and ONLY supports whole numbers. The result is that all orders are rounded up to the next whole number to ensure that the Shop Owners obtain the proper monetary value. Here are some examples:
    • Stone selling for 1.30 each...
      • A player purchases 1 and the total price is 1.30 and is thus rounded to 2 (we goto the next whole number, there is NO rounding down)
      • A player purchases 100 and the total price is 130 and thus there is no rounding to do.
    How to enable Debugging & Obtain the Logs:
    1. Locate the LocalShops properties file, it is located in the folder "plugins/LocalShops/" and is named "localshops.properties".
    2. Find the line that starts with "debug=" and set the value (portion after the equals) to true.
      1. You should now have "debug=true"
    3. Remove your old server logs (we will want a fresh slate to start with). The server log is "server.log", either delete it or move/rename it.
    4. Start the Bukkit, and perform the actions to cause the error.
    5. Stop Bukkit.
    6. Locate "server.log" in the Bukkit main directory and attach it to your forum post!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
    Thumbz, Mitsugaru, Stalker and 9 others like this.
  2. Offline

    xjustinjx

    thanks yo, you are a beast. i have not encountered a problem yet.

    EDIT: Plugins i am using;

    BOSEconomy
    GroupManager
    others but i think those are the ones that make localshops work.

    Thanks =] again.
     
  3. Offline

    DemonCraft

    Should still get a video, at least re make one and explain ALL the commands as you go.
     
  4. Offline

    Xuande08

    • Version of Bukkit: 766
    • Version of LocalShops: 3.0.2
    • Version of Permissions 2.7.3
    • Which Economic Plugin: Iconomy 5.0
    • Description of issue, error, or shenanigan: /Shop select isnt working for me, right and click clicking the perimeters does not prove any confirmation that i have done so and thus creating a shop will give me an error that the max size is whatever the default is. Is there something im doing wrong in game or some special tool that needs to be used? Also there is nothing in the server console besides the local shops is loaded and hooked into iconomy 5.
    • I have the following permissions enabled - 'localshops.user.*'
      - 'localshops.manager.*' - 'localshops.admin'
    EDIT: Nevermind just read the empty hands post in the bug tracker.
     
  5. Offline

    SierraDelta

    Code:
    2011-05-13 23:07:42 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-13 23:07:42 [INFO] Loading properties
    2011-05-13 23:07:42 [INFO] Starting Minecraft server on *:*****
    2011-05-13 23:07:42 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-05-13 23:07:42 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-05-13 23:07:42 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-05-13 23:07:42 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-05-13 23:07:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC: 1.5_02)
    2011-05-13 23:07:42 [INFO] Preparing level "world"
    2011-05-13 23:07:42 [INFO] Preparing start region
    2011-05-13 23:07:43 [INFO] LWC    Loading shared objects
    2011-05-13 23:07:43 [INFO] LWC    Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-05-13 23:07:43 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-13 23:07:43 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-13 23:07:43 [INFO] Entities enhanced[0] subclassed[1]
    2011-05-13 23:07:43 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-05-13 23:07:44 [INFO] [ecoCreature] v0.0.5b (Spengebab) loaded.
    2011-05-13 23:07:44 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    2011-05-13 23:07:44 [INFO] AXR: Loading/Scanning Chunks
    2011-05-13 23:07:44 [INFO] CORRUPTION WARNING: suspicious face count:15934@183986
    2011-05-13 23:07:44 [INFO] Error: Repack failed - Please contact the author.
    2011-05-13 23:07:44 [INFO] AXR: hidden:0 ores in 0 chunks
    2011-05-13 23:07:44 [INFO] AntiXRay 0.6 enabled.
    2011-05-13 23:07:44 [INFO] [Cleaner] version [1.8] (Mess) loaded
    2011-05-13 23:07:44 [INFO] Commands Logging version 1.0 is enabled!
    2011-05-13 23:07:44 [INFO] CommandBook 1.5.1 enabled.
    2011-05-13 23:07:44 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-05-13 23:07:44 [INFO] CommandBook: 1 kit(s) loaded.
    2011-05-13 23:07:44 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-13 23:07:44 [INFO] [EpicZones] Detected Multi World Plugin > WorldWarp > Enabling...
    2011-05-13 23:07:44 [INFO] -------[WorldWarp]-------
    2011-05-13 23:07:44 [INFO] -------[Enabled]-------
    2011-05-13 23:07:44 [INFO] -------[Permissions activated]-------
    2011-05-13 23:07:44 [INFO] Loading:legit in mode: normal
    2011-05-13 23:07:45 [INFO] Loading:Tai in mode: normal
    2011-05-13 23:07:46 [INFO] Loading:world in mode: normal
    2011-05-13 23:07:46 [INFO] Loading:Fobs in mode: normal
    2011-05-13 23:07:46 [INFO] -------[/WorldWarp]-------
    2011-05-13 23:07:46 [INFO] [EpicZones] Detected Multi World Plugin > Nethrar > Enabling...
    2011-05-13 23:07:46 [INFO] [NETHRAR] Normal world name: world
    2011-05-13 23:07:46 [INFO] [NETHRAR] Nether world name: netherWorld
    2011-05-13 23:07:47 [INFO] [NETHRAR] Normal : Nether scale: 8:1
    2011-05-13 23:07:47 [INFO] [NETHRAR] Nethrar v1.4 enabled.
    2011-05-13 23:07:47 [INFO] [EpicZones] Language File Loaded [EN_US.txt].
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded POLY Zone [Alta's House]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded POLY Zone [First Town]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded GLOBAL Zone [Fobs]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded GLOBAL Zone [world]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded GLOBAL Zone [netherWorld]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded GLOBAL Zone [Tai]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded POLY Zone [tempzone1]
    2011-05-13 23:07:47 [INFO] [EpicZones] Loaded GLOBAL Zone [world]
    2011-05-13 23:07:47 [INFO] [EpicZones] version 0.24 is enabled.
    2011-05-13 23:07:47 [INFO] FireFix version 1.3.1 enabled.
    2011-05-13 23:07:47 [INFO] [Flight] Enabled!
    2011-05-13 23:07:47 [INFO] [Gambling 1.0] Enabled
    2011-05-13 23:07:47 [INFO] [GravelClay] version 1.2.5 by [Darklust] is enabled.
    2011-05-13 23:07:47 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-05-13 23:07:47 [INFO] [iChat] Found Permissions (v2.7.3)
    2011-05-13 23:07:47 [INFO] iChat (v2.2.3) enabled
    2011-05-13 23:07:48 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    2011-05-13 23:07:48 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-05-13 23:07:48 [INFO] [iConomy] hooked into Permissions.
    2011-05-13 23:07:48 [INFO] [Jail] Loaded 2 jail zones.
    2011-05-13 23:07:48 [INFO] [Jail] Loaded 2 prisoners.
    2011-05-13 23:07:48 [INFO] [Jail] Loaded 2 prisoners.
    2011-05-13 23:07:48 [INFO] [LocalShops] Permissions found.
    2011-05-13 23:07:48 [INFO] [LocalShops] Loaded with 0 shop(s)
    2011-05-13 23:07:48 [INFO] [LocalShops] Version 3.0.2-Beta is enabled: 772b4ed0-e41e-486e-8474-3a7aae981566
    2011-05-13 23:07:48 [INFO] [LocalShops] Loading BOSEconomy: No
    2011-05-13 23:07:48 [INFO] [LocalShops] Essentials Economy: No
    2011-05-13 23:07:48 [INFO] [LocalShops] Loading iConomy 4: No
    2011-05-13 23:07:48 [INFO] [LocalShops] Loading iConomy 5: No
    2011-05-13 23:07:48 [INFO] [LocalShops] iConomy 4 hooked.
    2011-05-13 23:07:48 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-05-13 23:07:48 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-05-13 23:07:48 [INFO] LWC    Loading SQLite
    2011-05-13 23:07:48 [INFO] SQLite    Using: Native
    2011-05-13 23:07:48 [INFO] LWC    At version: v2.31
    2011-05-13 23:07:48 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-05-13 23:07:48 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-05-13 23:07:48 [INFO] [MagicCarpet] Using Permissions.
    2011-05-13 23:07:48 [INFO] [mcMMO] Permissions enabled.
    2011-05-13 23:07:48 [INFO] mcMMO version 1.0.07 is enabled!
    2011-05-13 23:07:48 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-13 23:07:48 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.2 is enabled!
    2011-05-13 23:07:48 [INFO] MobRider 0.39 enabled.
    2011-05-13 23:07:48 [INFO] MobRider: Integrated with Permissions
    2011-05-13 23:07:48 [INFO] MoveCraft 0.6.8 Final Beta plugin enabled
    2011-05-13 23:07:48 [INFO] [MultiInv] Shared worlds loaded succesfully
    2011-05-13 23:07:48 [INFO] [MultiInv] version 1.5.2 is enabled!
    2011-05-13 23:07:48 [INFO] NaturalGiants version 1.3 is enabled!
    2011-05-13 23:07:48 [INFO] [NoCheat] version [0.9.6] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-05-13 23:07:48 [INFO] [NoCheat] version [0.9.6] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-05-13 23:07:48 [INFO] NSCommand 0.2 enabled.
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Version 0.07 enabled.
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Set auto save interval to 18000 in world "world"
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Set auto save interval to 18000 in world "legit"
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Set auto save interval to 18000 in world "Tai"
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Set auto save interval to 18000 in world "Fobs"
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Set auto save interval to 18000 in world "netherWorld"
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Allow Monsters False
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Allow Animals False
    2011-05-13 23:07:48 [INFO] [Performance Tweaks] Monster Limiter:
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]      "world":
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]      "legit":
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]      "Tai":
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]      "Fobs":
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]      "netherWorld":
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-13 23:07:48 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-13 23:07:48 [INFO] [PortalStick] 1 region(s) loaded
    2011-05-13 23:07:48 [INFO] [PortalStick] 0 grill(s) loaded
    2011-05-13 23:07:48 [INFO] [PortalStick] Using Permissions for user permissions
    2011-05-13 23:07:48 [INFO] [PortalStick] PortalStick enabled
    2011-05-13 23:07:48 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-05-13 23:07:48 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-05-13 23:07:48 [INFO] SignLift - Copyright 2011 - Shannon Wynter (http://fremnet.net)
    2011-05-13 23:07:48 [INFO] SignLift version 0.7 is enabled :)
    2011-05-13 23:07:48 [INFO] Found permissions. Using them for SpyerAdmin.
    2011-05-13 23:07:49 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-05-13 23:07:49 [SEVERE] sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.ClassNotFoundException: com.earth2me.essentials.Console (<Unknown source>#111) in <Unknown source> at line number 111
    2011-05-13 23:07:49 [INFO] SpyerAdmin module version 1.0, a spying utility for administrators and moderators, is active. Part of the Spyer package by [nickguletskii200]
    2011-05-13 23:07:49 [INFO] Tombstone v.1.2.9 is enabled.
    2011-05-13 23:07:49 [INFO] [Tombstone] Using Permissions (v2.7.3)
    2011-05-13 23:07:49 [INFO] [Tombstone] Using LWC (v2.31)
    2011-05-13 23:07:49 [INFO] Tossers: Plugin loaded!
    2011-05-13 23:07:49 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-05-13 23:07:50 [INFO] [Towny] Using: iConomy
    2011-05-13 23:07:50 [INFO] [Towny] Version: 0.63 - Mod Enabled
    2011-05-13 23:07:50 [INFO] Turnstile 1.6 is enabled!
    2011-05-13 23:07:50 [INFO] Turnstile Successfully linked with Permissions!
    2011-05-13 23:07:50 [INFO] Turnstile Successfully linked with iConomy!
    2011-05-13 23:07:50 [INFO] War> War v1.4.2 (Slim) is on.
    2011-05-13 23:07:50 [INFO] WorldEdit 4.5 enabled.
    2011-05-13 23:07:50 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-13 23:07:50 [INFO] [xAuth] Loading player accounts..
    2011-05-13 23:07:50 [INFO] [xAuth] Done! Loaded 16 Accounts!
    2011-05-13 23:07:50 [INFO] [xAuth] v1.2.5 Enabled!
    2011-05-13 23:07:50 [INFO] xrayDisabler version 0.01 is enabled!
    2011-05-13 23:07:50 [INFO] Done (0.798s)! For help, type "help" or "?"
    2011-05-13 23:07:50 [INFO] War> Restoring zone Warzone1...
    2011-05-13 23:07:52 [INFO] War> Warzones ready.
    2011-05-13 23:07:56 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    
    As an update to my previous post, I either didn't notice the message or it didn't pop up until my next start up, but it now says iConomy 4 hooked. However it still says 'Loading iConomy 4: No' above it.
     
  6. Offline

    cereal

    Because iConomy wasn't loaded prior to LocalShops. It is working as expected.
     
  7. Offline

    Phealoon

    TOTALLY AWESOME!!!!!!!!! You guys did a great job, and the work really paid off.

    -Phea
     
  8. Offline

    MineralMC

    Working on a series of videos over this weekend (hence the reserved post on the first page).
     
  9. Offline

    bxboy15

    cool thanks man sooooooooooooooooo much
     
  10. Offline

    Meridias561

    Maybe I'm missing it, but is there a way to see what a shop has 'in the warehouse'? ie, items that may have stock in them but aren't listed yet in the buy/sell lists?
     
  11. Offline

    Anselm

    Thanks. i am super impressed by you guys. i don't know much about programming but thank you for your hard work in remaking something that i think is really fun. thank you for your attention and what has already been fantastic support!
     
  12. Offline

    Anselm

    I am getting an error message that I assume is related to our lack of old shops: see attached. I also am now using the latest version of permissions and 3.0.2. Again, thank you guys for all your hard work!
     

    Attached Files:

    • log.txt
      File size:
      1.9 KB
      Views:
      4
  13. Offline

    cereal

    It's failing on a shops location data, I'm going to add a sanity check there for you but in the mean time if you enable debugging it will tell you which file it is attempting to open and you might be able to fix it or move the shop yourself to the "plugins/LocalShops/shops-broken/" folder.

    See this post and the section titled "How to enable Debugging & Obtain the Logs" which will tell you exactly how to enable debugging.
     
  14. Offline

    Vulkan

    Hello, i have a big problem:
    what is wrong?

    The shop is broken....-.-

    Code:
    #LocalShops Config Version 2.0
    #Sat May 14 11:27:17 CEST 2011
    1\:0=10.000000\:1,30.000000\:1,0\:0
    3\:0=2.000000\:1,6.000000\:1,0\:0
    4\:0=5.000000\:1,15.000000\:1,0\:0
    5\:0=4.000000\:1,12.000000\:1,0\:0
    6\:0=10.000000\:1,30.000000\:1,0\:0
    12\:0=5.000000\:1,15.000000\:1,0\:0
    13\:0=8.000000\:1,24.000000\:1,0\:0
    14\:0=800.000000\:1,2400.000000\:1,0\:0
    15\:0=50.000000\:1,150.000000\:1,0\:0
    17\:0=3.000000\:1,9.000000\:1,0\:0
    20\:0=20.000000\:1,60.000000\:1,0\:0
    22\:0=15000.000000\:1,45000.000000\:1,0\:0
    23\:0=500.000000\:1,1500.000000\:1,0\:0
    24\:0=25.000000\:1,75.000000\:1,0\:0
    25\:0=80.000000\:1,240.000000\:1,0\:0
    27\:0=1200.000000\:1,3600.000000\:1,0\:0
    28\:0=500.000000\:1,1500.000000\:1,0\:0
    35,0\:0=18.000000\:1,54.000000\:1,0\:0
    37\:0=15.000000\:1,45.000000\:1,0\:0
    38\:0=15.000000\:1,45.000000\:1,0\:0
    39\:0=20.000000\:1,60.000000\:1,0\:0
    40\:0=20.000000\:1,60.000000\:1,0\:0
    41\:0=10000.000000\:1,10000.000000\:1,0\:0
    42\:0=800.000000\:1,2400.000000\:1,0\:0
    43\:0=25.000000\:1,75.000000\:1,0\:0
    44,0\:0=20.000000\:1,60.000000\:1,0\:0
    45\:0=200.000000\:1,600.000000\:1,0\:0
    46\:0=2000.000000\:1,6000.000000\:1,0\:0
    47\:0=250.000000\:1,750.000000\:1,0\:0
    48\:0=45.000000\:1,135.000000\:1,0\:0
    49\:0=2500.000000\:1,7500.000000\:1,0\:0
    50\:0=15.000000\:1,45.000000\:1,0\:0
    53\:0=35.000000\:1,105.000000\:1,0\:0
    54\:0=40.000000\:1,120.000000\:1,0\:0
    57\:0=100000.000000\:1,300000.000000\:1,0\:0
    58\:0=25.000000\:1,75.000000\:1,0\:0
    61\:0=45.000000\:1,135.000000\:1,0\:0
    65\:0=30.000000\:1,90.000000\:1,0\:0
    66\:0=200.000000\:1,600.000000\:1,0\:0
    67\:0=35.000000\:1,105.000000\:1,0\:0
    69\:0=10.000000\:1,30.000000\:1,0\:0
    70\:0=10.000000\:1,30.000000\:1,0\:0
    72\:0=10.000000\:1,30.000000\:1,0\:0
    76\:0=40.000000\:1,120.000000\:1,0\:0
    77\:0=15.000000\:1,45.000000\:1,0\:0
    78\:0=10.000000\:1,30.000000\:1,0\:0
    79\:0=100.000000\:1,300.000000\:1,0\:0
    80\:0=25.000000\:1,75.000000\:1,0\:0
    81\:0=15.000000\:1,45.000000\:1,0\:0
    82\:0=16.000000\:1,48.000000\:1,0\:0
    84\:0=12000.000000\:1,36000.000000\:1,0\:0
    85\:0=30.000000\:1,90.000000\:1,0\:0
    86\:0=500.000000\:1,1500.000000\:1,0\:0
    87\:0=25.000000\:1,75.000000\:1,0\:0
    88\:0=25.000000\:1,75.000000\:1,0\:0
    89\:0=35.000000\:1,105.000000\:1,0\:0
    91\:0=600.000000\:1,1800.000000\:1,0\:0
    256\:0=100.000000\:1,300.000000\:1,0\:0
    257\:0=250.000000\:1,750.000000\:1,0\:0
    258\:0=250.000000\:1,750.000000\:1,0\:0
    259\:0=100.000000\:1,300.000000\:1,0\:0
    260\:0=10.000000\:1,30.000000\:1,0\:0
    261\:0=100.000000\:1,300.000000\:1,0\:0
    262\:0=20.000000\:1,60.000000\:1,0\:0
    263\:0=20.000000\:1,60.000000\:1,0\:0
    264\:0=10000.000000\:1,30000.000000\:1,0\:0
    265\:0=80.000000\:1,240.000000\:1,0\:0
    266\:0=1000.000000\:1,1000.000000\:1,0\:0
    267\:0=200.000000\:1,600.000000\:1,0\:0
    268\:0=15.000000\:1,45.000000\:1,0\:0
    269\:0=10.000000\:1,30.000000\:1,0\:0
    270\:0=20.000000\:1,60.000000\:1,0\:0
    271\:0=20.000000\:1,60.000000\:1,0\:0
    272\:0=15.000000\:1,45.000000\:1,0\:0
    273\:0=10.000000\:1,30.000000\:1,0\:0
    274\:0=20.000000\:1,60.000000\:1,0\:0
    275\:0=20.000000\:1,60.000000\:1,0\:0
    276\:0=25000.000000\:1,75000.000000\:1,0\:0
    277\:0=15000.000000\:1,45000.000000\:1,0\:0
    278\:0=35000.000000\:1,105000.000000\:1,0\:0
    279\:0=35000.000000\:1,105000.000000\:1,0\:0
    280\:0=5.000000\:1,15.000000\:1,0\:0
    281\:0=15.000000\:1,45.000000\:1,0\:0
    282\:0=200.000000\:1,600.000000\:1,0\:0
    283\:0=2500.000000\:1,2500.000000\:1,0\:0
    284\:0=1500.000000\:1,1500.000000\:1,0\:0
    285\:0=3500.000000\:1,3500.000000\:1,0\:0
    286\:0=3500.000000\:1,3500.000000\:1,0\:0
    287\:0=20.000000\:1,60.000000\:1,0\:0
    288\:0=10.000000\:1,30.000000\:1,0\:0
    289\:0=100.000000\:1,300.000000\:1,0\:0
    290\:0=15.000000\:1,45.000000\:1,0\:0
    291\:0=15.000000\:1,45.000000\:1,0\:0
    292\:0=200.000000\:1,600.000000\:1,0\:0
    293\:0=25000.000000\:1,75000.000000\:1,0\:0
    294\:0=2500.000000\:1,7500.000000\:1,0\:0
    295\:0=16.000000\:1,48.000000\:1,0\:0
    296\:0=60.000000\:1,180.000000\:1,0\:0
    297\:0=250.000000\:1,750.000000\:1,0\:0
    298\:0=100.000000\:1,300.000000\:1,0\:0
    299\:0=200.000000\:1,600.000000\:1,0\:0
    300\:0=150.000000\:1,450.000000\:1,0\:0
    301\:0=80.000000\:1,240.000000\:1,0\:0
    306\:0=500.000000\:1,1500.000000\:1,0\:0
    307\:0=700.000000\:1,2100.000000\:1,0\:0
    308\:0=600.000000\:1,1800.000000\:1,0\:0
    309\:0=400.000000\:1,1200.000000\:1,0\:0
    310\:0=55000.000000\:1,165000.000000\:1,0\:0
    311\:0=85000.000000\:1,255000.000000\:1,0\:0
    312\:0=75000.000000\:1,225000.000000\:1,0\:0
    313\:0=45000.000000\:1,135000.000000\:1,0\:0
    314\:0=5500.000000\:1,5500.000000\:1,0\:0
    315\:0=8500.000000\:1,8500.000000\:1,0\:0
    316\:0=7500.000000\:1,7500.000000\:1,0\:0
    317\:0=4500.000000\:1,4500.000000\:1,0\:0
    318\:0=10.000000\:1,30.000000\:1,0\:0
    319\:0=30.000000\:1,90.000000\:1,0\:0
    320\:0=40.000000\:1,120.000000\:1,0\:0
    321\:0=60.000000\:1,180.000000\:1,0\:0
    322\:0=85000.000000\:1,85000.000000\:1,0\:0
    323\:0=30.000000\:1,90.000000\:1,0\:0
    324\:0=30.000000\:1,90.000000\:1,0\:0
    325\:0=250.000000\:1,750.000000\:1,0\:0
    328\:0=400.000000\:1,1200.000000\:1,0\:0
    329\:0=200.000000\:1,600.000000\:1,0\:0
    330\:0=500.000000\:1,1500.000000\:1,0\:0
    331\:0=30.000000\:1,90.000000\:1,0\:0
    332\:0=5.000000\:1,15.000000\:1,0\:0
    333\:0=20.000000\:1,60.000000\:1,0\:0
    334\:0=20.000000\:1,60.000000\:1,0\:0
    335\:0=350.000000\:1,1050.000000\:1,0\:0
    336\:0=60.000000\:1,180.000000\:1,0\:0
    337\:0=45.000000\:1,135.000000\:1,0\:0
    338\:0=15.000000\:1,45.000000\:1,0\:0
    339\:0=20.000000\:1,60.000000\:1,0\:0
    340\:0=75.000000\:1,225.000000\:1,0\:0
    341\:0=50000.000000\:1,50000.000000\:1,0\:0
    342\:0=450.000000\:1,1350.000000\:1,0\:0
    343\:0=450.000000\:1,1350.000000\:1,0\:0
    344\:0=16.000000\:1,48.000000\:1,0\:0
    345\:0=700.000000\:1,2100.000000\:1,0\:0
    346\:0=50.000000\:1,150.000000\:1,0\:0
    347\:0=8500.000000\:1,8500.000000\:1,0\:0
    348\:0=15.000000\:1,45.000000\:1,0\:0
    349\:0=50.000000\:1,150.000000\:1,0\:0
    350\:0=60.000000\:1,180.000000\:1,0\:0
    351,0\:0=30.000000\:1,90.000000\:1,0\:0
    352\:0=32.000000\:1,96.000000\:1,0\:0
    353\:0=16.000000\:1,48.000000\:1,0\:0
    354\:0=1500.000000\:1,4500.000000\:1,0\:0
    355\:0=120.000000\:1,360.000000\:1,0\:0
    356\:0=200.000000\:1,600.000000\:1,0\:0
    357\:0=200.000000\:1,600.000000\:1,0\:0
    config-version=2.0
    creator=Feldmarschall
    locationA=-94, 65, -51
    locationB=-84, 68, -41
    managers=
    min-balance=0.0
    name=Stadt
    owner=Feldmarschall
    unlimited-money=false
    unlimited-stock=false
    uuid=83e0e454-79e2-43b5-8e79-70096dece508
    world=world
    
     
  15. Offline

    cereal

    Put it back into your shops folder, and paste the error message to shows as it loads this file (this will tell me where it's puking).

    Thanks!
     
  16. Offline

    Killie01

    Shop editor is done (1.0): HERE
     
  17. Offline

    Meridias561

    So, is there some way to check a store's stock of items that aren't in the buy/sell lists?

    And, now that shop interaction is id only, does localshops support spaces in the store names?
     
  18. Offline

    cereal

    Use /shop browse (without buy or sell) and it will show anything that was added to your shop even if it does not have sell or buy prices so you can then see the stock levels for those. And yes, LocalShops now supports spaces in store names, item names...any name for that matter! Use the /shop set name My Awesome Store Name With Spaces command and it will even rename your shop!
     
  19. Offline

    Vulkan

    Code:
    2011-05-14 18:10:39 [INFO] Stopping server
    2011-05-14 18:11:24 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-14 18:11:24 [INFO] Loading properties
    2011-05-14 18:11:24 [INFO] Starting Minecraft server on 85.131.146.49:25565
    2011-05-14 18:11:24 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC: 1.5_02)
    2011-05-14 18:11:24 [INFO] Preparing level "world"
    2011-05-14 18:11:24 [INFO] Preparing start region
    2011-05-14 18:11:25 [INFO] LWC    Loading shared objects
    2011-05-14 18:11:25 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-05-14 18:11:25 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-05-14 18:11:25 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-05-14 18:11:25 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-05-14 18:11:25 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:25 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:25 [WARNING] [LocalShops] Shop File "plugins/LocalShops/shops/83e0e454-79e2-43b5-8e79-70096dece508.shop" has bad Item Data (43:0), Moving to "plugins/LocalShops/broken-shops/"
    2011-05-14 18:11:25 [WARNING] [LocalShops] Failed to load Shop file: "83e0e454-79e2-43b5-8e79-70096dece508.shop"
    2011-05-14 18:11:25 [INFO] [LocalShops] Loaded with 0 shop(s)
    2011-05-14 18:11:25 [INFO] [LocalShops] Version 3.0.2-Beta is enabled: 185f9908-8233-4068-96c7-ebd027232482
    2011-05-14 18:11:25 [INFO] [LocalShops] Loading BOSEconomy: No
    2011-05-14 18:11:25 [INFO] [LocalShops] Essentials Economy: No
    2011-05-14 18:11:25 [INFO] [LocalShops] Loading iConomy 4: No
    2011-05-14 18:11:25 [INFO] [LocalShops] Loading iConomy 5: No
    2011-05-14 18:11:25 [INFO] Whitelist: subdiebohne
    2011-05-14 18:11:25 [INFO] Whitelist: cosma
    2011-05-14 18:11:25 [INFO] Whitelist: _pr3dator_
    2011-05-14 18:11:25 [INFO] Whitelist: afterrush__
    2011-05-14 18:11:25 [INFO] Whitelist: diemolke
    2011-05-14 18:11:25 [INFO] Whitelist: sport_und_wodka
    2011-05-14 18:11:25 [INFO] Whitelist: feldmarschall
    2011-05-14 18:11:25 [INFO] Whitelist: bixoman
    2011-05-14 18:11:25 [INFO] Whitelist: hangout_
    2011-05-14 18:11:25 [INFO] Whitelist: dr_steelhammer
    2011-05-14 18:11:25 [INFO] Whitelist: katitten
    2011-05-14 18:11:25 [INFO] Whitelist: tapyta
    2011-05-14 18:11:25 [INFO] Whitelist: lordsill
    2011-05-14 18:11:25 [INFO] Whitelist: chillout_
    2011-05-14 18:11:25 [INFO] bZone loaded wilderness for: world
    2011-05-14 18:11:25 [INFO] bZone loaded zone: stadt
    2011-05-14 18:11:25 [INFO] bZone version 1.1 is enabled!
    2011-05-14 18:11:25 [INFO] [iConomyChestShop] version 2.55 initialized!
    2011-05-14 18:11:25 [INFO] [Permissions] version [2.5.1] (Phoenix)  loaded
    2011-05-14 18:11:25 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:25 [INFO] [LocalShops] Attached to Permissions
    2011-05-14 18:11:25 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
    2011-05-14 18:11:25 [INFO] [iConomyChestShop] LWC version 2.21 loaded.
    2011-05-14 18:11:25 [INFO] [iConomyChestShop] Permissions version 2.5.1 loaded.
    2011-05-14 18:11:25 [INFO] LWC    Loaded 113 locale strings (0 overrides)
    2011-05-14 18:11:26 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-05-14 18:11:26 [INFO] LWC    Loading SQLite
    2011-05-14 18:11:26 [INFO] SQLite    Using: Native
    2011-05-14 18:11:26 [INFO] LWC    At version: v2.21
    2011-05-14 18:11:26 [INFO] [Permissions] version [2.7.3] (Phoenix)  loaded
    2011-05-14 18:11:26 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] [LocalShops] Attached to Permissions
    2011-05-14 18:11:26 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-05-14 18:11:26 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] LastSeen: Enabled
    2011-05-14 18:11:26 [INFO] Loaded Essentials build 2.1.38 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-14 18:11:26 [INFO] [LocalShops] Essentials Economy hooked.
    2011-05-14 18:11:26 [INFO] Loaded EssentialsSpawn build 2.1.38 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-14 18:11:26 [INFO] Loaded EssentialsChat build 2.1.38 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-05-14 18:11:26 [INFO] [Gastronomic]: Permissions enabled.
    2011-05-14 18:11:26 [INFO] [Gastronomic] version [1.33] (Wholesome) loaded
    2011-05-14 18:11:26 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-05-14 18:11:26 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] 1 cauldron recipe(s) loaded
    2011-05-14 18:11:26 [INFO] [iConomy] Logging is currently disabled.
    2011-05-14 18:11:26 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-05-14 18:11:26 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-14 18:11:26 [INFO] [LocalShops] iConomy 5 hooked.
    2011-05-14 18:11:26 [INFO] [iConomyChestShop] iConomy version 5.01 loaded.
    2011-05-14 18:11:26 [INFO] [iConomy] hooked into Permissions.
    2011-05-14 18:11:26 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-05-14 18:11:26 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    2011-05-14 18:11:26 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-14 18:11:26 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-05-14 18:11:26 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-05-14 18:11:26 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-14 18:11:26 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-05-14 18:11:26 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-14 18:11:26 [INFO] WorldGuard: 23 regions loaded for 'world'
    2011-05-14 18:11:26 [INFO] WorldGuard 5.0-alpha9 enabled.
    2011-05-14 18:11:26 [INFO] WorldEdit 4.3 enabled.
    2011-05-14 18:11:26 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] [MotherNature] Using GroupManager version 1.0(alpha-5) for permission handling
    2011-05-14 18:11:26 [INFO] [MotherNature] Plugin enabled! (version 1.2)
    2011-05-14 18:11:26 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaCore version 1.1.1 is enabled!
    2011-05-14 18:11:26 [INFO] Jobs 1.3.3 started
    2011-05-14 18:11:26 [INFO] [Jobs] Successfully linked with iConomy.
    2011-05-14 18:11:26 [INFO] [Jobs] Successfully linked with Permissions.
    2011-05-14 18:11:26 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-05-14 18:11:26 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.1.0 is enabled!
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.1.0 is enabled!
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaStation version 1.1.0 is enabled!
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.1.0 is enabled!
    2011-05-14 18:11:26 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-14 18:11:26 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.1.0 is enabled!
    2011-05-14 18:11:26 [INFO] Done (0.188s)! For help, type "help" or "?"
    2011-05-14 18:11:28 [INFO] HangOut_ [/84.189.143.169:65068] logged in with entity id 364
    2011-05-14 18:11:31 [INFO] [Minecart Mania] Loading Sensor Data.
    
     
  20. Offline

    Meridias561

    Coolness. :) Keep up the good work guys!
     
  21. Offline

    Pontus Lantz

    What exactly do you guys mean by
    • Create a Free Market in which the players directly control economic values of items!
     
  22. Offline

    cereal

    Players create their own shops, they make businesses etc...the value of your money is really determined by the players since they're the primary source (or should be) of items.
     
  23. Offline

    NEO

    Users are reporting being able to sell and gain money from a shop but it doesn't take the item from there hand.
     
  24. Offline

    Pontus Lantz

    Oh. I though you meant like a store where everyone could put in stuff and put a sell price on it. Would been awesome to have a store where everyone could just put in their stufft.
     
  25. Offline

    cereal

    If the case is they are selling wood...are they typing?
    • /shop sell wood
    • /shop sell
    • /sell
    Also, can you see if the item is being removed from their inventory as a whole (aka, if they're selling wood it takes from within their inventory not their hand)?
     
  26. Offline

    NEO

    Well its one person who happened to make 500,000 at the same time the logs said he was selling tons of iron to a shop, and other people told me they were told by him that he could sell items without the item getting taken and making money.

    They wont give me any details, they deny it so i have no way to check. It isnt working for me, or atleast i cant get it to work. I,ll keep trying.
     
  27. Offline

    Zaros

    Could you possibly add MySQL support. We're running it for a lot of plugins and we'd like to utilize it as much as possible.
     
  28. Offline

    NEO

    @cereal

    I have figured it out,

    REMOVED
     
  29. Offline

    NickBrahz

    The "localshops.manager.set" is abit foggy, if i give somebody that permission node will they be able to set unlimited stock and money? and if they don't have the node will they still be able to set prices and bundle sizes?
     
  30. Offline

    cereal

    Version 3.0.3-Beta is now released. Please update as soon as possible as it fixes a money exploit. Thanks NEO for identifying this! See the 1st post for the download link and additional release notes.

    We'll likely be adding SQL support, but not quite yet. We do agree and we'll definitely get it implemented (at some future point).

    The set unlimited (money or even stock) is only given to those who have Admin permissions. I'll clarify the Permissions / Command documentation to clarify this.

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

    NickBrahz

    Ok so the plugin was working fine, i did a "/reloadall" command, had done it a few times since installed this plugin nothing bad happened, but now im getting this...
    Code:
    2011-05-14 18:31:18 [SEVERE] null loading LocalShops v3.0.3-Beta (Is it up to date?)
    java.lang.NullPointerException
        at net.centerleft.localshops.ShopData.loadShop(ShopData.java:347)
        at net.centerleft.localshops.ShopData.loadShops(ShopData.java:119)
        at net.centerleft.localshops.LocalShops.onEnable(LocalShops.java:110)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:287)
        at com.earth2me.essentials.commands.Commandreloadall.run(Commandreloadall.java:19)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:46)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:41)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:434)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:317)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
Thread Status:
Not open for further replies.

Share This Page