- Developer API
- Whitelist of Player UUID's
- Token Whitelist via Paper's Cookie System.
- Customizable and developer-friendly
/transferpacket(or your custom Option) - Permission:transferpacket.command.<commandName>
transferpacket.command.<commandName>.transfertransferpacket.command.<commandName>.whitelisttransferpacket.command.<commandName>.whitelist.playertransferpacket.command.<commandName>.whitelist.player.addtransferpacket.command.<commandName>.whitelist.player.removetransferpacket.command.<commandName>.whitelist.tokentransferpacket.command.<commandName>.whitelist.token.addtransferpacket.command.<commandName>.whitelist.token.remove
Use our repo to Download the API
To access the API use the TransferPacketAPI Menthods and interact with the plugin.
Note: Please add the Plugin TransferPacket as depend! And check the enabled status.
repositories {
mavenCentral()
maven("https://repo.crystopia.net/releases")
}
dependencies {
compileOnly("dev.jesforge:transferpacket:0.1.0")
}