Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
XTransfer
Features
- Developer API
- Whitelist of Player UUID's
- Token Whitelist via Paper's Cookie System.
- Customizable and developer-friendly
Commands
/xtransfer(or your custom Option) - Permission:transferpacket.command.<commandName>
Permissions
xtransfer.command.<commandName>.transferxtransfer.command.<commandName>.whitelistxtransfer.command.<commandName>.whitelist.listxtransfer.command.<commandName>.whitelist.playerxtransfer.command.<commandName>.whitelist.player.addxtransfer.command.<commandName>.whitelist.player.removextransfer.command.<commandName>.whitelist.tokenxtransfer.command.<commandName>.whitelist.token.addxtransfer.command.<commandName>.whitelist.token.remove
Developer API
Use our repo to Download the API
Project Setup
To access the API use the XTransferAPI Menthods and interact with the plugin.
Note: Please add the Plugin TransferPacket as depend! And check the enabled status.
repositories {
mavenCentral()
maven("https://repo.jespersen.zip/releases")
}
dependencies {
compileOnly("zip.jespersen:xtransfer:<version>")
}


