[ECON] Command iConomy - Make any plugin an iConomy plugin [1.4.7, 1.5beta]

Discussion in 'Inactive/Unsupported Plugins' started by Kostronor, Jun 1, 2011.

  1. Offline

    Kostronor

    Since @deltahat is in lack of time, i will continue his plugin for him:
    Command iConomy - Charge for each command
    Version v7

    Overview
    Command iConomy is a plugin that allows a server admin to assign a cost to server commands that is deducted from a player's iConomy account whenever a player uses that command. Commands are matched using java regular expressions. If text entered by a player matches a configured rule, Command iConomy will attempt to bill the player. Command iConomy requires Vault!

    Examples include charging for each summoned magic carpet, or adding a fee for different kits.

    Configuration
    To set the price of a command, add a line to prices.yml. Command iConomy matches regular expressions against user input. Regular expressions allow you to charge separately for individual sub-commands or even specific command arguments.

    A typical configuration line looks like this: ^/tp: 10
    A configuration line matching sub-commands might look like this: ^/time (day|night): 20

    Command expressions are matched in order from top to bottom. If a match is found, Command iConomy stops looking for a match and charges the player the configured amount. If the command is configured with a cost of zero, processing will stop but the player will not be charged. Together these features allow open ended commands to be individually charged. Ex:

    ^/warp help$: 0
    ^/warp \S+$: 10

    Really Quick Regular Expression Info
    ^ = Start of command
    $ = End of command
    \S+ = One or more non-whitespace characters

    For best results, please study and learn regular expressions!

    For more info on regular expressions, see: http://www.regular-expressions.info/reference.html

    Command Cooldowns
    You can now configure a number of seconds before charging a player again for a command. To do so, add a space and then the number of seconds to wait after the command's cost. Ex:

    ^/warp \S+$: 10 30

    Permissions
    • CommandIConomy.Free - Grants free access to all commands.
    Internationalization
    Three additional settings can be made in the config.yml file to localize Command iConomy's text. You will have to create config.yml. They are:
    • NoAccountMessage
    • InsuficientFundsMessage
    • AccountDeductedMessage
      • Substitute {cost} for cost
    Download
    http://dev.bukkit.org/server-mods/command-iconomy/

    Changelog (since Kostronor):

    [COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][FONT=Bitstream Vera Sans Mono]Version 9[/FONT][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR]
    • Reworked against cb1597/1602
    • should work with every never build, if not please instantly contact me and i will fix it!
    • Vault support!
    [COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][COLOR=#444444][SIZE=11px][FONT=Bitstream Vera Sans Mono]Version 8[/FONT][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR]
    • Reworked against cb1337
    • should work with every never build, if not please instantly contact me and i will fix it!
    • Register support!
    [FONT=Bitstream Vera Sans Mono]Version 7[/FONT]
    • Reworked against cb818
    • should work with every never build, if not please instantly contact me and i will fix it!
    • Initial Release
    Version 2
    • Added free permission
    • Only match first expression
    • Match but don't display zero cost commands
    Version 3
    • Increased priority of CommandPreProcess hook to improve compatibility
    Version 3.1
    • Bukkit 602 compatibility
    Version 5
    • iConomy 4.6.5 suport
    [*]Added optional logging to the console
    [*]Added optional matching of chat events
    [*]Added command cost to insufficient funds message
    [*]Verified CB612 and MC1.4 support
    [/LIST]
    Version 6
    • Added command cooldowns
    • Added fee collection account
    Version 7
    • [iConomy 5 support
    //Sidenote spoiler's are messed up so i removed them.
    //if someone is against this, he can format my post himself :p
     
  2. Offline

    Kamilio

    Do you think it's not working because I am an admin? I haven't tested it yet on regular players. I enabled the verbose but it still does not charge me. I made the text for your plugin in green. I'm not sure if this was the log you were looking for but oh well.

    2011-08-24 15:19:37 [INFO] [Command iConomy] Verbose mode enabled.
    2011-08-24 15:19:37 [INFO] [Command iConomy] Loaded.

    I started typing the commands at the part when it says "Loaded Hero: Kamilio"

    EDIT* just some extra info to add:
    My /home and /sethome commands come from AdminCmd plugin and the
    /ptp (playername) comes from McMMO plugin




    Code:
    2011-08-24 15:19:32 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-24 15:19:32 [INFO] Loading properties
    2011-08-24 15:19:32 [INFO] Starting Minecraft server on 192.168.0.196:25565
    2011-08-24 15:19:32 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-24 15:19:33 [INFO] LWC: Loading shared objects
    2011-08-24 15:19:33 [INFO] LWC: Protection cache: 0/10000
    2011-08-24 15:19:33 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-08-24 15:19:34 [INFO] Preparing level "Server"
    2011-08-24 15:19:34 [INFO] Preparing start region for level 0 (Seed: -3794401815852860887)
    2011-08-24 15:19:35 [INFO] Preparing spawn area: 48%
    2011-08-24 15:19:35 [INFO] Preparing start region for level 1 (Seed: 4278863494416317185)
    2011-08-24 15:19:36 [INFO] Preparing spawn area: 32%
    2011-08-24 15:19:37 [INFO] [ChestShop] version 3.01 initialized!
    2011-08-24 15:19:37 [INFO] [ChestShop] iConomy 5 loaded.
    2011-08-24 15:19:37 [INFO] [ChestShop] LWC version 3.31 loaded.
    2011-08-24 15:19:37 [INFO] [ColorMe] v2.4.1 has been enabled.
    2011-08-24 15:19:37 [INFO] [Command iConomy] Verbose mode enabled.
    2011-08-24 15:19:37 [INFO] [Command iConomy] Loaded.
    2011-08-24 15:19:37 [INFO] [DeathNotifier] 0.94 Loaded
    2011-08-24 15:19:37 [INFO] [DeathPenalty] DeathPenalty v1.07 enabled
    2011-08-24 15:19:37 [WARNING] [DeathPenalty] Permissions not detected, using normal command structure.
    2011-08-24 15:19:37 [INFO] [DeathPenalty] DeathPenalty config file found, loading config...
    2011-08-24 15:19:37 [INFO] Found Diamonds STARTED
    2011-08-24 15:19:38 [INFO] [iConomy] Logging is currently disabled.
    2011-08-24 15:19:38 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-24 15:19:38 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-24 15:19:38 [INFO] [DeathPenality] hooked into iConomy.
    2011-08-24 15:19:38 [INFO] §ePermissons not detected - defaulting to OP!
    2011-08-24 15:19:38 [INFO] Money2XP version 1.1.4 is enabled!
    2011-08-24 15:19:38 [INFO] [Money2XP] hooked into iConomy.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] Couldn't load WorldGuard.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] No values found in config file!
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GLASS now drops 1.0x GLASS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: AIR + GLASS now drops 1.0x AIR@ with 50.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GLASS now drops 1.0x AIR@ with 10.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ANY_AXE + BOOKSHELF now drops 1.0x BOOKSHELF@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ANY_AXE + WOOD_STAIRS now drops 1.0x WOOD_STAIRS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ANY_PICKAXE + COBBLESTONE_STAIRS now drops 1.0x COBBLESTONE_STAIRS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + BOAT now drops 1.0x BOAT@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-fix_undroppables.yml loaded.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_PICKAXE + ICE now drops 1.0x ICE@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_HOE + GRASS now drops 1.0x GRASS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_PICKAXE + GLOWSTONE now drops 1.0x GLOWSTONE@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-goldtools-basic.yml loaded.
    2011-08-24 15:19:38 [WARNING] [OtherBlocks:1.93] Error while processing block 'LOG' (No enum const class org.bukkit.Material.CHARCOAL)
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_SPADE + SAND now drops 1.0x GLASS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_PICKAXE + IRON_ORE now drops 1.0x IRON_INGOT@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_PICKAXE + GOLD_ORE now drops 1.0x GOLD_INGOT@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: GOLD_PICKAXE + GLOWSTONE now drops 1.0x GLOWSTONE@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-goldtools-smelt.yml loaded.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@0 now drops 1.0x GOLDEN_APPLE@ with 0.0060% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@0 now drops 1.0x APPLE@ with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@0 now drops 1.0x STICK@ with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@0 now drops 1.0x LEAVES@0 with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@0 now drops 1.0x APPLE@ with 2.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@0 now drops 1.0x STICK@ with 3.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@0 now drops 1.0x GOLDEN_APPLE@ with 0.02% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@0 now drops 1.0x LEAVES@0 with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@2 now drops 1.0x STICK@ with 2.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@2 now drops 1.0x INK_SACK@3 with 3.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@2 now drops 1.0x LEAVES@2 with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@2 now drops 1.0x STICK@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@2 now drops 1.0x INK_SACK@3 with 10.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@2 now drops 1.0x LEAVES@2 with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@1 now drops 1.0x STICK@ with 2.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPECIAL_LEAFDECAY@1 now drops 1.0x LEAVES@1 with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@1 now drops 1.0x STICK@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + LEAVES@1 now drops 1.0x LEAVES@1 with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-leaf_overhaul.yml loaded.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PLAYER now drops 5.0x ZOMBIE@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-playerdeath_zombie.yml loaded.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 2.0x ZOMBIE@ with 30.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x GIANT@ with 0.5% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: [ANY_SWORD, BOW, ARROW, FIRE] + GIANT now drops 500.0x MONEY@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 2.0x SKELETON@ with 30.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] CONFIG: ob-undead_chaos.yml loaded.
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + CLAY now drops 1.0x SLIME@ with 5.0% chance
    2011-08-24 15:19:38 [WARNING] [OtherBlocks:1.93] (loadSpecificFileVersion) Block "SPECIAL_LEAFDECAY" has no children. Have you included the dash?
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ANY_HOE + LEAVES now drops 1.0x APPLE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ANY_HOE + LEAVES now drops 1.0x LEAVES@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + BOOKSHELF now drops 1.0x BOOKSHELF@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + BOAT now drops 1.0x BOAT@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GLASS now drops 1.0x GLASS@
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + CREEPER now drops 1.0x TNT@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + CREEPER now drops 2.0x MONEY@ with 75.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + CREEPER now drops 10.0x MONEY@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPIDER now drops 1.0x WEB@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPIDER now drops 2.0x MONEY@ with 75.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SPIDER now drops 10.0x MONEY@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 1.0x BOW@ with 2.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 1.0x CHAINMAIL_HELMET@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 1.0x CHAINMAIL_CHESTPLATE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 1.0x CHAINMAIL_LEGGINGS@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 1.0x CHAINMAIL_BOOTS@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 2.0x MONEY@ with 75.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SKELETON now drops 15.0x MONEY@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_SWORD@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_SPADE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_PICKAXE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_AXE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_HELMET@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_CHESTPLATE@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_LEGGINGS@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 1.0x GOLD_BOOTS@ with 1.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 3.0x MONEY@ with 50.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + PIG_ZOMBIE now drops 15.0x MONEY@ with 5.0% chance
    2011-08-24 15:19:38 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x FISHING_ROD@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x GOLD_INGOT@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x IRON_INGOT@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x FLINT_AND_STEEL@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 5.0x MONEY@ with 75.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x BOAT@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + SQUID now drops 1.0x RAW_FISH@ with 25.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_SWORD@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_SPADE@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_PICKAXE@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_AXE@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_HOE@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_HELMET@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_CHESTPLATE@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_LEGGINGS@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x IRON_BOOTS@ with 1.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x COMPASS@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 1.0x WATCH@ with 2.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 2.0x MONEY@ with 75.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + ZOMBIE now drops 10.0x MONEY@ with 5.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 1.0x DIAMOND_SWORD@ with 10.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 1.0x DIAMOND_HELMET@ with 10.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 1.0x DIAMOND_CHESTPLATE@ with 10.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 1.0x DIAMOND_LEGGINGS@ with 10.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 1.0x DIAMOND_BOOTS@ with 10.0% chance
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] BLOCK: ALL TOOLS + GHAST now drops 50.0x MONEY@
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] CONFIG: overhaul-catballs.yml loaded.
    2011-08-24 15:19:39 [INFO] [OtherBlocks] Permissions not found.  Permissions disabled.
    2011-08-24 15:19:39 [INFO] [OtherBlocks:1.93] (1.93) loaded.
    2011-08-24 15:19:39 [INFO] [Otherblocks] Payment method found (iConomy version: 5)
    2011-08-24 15:19:39 [INFO] PCD loaded.
    2011-08-24 15:19:39 [INFO] WorldEdit 4.6 enabled.
    2011-08-24 15:19:39 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-08-24 15:19:39 [INFO] [AdminCmd] Plugin Enabled. (version 5.7.15)
    2011-08-24 15:19:39 [INFO] [AdminCmd] bal_extinguish has all his alias already registered. Command deactivated
    2011-08-24 15:19:39 [INFO] [AdminCmd] Disabled Alias(es) for bal_undo : undo,
    2011-08-24 15:19:39 [INFO] [AdminCmd] Disabled Alias(es) for bal_itemcolor : color,
    2011-08-24 15:19:39 [INFO] [AdminCmd] Disabled Alias(es) for bal_uptime : up,
    2011-08-24 15:19:39 [INFO] [AdminCmd] 0 blacklisted items loaded.
    2011-08-24 15:19:39 [INFO] [AdminCmd] 1655 alias loaded.
    2011-08-24 15:19:39 [INFO] [AdminCmd] 1 Banned players loaded.
    2011-08-24 15:19:39 [INFO] [AdminCmd] 0 Muted players loaded.
    2011-08-24 15:19:39 [INFO] [AdminCmd] 2 kits loaded.
    2011-08-24 15:19:39 [INFO] [Heroes] Collecting and loading skills
    2011-08-24 15:19:40 [INFO] [Heroes] Skills loaded: [Absorb, Antidote, AssassinsBlade, Backstab, Bandage, Barrage, Battery, Blackjack, Bladegrasp, Blaze, Bleed, Blink, Bolt, Boltstorm, ChainLightning, Charge, Confuse, Construct, Consume, Curse, DarkEffects, Deconstruct, Dispel, Drainsoul, ExplosiveFireball, Firearrow, Fireball, Flameshield, Forcepush, Gills, GroupHeal, GroupTeleport, Harmtouch, Hellgate, Icebolt, IcyAura, Invuln, Jump, Layhands, LickWounds, LightEffects, Manaburn, ManaFreeze, ManaShield, Mark, Might, Multibolt, Overgrowth, Piggify, Poison, PoisonArrow, Port, Pray, Pulse, Recall, Reflect, Rejuvenate, Replenish, Revive, Root, Safefall, SafefallOther, Shield, Skeleton, Smite, Smoke, Sneak, SummonArrow, Summonfood, Superheat, Syphon, Taunt, Telekinesis, Teleport, Track, UnholyRitual, WaterEffects, Web, Wolf, XMuteOre]
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Vagrant
    2011-08-24 15:19:41 [INFO] [Heroes] Default class found: Vagrant
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Warrior
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Priest
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Sniper
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Monk
    2011-08-24 15:19:41 [INFO] [Heroes] Loaded class: Necromancer
    2011-08-24 15:19:41 [INFO] [Heroes] version 1.2.3-b257 is enabled!
    2011-08-24 15:19:45 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-24 15:19:45 [INFO] LWC: Permissions API: NoPermissions
    2011-08-24 15:19:45 [INFO] LWC: Currency API: iConomyCurrency
    2011-08-24 15:19:45 [INFO] LWC: Loading SQLite
    2011-08-24 15:19:46 [INFO] LWC: Using: Native
    2011-08-24 15:19:46 [INFO] LWC: Precached 243 protections.
    2011-08-24 15:19:46 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-24 15:19:46 [INFO] [mcMMO] Using Bukkit Permissions.
    2011-08-24 15:19:46 [INFO] Loading Config File...
    2011-08-24 15:19:47 [INFO] mcMMO version 1.1.11 is enabled!
    2011-08-24 15:19:47 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-24 15:19:47 [INFO] Done (1.386s)! For help, type "help" or "?"
    2011-08-24 15:21:06 [INFO] Kamilio [/192.168.0.196:1403] logged in with entity id 223 at ([Server] -345.7195720424292, 70.0, -317.6408804648691)
    2011-08-24 15:21:06 [INFO] [Heroes] Loaded hero: Kamilio
    2011-08-24 15:25:37 [INFO] Stopping the server..
    2011-08-24 15:25:37 [INFO] Stopping server
    2011-08-24 15:25:37 [INFO] [ChestShop] version 3.01 shutting down!
    2011-08-24 15:25:37 [INFO] [ColorMe] has been disabled.
    2011-08-24 15:25:37 [INFO] [DeathNotifier] 0.94 Unloaded
    2011-08-24 15:25:37 [INFO] [DeathPenalty] DeathPenalty disabled
    2011-08-24 15:25:37 [INFO] Found Diamonds Disabled
    2011-08-24 15:25:37 [INFO] [iConomy] Plugin disabled.
    2011-08-24 15:25:37 [INFO] [ChestShop] Economy plugin disabled!
    2011-08-24 15:25:37 [INFO] [DeathPenality] un-hooked from iConomy.
    2011-08-24 15:25:37 [INFO] [Money2XP] un-hooked from iConomy.
    2011-08-24 15:25:37 [INFO] Money2XP disabled.
    2011-08-24 15:25:37 [INFO] OtherBlocks 1.93 unloaded.
    2011-08-24 15:25:37 [INFO] PCD unloaded.
    2011-08-24 15:25:51 [INFO] [AdminCmd] Plugin Disabled. (version 5.7.15)
    2011-08-24 15:25:51 [INFO] [Heroes] Saved hero: Kamilio
    2011-08-24 15:25:51 [INFO] Heroes version 1.2.3-b257 is disabled!
    2011-08-24 15:25:51 [INFO] LWC: Freeing SQLite
    2011-08-24 15:25:51 [INFO] mcMMO was disabled.
    2011-08-24 15:25:51 [INFO] Saving chunks
    2011-08-24 15:25:53 [INFO] Stopping server
    
     
  3. Offline

    Kostronor

    ok, with verbose, there should be a message when you type your command explaining why it doesn't charge
    try to deop yourself if it charges then
     
  4. Offline

    Kamilio

    Yeah I just deoped myself and it worked. Anyway to make it so admins are charged too? If not i'll just play deop'd
     
  5. Offline

    drt

    any ETA on multi world or sending money to a player/bank account?

    i figure i can send the money to a bank account using command helper already but it would be far easier to just have it done in the pricing file.

    thank you for continuing this awesome plugin
     
  6. Offline

    flying_pancake

    Could we get additional permissions for assigning to groups?

    It would be neat if we could have 10 or so permissions as to what is free

    commandiconomy.free.1

    permission.node.number: ^/reg-ex$: cost

    1: ^/warp \S+$: 10
    1: ^/modreq$: 25
    2:^/home$:
     
  7. Offline

    Kostronor

    Multi-World will come together with MySQL
    Transfering to a Bankaccount is already implemented, just try #PayTo: accountName (remove the # for it to work)
    will add custom permissions for every node together with mysql, so you can define a node to apply for every command.
     
  8. Offline

    flying_pancake

    That sounds fantastic! Thanks for getting back to me!
    Will you allow duplicate entries into the config so we can.. say... charge users 200 to TP, but only charge 'super users' 100 to TP?
     
  9. Offline

    imaxorz

  10. Offline

    Kostronor

    Well, the problem is, that i do not know whats the problem :D
    Will keep that in mind, hopefully getting an idea!
     
  11. Offline

    Shooty

    @Kostronor any chance to add multiworld support ?
     
  12. Offline

    Kostronor

     
  13. Offline

    elitefroggy

    will u add the option to buy licences... i really need a plugin like that.
     
  14. Offline

    Kostronor

    why not, will think about it ;)
     
  15. Offline

    craftopia.net

    This is the plugin I have been looking for!!!!

    Its too bad my server uses BOSEcon... any chance we can get some BOSE support for this?
     
  16. Offline

    Simon Welker

    Any idea if this supports PermissionsBukkit http://forums.bukkit.org/threads/ad...2k-official-default-groups-plugin-1000.26785/ ?
    If not, I guess I should use SuperpermsBridge, as follows:
    superpermbridge.CommandIConomy.Free
    ?
    Thank you already for your plugin, we have been using it for quite a while on our server now, and it makes wormholes (WormholeXTreme plugin) actually fun; creating one costs 3000 and using one costs 25. I think this is a good possibility to still teleport in our survival realm, but it costs something and can't be done from anywhere- only from other portals =)
     
  17. Offline

    Kostronor

    WOW, the whole Economy/register-system is something, i've never looked at before, but if i find some time, i'll surely add it!

    Thanks for the cheering :D
    PermissionsBukkit will be implemented soon :)
     
  18. Offline

    Pomme72

    Hi,

    Don't work for me, please help, i need this plugin !

    I have tried to make a command like :

    ^/home$: 50 ^/sethome$: 50 ^/ptp \S+$: 50

    But didn't work, all the command don't charge me and my players ! HELP !

    Ty
     
  19. Offline

    Kostronor

    did you write every command in a new line?
    are there any errors?
     
  20. Offline

    Pomme72

    Yes, every command in a new line, yes.

    Error ? Wait, I see my console...

    Here it is !

    17:38:29 [INFO] /sethome
    17:38:29 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Command iCon
    omy
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at com.ryanmichela.cmdiconomy.CIListener.chargePlayerForCommand(CIListen
    er.java:79)
    at com.ryanmichela.cmdiconomy.CIListener.onPlayerCommandPreprocess(CILis
    tener.java:46)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    va:272)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:749)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    17:38:29 [INFO] [PLAYER_COMMAND] pomme72: /sethome
    17:38:32 [INFO] /home
    17:38:32 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Command iCon
    omy
    java.lang.NoClassDefFoundError: com/iConomy/iConomy
    at com.ryanmichela.cmdiconomy.CIListener.chargePlayerForCommand(CIListen
    er.java:79)
    at com.ryanmichela.cmdiconomy.CIListener.onPlayerCommandPreprocess(CILis
    tener.java:46)
    at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    va:272)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:749)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    17:38:32 [INFO] [PLAYER_COMMAND] pomme72: /home
     
  21. Offline

    Kostronor

    thats because you do not use IConomy, or the version you use is not supported. What version do you use?
     
  22. Offline

    Pomme72

    :confused:

    I use the latest version of iConomy ^^
     
  23. Offline

    Kostronor

    so you use version 6 ?
     
  24. Offline

    Pomme72

    Uh... Yes ! ^^

    I just installed iConomy 5.0 and it's doesnt work anymore... Please help :(

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

    xjayhd

    Is there any way to make non-ops have money as it says "You do not have sufficient funds" , but then when they are made ops they have money :S Is there a way to sort this?
     
  26. Offline

    LlmDl

    Plugin works fine with ico 5, did you install ico 6? You aren't helping yourself much by not giving any details/config files.

    That's done with iconomy, not this plugin.

    @Kostronor keep up the good work, love this plugin.
     
  27. Offline

    Kostronor

    thanks, i'll try to add support to register (so other economies can be supported) the minute as i understand the system myself >.<
     
  28. Offline

    Pomme72

    I have iConomy 5, and the plugin don't work anymore. When I tip /home for example, I'm not charged. -_-
     
  29. Offline

    LlmDl

    I've got a link to the edge build for register 1.4, we're doing some adjusting in the #towny-dev irc channel, it hasn't been painless but the users do love their economy plugins.

    So, post your config and pastebin.com and link it here, do the same showing your server startup. You can't expect to get good help if you don't help diagnose "the plugin don't work anymore." without details.

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

    Pomme72

    Ok, so.

    Here it is : My config

    Code:
    # To charge for a command, list a matching regular expression below on its own
    # line with the price, separated by a colon. For more info on regular expressions
    # see http://www.regular-expressions.info/reference.html
    
    # ^/tp: 10
    ^/spawn$: 50
    Code:
    Verbose: false
    ChargeForChat: false
    #PayTo: accountName
    
    NoAccountMessage: No bank account.
    InsuficientFundsMessage: Insuficent funds. {cost} needed.
    AccountDeductedMessage: Charged {cost}

    But when I try /spawn I just have this in the console :

    13:29:42 [INFO] [PLAYER_COMMAND] pomme72: /spawn
    13:29:52 [INFO] [PLAYER_COMMAND] pomme72: /spawn

    Please help now ^^
     
  31. Offline

    Kostronor

    do you have the permission
    ? if you don't use permissions, are you op?
    if one of these, try without them please
     

Share This Page