|
| 1 | +checker: |
| 2 | + |
| 3 | + # Check if current version of OxygenX is latest |
| 4 | + check_for_updates: true |
| 5 | + |
| 6 | + # Amount of checks for a account many times to check a account. |
| 7 | + # Needs to be 1 or higher |
| 8 | + retries: 2 |
| 9 | + |
| 10 | + # Higher for better accuracy but slower (counted in milliseconds) |
| 11 | + timeout: 8000 |
| 12 | + |
| 13 | + # Threads for account checking |
| 14 | + threads: 100 |
| 15 | + |
| 16 | + # Check hits if its a mail access |
| 17 | + mail_access: true |
| 18 | + |
| 19 | + # Save ranked accounts in secured.txt or unsecured.txt (Turn it off for ranked accounts NOT to save in secured.txt or unsecured.txt) |
| 20 | + save_rankedtypes: true |
| 21 | + |
| 22 | + # Save bad accounts, good for checking paid alts (will use more cpu and take longer) |
| 23 | + save_bad: false |
| 24 | + |
| 25 | + # Normal users should keep this false unless problem start happening |
| 26 | + debugging: false |
| 27 | + |
| 28 | + |
| 29 | + capes: |
| 30 | + # Check capes |
| 31 | + liquidbounce: true |
| 32 | + optifine: true |
| 33 | + labymod: true |
| 34 | + # Minecon/Mojang cape |
| 35 | + minecon: true |
| 36 | + |
| 37 | + rank: |
| 38 | + # Set true if you want to check the ranks/level |
| 39 | + mineplex: true |
| 40 | + hypixel: true |
| 41 | + hivemc: true |
| 42 | + veltpvp: true |
| 43 | + lunar: true |
| 44 | + |
| 45 | + level: |
| 46 | + # Save High leveled accounts in files. |
| 47 | + hypixel: true |
| 48 | + mineplex: true |
| 49 | + # Minimum high level accounts |
| 50 | + hypixel_level: 25 |
| 51 | + mineplex_level: 25 |
| 52 | + |
| 53 | + proxy: |
| 54 | + # If proxies should be used, Will be proxyless if set to false (Recommended to use VPN if this is set to false.) |
| 55 | + proxy: true |
| 56 | + # Proxy types: https | socks4 | socks5 |
| 57 | + proxy_type: 'socks4' |
| 58 | + # Proxy file name |
| 59 | + proxy_file: 'proxies.txt' |
| 60 | + |
| 61 | + # If proxy api link to be used. |
| 62 | + proxy_use_api: false |
| 63 | + # If proxy_use_api is true, put api link in the parentheses |
| 64 | + proxy_api_link: "https://api.proxyscrape.com/?request=getproxies&proxytype=socks4&timeout=5000" |
| 65 | + # If proxy_use_api is true, put a number for seconds to refresh the link (every number under 30 is for no refreshing time, recommend refresh time: 300 seconds aka 5 minutes) |
| 66 | + refresh_api_link: 300 |
| 67 | + |
| 68 | + # If proxies be used for checking mail access |
| 69 | + mailcheck_use_proxy: false |
0 commit comments