Added dice, added check for room access
This commit is contained in:
@@ -7,11 +7,27 @@
|
||||
"password": "r3EMWJ5p",
|
||||
"connectstring": "tsschulz.de:1521/yourpart"
|
||||
},
|
||||
"room-types": {
|
||||
0: "Standard",
|
||||
1: "Dice possible",
|
||||
2: "Poker possible",
|
||||
4: "Room will work with rounds"
|
||||
},
|
||||
"rooms": [
|
||||
{
|
||||
"name": "Halle",
|
||||
"password": "",
|
||||
"allowed": []
|
||||
"allowed": [],
|
||||
"type": 0,
|
||||
"roundlength": 0
|
||||
},
|
||||
{
|
||||
"name": "Würfelglück",
|
||||
"password": "",
|
||||
"allowed": [],
|
||||
"type": 5,
|
||||
"roundlength": 20
|
||||
}
|
||||
]
|
||||
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user