Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add names servers and rules for this? #38

Open
Siorinex opened this issue Aug 23, 2022 · 1 comment
Open

Add names servers and rules for this? #38

Siorinex opened this issue Aug 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Siorinex
Copy link

Pls, add names for servers and rules: Example: I have 5 servers: Lobby, 2 survivel server (Overworld and Nether) for Classic and 2 survivel for mods.

Items from & to Lobby - not sync, 2 classic - sync all in pair, but not from & to mod`s...

In config for Lobby:

[main]
DATABASE_TYPE=MYSQL
DATABASE_NAME=InvSync
SQLITE_DIRECTORY=/path/to/folder
MYSQL_ADDRESS=ip
MYSQL_PORT=port
MYSQL_USERNAME=invsync
MYSQL_PASSWORD=password
SERVER_NAME=survival_classic_nether

[default]
SYNC_CREATIVE_MODE=false
SYNC_INVENTORY=false
SYNC_ENDER_CHEST=false
SYNC_HEALTH=false
SYNC_FOOD_LEVEL=false
SYNC_XP_LEVEL=false
SYNC_SCORE=false
SYNC_STATUS_EFFECTS=false
SYNC_ADVANCEMENTS=true

[survival_classic_overvorld]
SYNC_CREATIVE_MODE=false
SYNC_INVENTORY=true
SYNC_ENDER_CHEST=true
SYNC_HEALTH=true
SYNC_FOOD_LEVEL=true
SYNC_XP_LEVEL=true
SYNC_SCORE=true
SYNC_STATUS_EFFECTS=true
SYNC_ADVANCEMENTS=true

@MrNavaStar
Copy link
Owner

MrNavaStar commented Aug 25, 2022

I mean, I guess I could, but wouldn't it be easier to just not put the mod on the lobby server? And just point the servers you want separate at separate databases.

@MrNavaStar MrNavaStar added the enhancement New feature or request label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants