update to v2.2.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//package script
|
||||
|
||||
import org.bukkit.Bukkit
|
||||
import org.bukkit.entity.Player
|
||||
|
||||
//def tell = player.&sendMessage
|
||||
def tell(Object raw){
|
||||
player.sendMessage(raw.toString())
|
||||
}
|
||||
Reference in New Issue
Block a user