Skip to content

Placeholders API integration for LuckPerms Fabric 1.20.1.

License

Notifications You must be signed in to change notification settings

Teyk0o/placeholders-fabric

 
 

Repository files navigation

LuckPermsPlaceholders Fabric 1.20.1

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.

Downloads

You can get the official latest versions here.

Build

To build LuckPermsPlaceholders:

  1. Clone the repository:
git clone https://github.com/lucko/LuckPermsPlaceholders.git
cd LuckPermsPlaceholders
  1. Build the project using Gradle:
./gradlew build

On Windows, use gradlew.bat build instead.

  1. The build process will compile all subprojects, including common and fabric-placeholderapi.

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

Installation

PlaceholderAPI Fabric

You need to place LuckPerms-Fabric-PlaceholderAPI-Hook.jar from fabric-placeholderapi/build/libs folder in the server mods folder, located at /mods/.

About

Placeholders API integration for LuckPerms Fabric 1.20.1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%