Installation
Downloading plugin
- Download plugin from one of two places. Modrithth or SpigotMc.
- Found it inside download folder
- Copy it to
pluginsfolder of your server - Restart your server or enable plugin via PlugmanX
Base setup
Found inside plugins folder LazyChat-M. Then, open config.yml
Find languge inside options and change language to you prefer. Done!
yml
config-version: 5 # DO NOT CHANGE
# @ @@@ @@@@@ @ @ @@@ @ @ @@@ @@@@@ @ @ @@@ @@@@ @@@@@ @@@@ @ @
# @ @ @ @ @ @ @ @ @ @ @ @ @@ @@ @ @ @ @ @ @ @ @@ @
# @ @@@@@ @ @ @ @@@@@ @@@@@ @ @@@@ @ @ @ @ @ @ @ @@@@ @@@@ @ @ @
# @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @@
# @@@@@ @ @ @@@@@ @ @@@ @ @ @ @ @ @ @ @@@ @@@@ @@@@@ @ @ @ @
options:
language: English # Available: English, Russian, Ukrainian
enable-logging: true # Enables logging to console.
default: local # Chat that will be used by default
# Enables some experiments like .json for chats or databases for mutes.
experiments:
jsonForChats: false
databasesForMute: false
# ... other sections ...