Posted March 6, 20214 yr Hi! I am very, very new to Java coding and Minecraft Plugins and I want to know how to give a player an item when they join the world. For instance,when you join the server you will get a rule book with link to our website (I have the book sorted out, I just need to be able to run the /give command). Once again I am very new so please explain in the simplest terms and maybe even try to supply as much code as possible. Thanks!
March 6, 20214 yr Author 3 hours ago, poopoodice said: You should be able to give the item in PlayerEvent.PlayerLoggedInEvent. Thanks! How do I actually give the player the item though?
March 6, 20214 yr 8 minutes ago, Shynee said: How do I actually give the player the item though? use ItemHandlerHelper#giveItemToPlayer
March 6, 20214 yr Author 4 hours ago, Luis_ST said: use ItemHandlerHelper#giveItemToPlayer Amazing! As I said, I am very new to this so if I wanted to give them a book, what would the command be to do that? Thanks for all the help!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.