Command iConomy
Command iConomy - Charge for each command
PLEASE OPEN A NEW TICKET FOR EVERY ISSUE, THERE WILL BE NO HELP IN COMMENTS!
Version v10.0.0
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
<<code>>^ = Start of command
$ = End of command
\S+ = One or more non-whitespace characters<</code>>
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
Requires Vault:
http://dev.bukkit.org/server-mods/vault/
-
View User Profile
-
Send Message
Posted May 30, 2012@anonymous000
i stopped with minecraft completely, like stated in my signature ad stuff since one month i think
-
View User Profile
-
Send Message
Posted May 29, 2012Clicking on your forum link returns a DNS error. Is this plugin dead?
-
View User Profile
-
Send Message
Posted May 23, 2012@Mayhem777
do you have vault? =_=
-
View User Profile
-
Send Message
Posted May 23, 2012@Hollow36rus
you cant
-
View User Profile
-
Send Message
Posted May 23, 2012Hello.
Please, tell me:
How do I configure the plugin so to the first use of a some command was free?
p.s sorry for my eng )
-
View User Profile
-
Send Message
Posted May 11, 2012DON'T WORKS ON 1.2.5 !!! ... don't send messages, don't take money... don't do anything even using the examples on the example page...
-
View User Profile
-
Send Message
Posted May 3, 2012Does it work with other economy plugins as well?Works with all economy plugins that vault supports.
-
View User Profile
-
Send Message
Posted May 1, 2012@Specialgoodness
iConomy.holdings
-
View User Profile
-
Send Message
Posted Apr 30, 2012does anyone know the permission to do /money to see how much money you have
-
View User Profile
-
Send Message
Posted Apr 28, 2012@houba1970
Why? It already works for 1.2.5.
-
View User Profile
-
Send Message
Posted Apr 27, 2012please update 1.2.5 thx
-
View User Profile
-
Send Message
Posted Apr 7, 2012For help, please open a ticket! An update was released some time ago for all of my plugins, if there fails something, open a ticket please ;)
-
View User Profile
-
Send Message
Posted Apr 6, 2012should add a feature to credit the money to a specified (non user) iconomy account...
-
View User Profile
-
Send Message
Posted Apr 6, 2012Hello.
Please, tell me:
How do I configure the plugin so to the first use of a some command was free?
-
View User Profile
-
Send Message
Posted Mar 12, 2012I am also wondering :D
-
View User Profile
-
Send Message
Posted Mar 12, 2012How's the update coming? :)
-
View User Profile
-
Send Message
Posted Mar 10, 2012Great news! I am having the same problem and anxiously awaiting a fix :)
-
View User Profile
-
Send Message
Posted Mar 10, 2012@Kostronor
That is awesome news! Not so much for my players, since they are getting used to jumping around freely, but for me and my staff.. awww yeah. ;)
Thanks!
-
View User Profile
-
Send Message
Posted Mar 9, 2012@quickclay i found a missing notation needed since the new system, will fix it tomorrow!
-
View User Profile
-
Send Message
Posted Mar 9, 2012No notice of any kind in verbose mode. Commands are just executed normally.