Anmelden

Deinen Client konfigurieren

Die Verwendung von Drasl auf dem Client erfordert einen Drittanbieter-Launcher, der benutzerdefinierte API-Server unterstützt. Fjord Launcher, ein Fork von Prism Launcher, wird empfohlen, aber HMCL funktioniert ebenfalls. Beide sind kostenlos und quellenoffen.

Fjord Launcher

  1. Klicke auf dein Konto oben rechts und wähle "Konten verwalten..." aus.
  2. Klicke in der rechten Seitenleiste auf "authlib-injector hinzufügen".
  3. Gib deinen Spielernamen und dein Drasl-Passwort oder deinen Minecraft-Token ein und verwende https://skin.dzwmhyk.top/authlib-injector als URL. Klicke auf „OK“.

HMCL

  1. Go to the “Account List” view by clicking the account at the top of the sidebar.
  2. At the bottom left, click “New Auth Server” and enter https://skin.dzwmhyk.top/authlib-injector. Click “Next” and then “Finish”.
  3. In the sidebar, click the newly-added authentication server, labeled “Drasl”. Enter your Drasl player name and password and click “Login”.

Other launchers

Use the authlib-injector URL https://skin.dzwmhyk.top/authlib-injector.

Configuring your server

Minecraft 1.16 and later

On recent versions of Minecraft, you can use Drasl on an unmodified Vanilla server. To do so, add the following arguments before you specify the jar file when you start the server:

-Dminecraft.api.env=custom
-Dminecraft.api.auth.host=https://skin.dzwmhyk.top/auth
-Dminecraft.api.account.host=https://skin.dzwmhyk.top/account
-Dminecraft.api.profiles.host=https://skin.dzwmhyk.top/account
-Dminecraft.api.session.host=https://skin.dzwmhyk.top/session
-Dminecraft.api.services.host=https://skin.dzwmhyk.top/services
-Dminecraft.api.discovery.host=https://skin.dzwmhyk.top/discovery/minecraft/client

For example, the full command you use to start the server might be:

java -Xmx1024M -Xms1024M \
    -Dminecraft.api.env=custom \
    -Dminecraft.api.auth.host=https://skin.dzwmhyk.top/auth \
    -Dminecraft.api.account.host=https://skin.dzwmhyk.top/account \
    -Dminecraft.api.profiles.host=https://skin.dzwmhyk.top/account \
    -Dminecraft.api.session.host=https://skin.dzwmhyk.top/session \
    -Dminecraft.api.services.host=https://skin.dzwmhyk.top/services \
    -Dminecraft.api.discovery.host=https://skin.dzwmhyk.top/discovery/minecraft/client \
    -jar server.jar nogui

All other versions of Minecraft

Download the latest release of Loki. Rename it to Loki.jar and place it next to your server JAR.

Start your server with the argument -javaagent:Loki.jar=https://skin.dzwmhyk.top/authlib-injector. For example, the full command you use to start your server might be:

java -Xmx1024M -Xms1024M \
  -javaagent:Loki.jar=https://skin.dzwmhyk.top/authlib-injector \
  -jar server.jar nogui


Drasl version 4.0.0. Licensed as GPLv3. Source code.