- Added configurable shop system with shop.json - Created ShopManager class for modular shop handling - Implemented level system with levels.json for difficulty scaling - Added multiple duck spawn messages with random selection - Enhanced message system with color placeholders - Added ducks_befriended tracking separate from ducks_shot - Updated help system and admin commands - All systems tested and working correctly
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"server": "irc.rizon.net",
|
|
"port": 6697,
|
|
"nick": "DickHunt",
|
|
"channels": ["#ct"],
|
|
"ssl": true,
|
|
"sasl": {
|
|
"enabled": false,
|
|
"username": "duckhunt",
|
|
"password": "duckhunt//789//"
|
|
},
|
|
"password": "your_iline_password_here",
|
|
"admins": ["peorth", "computertech", "colby"],
|
|
|
|
"duck_spawn_min": 10,
|
|
"duck_spawn_max": 30,
|
|
"duck_timeout": 60,
|
|
"befriend_success_rate": 75
|
|
} |