All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Br.API.ktsuger.Suger.kt Maven / Gradle / Ivy

package Br.API.ktsuger

import org.bukkit.entity.Player
import org.bukkit.inventory.ItemStack
import org.bukkit.inventory.meta.ItemMeta


operator fun ItemStack.unaryPlus(): ItemMeta = this.itemMeta
operator fun ItemStack.plusAssign(im: ItemMeta) {
    this.itemMeta = im
}

infix fun Player.msg(msg: String) {
    this.sendMessage(msg)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy