
Trust API
Directional trust API for Paper plugins with optional Skript syntax.
Features
- Java API:
TrustService(trust,untrust,trusts,getTrusted) - Service registration through Bukkit
ServicesManager - Persistence to
plugins/Trust API/trusts.yml - Skript effect:
make %player% trust %player%make %player% to trust %player%make %player% not trust %player%
- Skript condition:
%player% trusts %player%
- Command:
/trust add <player> [trusted]/trust remove <player> [trusted]/trust list [player](opens chest GUI with trusted player heads)
Skript usage
command /testtrust:
trigger:
make player to trust arg-1
command /testuntrust:
trigger:
make player not trust arg-1
on damage:
attacker is a player
victim is a player
if attacker trusts victim:
send "You trust this player." to attacker
Java usage
import me.thesnowbound.trustAPI.api.TrustApiProvider;
TrustApiProvider.get().ifPresent(service -> {
if (service.trusts(attacker.getUniqueId(), victim.getUniqueId())) {
// your logic
}
});
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Trust API-1.0.jar — drop this file into the mods folder
- Download size: 20 KB
- Download link checked 23 Aug 2026 — working
These come from our own check of the pack file, not from the source page.