Compare commits
2 Commits
6d54695325
...
e8f6a56057
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8f6a56057 | ||
|
|
a7f66a98b9 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,8 +4,11 @@ db-logs
|
||||
db-data
|
||||
.cursor
|
||||
# dependencies (bun install)
|
||||
|
||||
node_modules
|
||||
|
||||
src/config
|
||||
|
||||
# output
|
||||
out
|
||||
dist
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"leveling": {
|
||||
"base": 100,
|
||||
"exponent": 2.5,
|
||||
"chat": {
|
||||
"cooldownMs": 60000,
|
||||
"minXp": 15,
|
||||
"maxXp": 25
|
||||
}
|
||||
},
|
||||
"economy": {
|
||||
"daily": {
|
||||
"amount": "100",
|
||||
"streakBonus": "10",
|
||||
"cooldownMs": 86400000
|
||||
},
|
||||
"exam": {
|
||||
"multMin": 0.5,
|
||||
"multMax": 1.5,
|
||||
"cooldownHours": 168
|
||||
},
|
||||
"transfers": {
|
||||
"allowSelfTransfer": false,
|
||||
"minAmount": "1"
|
||||
}
|
||||
},
|
||||
"inventory": {
|
||||
"maxStackSize": "999",
|
||||
"maxSlots": 50
|
||||
},
|
||||
"commands": {
|
||||
"daily": true,
|
||||
"quests": false,
|
||||
"inventory": false,
|
||||
"trade": false,
|
||||
"balance": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user