Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. // CraftConomy config
  2. $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)
  3. $config['CC']['prefix'] = 'cc_'; // the thable prefix of the CrafConomy tables
  4. $config['CC']['group'] = 'default'; // the name of the money group we should use
  5. $config['CC']['currency'] = 'Dukat'; // the name of the currency we should use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement