All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.net.fabiozumbi12.UltimateChat.Bukkit.hooks.UCPHAPIHook Maven / Gradle / Ivy

The newest version!
package br.net.fabiozumbi12.UltimateChat.Bukkit.hooks;

import me.clip.placeholderapi.PlaceholderAPI;
import org.bukkit.entity.Player;

public class UCPHAPIHook {

    public String setRelationalPlaceholders(Player sender, Player receiver, String text){
        return PlaceholderAPI.setRelationalPlaceholders(sender, receiver, text);
    }

    public String setPlaceholders(Player sender, String text){
        return PlaceholderAPI.setPlaceholders(sender, text);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy