General questions and overfiew.
Questions
<div class="questions">
- Why does /money not work?
- If you are getting
Bukkit is sadorBukkit wishes it could do thatthen you are using an old version, update to 6.0.6b+. If you are getting issues regarding insufficient permissions, then you do not have the correct permissions setup. To use/moneyyou must haveiConomy.holdingspermission on that group or user.
- What CB build does [x] work with?
- Unless stated otherwise, all. The reason for this is, iConomy doesn't utilize anything inside bukkit that actively changes like most plugins do within certain reasons. Take build 6.0.3b for example. You cannot use OrbDB with 1.7.3, but it will still work using InvDB or MiniDB or SQL. So a feature might not work with a certain build, but the jar itself works.
- Does this work with [x] Permission System?
- Yes! It works with all permission systems.
- How do I create shops, or banks?
- iConomy is a core API for economy based plugins to utilize and create fun and inventive ideas. So to create shops and banks, you need to use a plugin like LocalShops or Bettershops, banks are through other plugins as well.
Commands & Permissions
[] denotes a Required argument, () is for Optional arguments.
<div class="commands"> <details><summary>/money</summary>Check your balance.
Permission: iConomy.holdings
</details> <details><summary>/money [name]</summary>Check others balance.
Permission: iConomy.holdings.others
</details> <details><summary>/money help (command)</summary>For Help & Information.
Permission: iConomy.help
</details> <details><summary>/money pay [name] [amount]</summary>Send money to others.
Permission: iConomy.payment
</details> <details><summary>/money create [name]</summary>Create an account.
Permission: iConomy.accounts.create
</details> <details><summary>/money remove [name]</summary>Remove an account.
Permission: iConomy.accounts.remove
</details> <details><summary>/money give [name] [amount]</summary>Give money.
Permission: iConomy.accounts.give
</details> <details><summary>/money take [name] [amount]</summary>Take money.
Permission: iConomy.accounts.take
</details> <details><summary>/money set [name] [amount]</summary>Set account balance.
Permission: iConomy.accounts.set
</details> <details><summary>/money status [name] (status)</summary>Check/Set account status.
Permission: iConomy.accounts.status, iConomy.accounts.status.set
</details> <details><summary>/money purge</summary>Purge all accounts with initial holdings.
Permission: iConomy.accounts.purge
</details> <details><summary>/money empty</summary>Empty database of accounts.
Permission: iConomy.accounts.empty
</details> </div>Permissions
For a complete list of permissions as well as descriptions / examples of usage go here.
<div class="second-faq">
Permissions isn't working!
Permissions does work, 99% of the time the issue is user related. The reason for this is that people don't remember that permissions are case-sensitive, and a few more reasons are here:
-
Players don't have
iConomy.holdings(6.0.5b, in 6.0.6b this only controls /money so I guess it applies?) -
Players have iConomy permissions however iConomy is not spelled correctly or cased right, must be exactly like so:
iConomy -
You are using Permissions with 6.0.5b, this will not work. Permissions support was added in 6.0.6b
<div class="second-faq">
Note
If you are using: Permissions 1, 2, 3; or GroupManager, you cannot use the shortcut permissions:
- iConomy.plus
- iConomy.user
It is highly recommended that you upgrade to bPermissions or PEX, if you need to convert your files use this tool.
</div>
</div>
<style>footer {overflow: hidden; }ul, ul li { list-style: none; margin-bottom: 5px; }.content-box h1,h2,h3,h4,h5,h6 { border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size:100%; font-weight: bold; font-family: Helvetica; padding: 10px; }.content-box h1 { font-size: 160%; }.content-box h2 { font-size: 150%; }.content-box h3 { font-size: 140%; }.content-box h4 { font-size: 130%; }.content-box h5 { font-size: 120%; }.content-box h6 { font-size: 110%; }.content-box { color: #303030; line-height: 1.7em; font-size: 13px; }.content-box li { color: #303030; }.content-box p { margin-left: 10px; color: #303030; }.content-box details, .content-box dl { margin-left: 10px; }.content-box details p:last-child strong {padding: 1px 3px 2px;background-color: #BFBFBF;font-size: 9.75px;font-weight: bold;color: white;text-transform: uppercase;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; display: inline-block;}.second-faq { margin-left: 15px; }.second-faq p { margin-left: 10px }.builds { float:right;text-align:right; margin-top: 7px; position: relative; } .builds img { top: 2px;
position: relative; }.logo { margin: -2px 12px 0; }.avatar { border: 1px solid #ccc; background: white; }.avatar-author { border: 1px solid #ddd; background: white; }.content-box { box-shadow: none; }.content-box h1, .content-box .h1, .content-box h2, .content-box .h2, .content-box h3, .content-box .h3, .content-box h4, .content-box .h4, .content-box h5, .content-box .h5, .content-box h6, .content-box .h6, .comment-body h1, .comment-body .h1, .comment-body h2, .comment-body .h2, .comment-body h3, .comment-body .h3, .comment-body h4, .comment-body .h4, .comment-body h5, .comment-body .h5, .comment-body h6, .comment-body .h6, .forum-post-body h1, .forum-post-body .h1, .forum-post-body h2, .forum-post-body .h2, .forum-post-body h3, .forum-post-body .h3, .forum-post-body h4, .forum-post-body .h4, .forum-post-body h5, .forum-post-body .h5, .forum-post-body h6, .forum-post-body .h6 { font-family: Helvetica, Arial !important; }.user-actions { display: none; }code {background-color: #FEE9CC;color: rgba(0, 0, 0, 0.75);padding: 1px 3px;}code, pre {padding: 0 3px 2px;font-family: Monaco, Andale Mono, Courier New, monospace;font-size: 12px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}.important {background-color: #c43c35!important;}.warning {background-color: #f89406!important;}.success {background-color: #46a546!important;}.notice {background-color: #62cffc !important;}.lastUnit { display: none; } .size2of3 { width: 100% }</style>