CraftConomy

154k Downloads

Redundant wiki page.

Leopere opened this issue ยท 2 comments

commented

The wiki page for Permissions could easily just be a third column on the Commands page.

commented

You can't issue a Pull Request on GitHub for wiki's apparently so since thats dumb I'll have to post it as a Gist here.

https://gist.github.com/chamunks/37f263bb31ee97772ac3

This is roughly what I've done.

Initial Setup Commands

Admin Only

Command Description Permission
/ccsetup (Admin Command) Initial setup command. craftconomy.setup
/craftconomy Shows the config command help. Unknown
/craftconomy bankprice (Admin Command) Change the creation price of a bank account. craftconomy.config.bankprice
/craftconomy holdings (Admin Command) Set the default amoutn of money in a player account. craftconomy.config.holdings
/craftconomy format <long/small/sign/majoronly> (Admin Command) Sets the display format. craftconomy.config.longmode (Unsure)

Money

Player Money Commands

Command Description Permission
/money help Display the help. None
/money Display your balance in the current world. craftconomy.money.balance
/money all Display your balance in all worlds. craftconomy.money.balance
/money balance Shows the balance of the specific account. craftconomy.money.balance.others
/money pay Send money to someone. craftconomy.money.pay
/money top World Display the top list of a Currency. craftconomy.money.top
/money log [Account Name] Display the account log. craftconomy.money.log
Allow the display of other player log. craftconomy.money.log.others
/money exchange Exchange money from one currency to another. Unknown

Money Admin Commands

Command Description Permission
/money give [Currency] [World] (Admin Command) Deposit money in a account. craftconomy.money.give
/money take [Currency] [World] (Admin Command) Withdraw money from a account. craftconomy.money.take
/money set [Currency] [World] (Admin Command) Set a balance in a account. craftconomy.money.set
/money create (Admin Command) Create a account. craftconomy.account.create
/money delete (Admin Command) Delete a account. craftconomy.account.delete
/money infinite (Admin Command) Set a account in infinite mode. craftconomy.money.infinite

Banks

Player Bank Commands

Command Description Permission
/bank Shows bank help. None
/bank create Create a bank account. craftconomy.bank.create
/bank balance Check the balance of a bank account. craftconomy.account.delete
/bank deposit [Currency] Deposit money in a bank account. craftconomy.bank.deposit
/bank withdraw [Currency] Withdraw money from a bank account. craftconomy.bank.withdraw
/bank perm <deposit/withdraw/acl/show> <True/False> Modify the permission of a player. craftconomy.bank.perm
/bank list List the bank accounts your have access to. craftconomy.bank.list

Bank Admin Commands

Command Description Permission
/bank list/List (Admin Permission) Set the Access list of any bank accounts. craftconomy.bank.perm.others
/bank give [Currency] [World] (Admin Command) Give money in a bank account. craftconomy.bank.give
/bank take [Currency] [World] (Admin Command) Take money from a bank account. craftconomy.bank.take
/bank set [Currency] [World] (Admin Command) Set a balance in a bank account. craftconomy.bank.set

Multiple Currencies

Admin Commands

Command Description Permission
/currency add (Admin Command) Add a currency in the system. craftconomy.currency.add
/currency edit <name/nameplural/minor/minorplural> (Admin Command) Edit a currency. craftconomy.currency.edit
/currency delete (Admin Command) Delete a currency from the system. craftconomy.currency.delete
/currency info (Admin Command) Shows information about a currency. craftconomy.currency.info
/currency exchange (Admin Command) Set a currency exchange rate. Unknown

Multiple Worlds

Admin Commands

Command Description Permission
/ccgroup create (Admin Command) Create a world group. craftconomy.group.create
/ccgroup addworld (Admin Command) Add a world to the world group. craftconomy.group.addworld
/ccgroup delworld (Admin Command) Remove a world from a world group. This will revert the world to the default balance. craftconomy.group.delworld
commented

I like it, thanks! I've changed the page.