Provides LuckPerms placeholders for modded Fabric 1.20.1 server.
Tips : Use Styled Player List and Styled Chat.
This project is a fork of LuckPermsPlaceholders by lucko.
You can get the official latest versions here.
To build LuckPermsPlaceholders:
- Clone the repository:
git clone https://github.com/lucko/LuckPermsPlaceholders.git
cd LuckPermsPlaceholders
- Build the project using Gradle:
./gradlew build
On Windows, use gradlew.bat build
instead.
-
The build process will compile all subprojects, including common and fabric-placeholderapi.
-
After a successful build, you can find the compiled JAR files in their respective
build/libs
directories:
- Fabric PlaceholderAPI:
fabric-placeholderapi/build/libs/LuckPerms-Fabric-PlaceholderAPI-Hook.jar
Note: Make sure you have JDK 17 or later installed on your system before building.
You need to place LuckPerms-Fabric-PlaceholderAPI-Hook.jar
from fabric-placeholderapi/build/libs
folder in the server mods folder, located at /mods/
.