Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Please set the configuration below
  2. module.exports = {
  3.     screeps: {
  4.         token: 'token from screeps.com',
  5.         method: 'memory.stats', // Valid Options: 'console' 'memory.stats'
  6. //      segment: 99, // Uncomment this line and specify segment id if you're placing stats into segment
  7.         shard: ['shard0'], // An array of shards to pull data from.
  8.         // username: 'username', // uncomment these for Private Servers
  9.         // password: 'password',
  10.         connect: {
  11.             // For Private servers, uncomment and edit the following:
  12.             // host: 'server1.screepspl.us:443',
  13.             // protocol: 'https'
  14.         }
  15.     },
  16.     service: {
  17.         url: 'https://screepspl.us',
  18.         token: 'token from above'   // Token supplied upon account creation
  19.     },
  20.     includeLeaderboard: true,
  21.     includeProfileData: true, // This pulls credits and power, note this also requires a full access token
  22.     checkForUpdates: true,
  23.     showRawStats: false, // This dumps stats to console on every push if enabled
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement