- Developer API
- Whitelist of Player UUID's
- Token Whitelist via Paper's Cookie System.
- Customizable and developer-friendly
/xtransfer(or your custom Option) - Permission:transferpacket.command.<commandName>
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
Use our repo to Download the API
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>")
}