🔌Службы обмена сообщениями
Обзор
# +-------------------------------------------------------------------------+ #
# | | #
# | MESSAGING SETTINGS | #
# | | #
# | Controls how data are sent across your network. | #
# | | #
# +-------------------------------------------------------------------------+ #
# This is your unique server identifier, this MUST be
# set if using a proxy - e.g. BungeeCord, Velocity, ...
server-id: "server1"
# How the plugin should send data across your network.
#
# - Possible options:
# |=> cloud (default)
# |=> database
# |=> proxy
# |=> redis (recommended)
#
# If you choose redis, you must configure the redis settings below.
# If you choose proxy, no further configuration is required.
# If you choose database, you must configure the database settings below.
messaging-service: cloudDatabase
Redis
Last updated