I want to send a message to a player, but
import org.spongepowered.api.text.message.Messages
isn’t working. It seems, that this isn’t implemented yet? Please help. I use Eclipse (gradle).
I want to send a message to a player, but
import org.spongepowered.api.text.message.Messages
isn’t working. It seems, that this isn’t implemented yet? Please help. I use Eclipse (gradle).
The Message API has been replaced by the newer Text API. The docs are currently outdated, but I have a pull request that will be complete as soon as the Selector implementation/updated API is finished. You can see my updates here.