

: com/nijikokun/register/payment/MethodsĪt .onPluginEnable(server.java:32)Īt .JavaPluginLoader$47.execute(JavaPluginLoader.jĪt .JavaPluginLoader.enablePlugin(JavaPluginLoaderĪt .enablePlugin(SimplePluginManageĪt .loadPlugin(CraftServer.java:182)Īt .enablePlugins(CraftServer.java:165Īt .t(MinecraftServer.java:337)Īt .a(MinecraftServer.java:324)Īt .init(MinecraftServer.java:161)Īt .run(MinecraftServer.java:388)Īt .run(SourceFile:457) if someone is against this, he can format my post himselfĬode: 08:14:58 Could not pass event PLAYER_COMMAND_PREPROCESS to Command iConĪt .(Unknown Source)Īt .compile(Unknown Source)Īt .chargePlayerForCommand(CIListenĪt .onPlayerCommandPreprocess(CILisĪt .JavaPluginLoader$5.execute(JavaPluginLoader.jaĪt .callEvent(RegisteredListener.javĪt .callEvent(SimplePluginManager.jĪt .handleCommand(NetServerHandler.Īt .chat(NetServerHandler.java:721)Īt .a(NetServerHandler.java:714)Īt 3Chat.a(Packet3Chat.java:33)Īt .b(NetworkManager.java:226)Īt .a(NetServerHandler.java:92)Īt .a(SourceFile:108)Īt .w(MinecraftServer.java:516)Īt .run(MinecraftServer.java:414)Īt .run(SourceFile:457)I try with the reg you give me and then I get this error.Ĭode: 08:36:19 Could not pass event PLUGIN_ENABLE to Command iConomy Sidenote spoiler's are messed up so i removed them.

Match but don't display zero cost commands.should work with every never build, if not please instantly contact me and i will fix it!.Three additional settings can be made in the config.yml file to localize Command iConomy's text.
ICONOMY PLUGIN FREE
CommandIConomy.Free - Grants free access to all commands.To do so, add a space and then the number of seconds to wait after the command's cost. You can now configure a number of seconds before charging a player again for a command. \S+ = One or more non-whitespace charactersįor best results, please study and learn regular expressions!įor more info on regular expressions, see: Together these features allow open ended commands to be individually charged. If the command is configured with a cost of zero, processing will stop but the player will not be charged. If a match is found, Command iConomy stops looking for a match and charges the player the configured amount. Regular expressions allow you to charge separately for individual sub-commands or even specific command arguments.Ī typical configuration line looks like this: ^/tp: 10Ī configuration line matching sub-commands might look like this: ^/time (day|night): 20Ĭommand expressions are matched in order from top to bottom.

Command iConomy matches regular expressions against user input. To set the price of a command, add a line to prices.yml. Command iConomy requires Vault!Įxamples include charging for each summoned magic carpet, or adding a fee for different kits. If text entered by a player matches a configured rule, Command iConomy will attempt to bill the player. Commands are matched using java regular expressions. Since deltahat is in lack of time, i will continue his plugin for him:Ĭommand iConomy - Charge for each commandĬommand 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.
