Wiktor Józwiak

Results 7 issues of Wiktor Józwiak

Players when logged in from a limbo server would be moved to the lobby with the fewest players.

enhancement

Add a **/lauth info ** command whose return avaliable data from database. Example after execute command: Informations about Player1: IP: UUID: Account type: Register date:

enhancement

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...

enhancement

Adding an option/placeholder that will allow centering of text in MOTD.

Velocity support

enhancement
help wanted
good first issue

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 ``` ![obraz](https://github.com/user-attachments/assets/9a560618-2b65-4056-93e2-db22d7178c78) ![obraz](https://github.com/user-attachments/assets/d106ae08-c85c-4dec-a690-57a4bbcb3118) ```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:...