Advertisement
Guest User

Untitled

a guest
May 14th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. // iConomy config
  2. $config['iConomy']['use'] = 'false'; // ( true / false ) Do you want to use the iConomy table to get the money from (iConomy tables and WebAuction tables need to be in the same Database)
  3. $config['iConomy']['table'] = 'iConomy'; // 'iConomy' is the default table name when using MySQL with iConomy
  4.  
  5. // CraftConomy config
  6. $config['CC']['use'] = 'true'; // ( true / false ) Do you want to use the CraftConomy table to get the money from (CraftConomy tables and WebAuction tables need to be in the same Database)
  7. $config['CC']['prefix'] = 'cc_'; // the thable prefix of the CrafConomy tables
  8. $config['CC']['group'] = 'default'; // the name of the money group we should use
  9. $config['CC']['currency'] = 'Dukat'; // the name of the currency we should use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement