Wiktor Józwiak
Wiktor Józwiak
Players when logged in from a limbo server would be moved to the lobby with the fewest players.
Add a **/lauth info ** command whose return avaliable data from database. Example after execute command: Informations about Player1: IP: UUID: Account type: Register date:
Ability to use a **/alert** command with following subcommands >> title, actionbar or chat Command syntax /alert Example command: /alert title global &bHello%nl%&7It's a subtitle That's should return a title...
Adding an option/placeholder that will allow centering of text in MOTD.
Changed the format of the images array. The loc property, which previously held a direct URL string, is now an object with a href property containing the URL. Previously, when...
This is our env variables: ```env NGINX_WS_SCHEME=wss NGINX_HTTP_SCHEME=https ```   ```docker services: nginx: image: "nginx:1.21.3" ports: - "${NGINX_SERVICE_PORT}:80" volumes: - /etc/nginx/sites-available/tasks.conf:/etc/nginx/conf.d/default.conf restart: unless-stopped networks: - internal-services - nginx-public mongodb:...