Trust API
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #263 of 278 paper mods in this game by downloads
📋 About This Mod
# 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> ` - `/trust remove <player> ` - `/trust list ` (opens chest GUI with trusted player heads) ## Skript usage ```skript 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 ```java import me.thesnowbound.trustAPI.api.TrustApiProvider; TrustApiProvider.get().ifPresent(service -> { if (service.trusts(attacker.getUniqueId(), victim.getUniqueId())) { // your logic } }); ```
# 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
` - - `/trust remove
` - - `/trust list ` (opens chest GUI with trusted player heads)
## Skript usage
```skript 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
```java import me.thesnowbound.trustAPI.api. TrustApiProvider;
TrustApiProvider.get().ifPresent(service -> { if (service.trusts(attacker.getUniqueId(), victim.getUniqueId())) { // your logic } }); ```
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- EternalFrost
- Version
- 1.0
- Downloads
- 32
- Endorsements
- 0
- Category
- paper
- Created
- 5/7/2026
- Updated
- 5/1/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Trust API support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of Trust API?
Version 1.0, published 2026-05-01 with 32 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await