mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 23:54:33 +01:00
Implemented the ability to enable/disable entrance, sign, and channel servers
This commit is contained in:
@@ -63,13 +63,19 @@
|
||||
"database": "erupe"
|
||||
},
|
||||
"launcher": {
|
||||
"enabled": true,
|
||||
"port": 80,
|
||||
"UseOriginalLauncherFiles": false
|
||||
},
|
||||
"sign": {
|
||||
"enabled": true,
|
||||
"port": 53312
|
||||
},
|
||||
"channel": {
|
||||
"enabled": true
|
||||
},
|
||||
"entrance": {
|
||||
"enabled": true,
|
||||
"port": 53310,
|
||||
"entries": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user