Giving items to a player
To give an item to a player you can use the AddItemToInventory
method on the Player
class.
You can find all in-game items in the ItemID enum. In 1.5.2 there is more than 700 items!
Last updated
To give an item to a player you can use the AddItemToInventory
method on the Player
class.
You can find all in-game items in the ItemID enum. In 1.5.2 there is more than 700 items!
Last updated