How to use it?
At bungeecord at config.yml do this:
Code (YAML):
listeners:
priorities
:
- __colinker__
servers:
__colinker__:
motd
: Colinker default motd
address
: localhost:1
restricted
: false
View attachment 664648
Spigot side at plugin's config.yml
!!! If you use RCON at your server please disable it at server.properties or change the RCON port or Colinker port
Code (YAML):
# Config for Bukkit server side
# The port that allows BungeeCord
# to communicate with this server
port
: 22566
# Server mode (for example: bedwars, hub, survival, skywars)
mode
:
"bedwars"
# Time (in seconds) after which the BungeeCord
# will know that the server has started up.
# Useful if other plugins load something
# after server has been started.
afterEnableTime
: 5
# blacklist: these commands will not be dispatched
# whitelist: only these commands will be dispatched
commandblocktype
:
"blacklist"
commandblocklist
:
-
"stop"
-
"end"
-
"bukkit:stop"
-
"disable"
# When player use '/goserver' and no server is responding,
# then after the time (in seconds) expires the player
# will be kicked from the server
# Set 0 to disable this
timeoutkicktime
: 10