Để cài đặt GeyserMC nhằm cho phép người chơi PE vào server:
1. Hãy tải Plugin GeyserMC tại đây và tải Floodgate tại đây .
2. Vào thư mục plugins tại phần Tập tin trên web Panel Asaka Cloud .
3. Kéo 2 plugin bạn vừa tải vào trong trình duyệt hoặc là dùng nút tải lên sau đó restart server
4. Mở config Geyser, thường nằm tại đường dẫn plugins/Geyser-Spigot/config.yml và tìm các dòng như sau:
# The port that will listen for connections. This is the port that Bedrock players will use to connect to your server.
port : 19132
# Some hosting services change your Java port everytime you start the server and require the same port to be used for Bedrock.
# This option makes the Bedrock port the same as the Java port every time you start the server.
# This option is for the plugin version only.
clone-remote-port : false
+ Hãy chỉnh phần
19132
sang port server của bạn
+ Chỉnh phần
clone-remote-port
:
false
thành
clone-remote-port
:
true
Sau đó, tìm đến các dòng như sau:
port : 25565
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
# For plugin versions, it's recommended to keep the `address` field to "auto" so Floodgate support is automatically configured.
# If Floodgate is installed and `address:` is set to "auto", then "auth-type: floodgate" will automatically be used.
auth-type: online
+ Hãy chỉnh
25565
sang port server của bạn.
+ Chỉnh phần
online
sang
floodgate
Sau khi chỉnh xong, hãy lưu file lại và sang config Floodgate, thường có đường dẫn tại plugins/floodgate/config.yml, sau đó tìm các dòng:
username-prefix: "."
Bạn hãy xoá dấu
.
ở bên trong dấu ngoặc kép ( "") , đổi thành
username-prefix: ""
Sau đó khởi động lại và thử vào server bằng IP và Port hiện tại của host của bạn.
Nếu quá khó hiểu, bạn có thể tham khảo video dưới đây, hoặc nhờ hỗ trợ cài đặt GeyserMC một cách miễn phí tại Livechat hoặc tạo ticket tại đây để được hỗ trợ cài đặt!