Posted November 20, 20195 yr Hello, I need some help with sending items using packets. This is so I can give players items if they are on creative mode on a server. Is there anywhere where I can learn to do this? 1.14
November 20, 20195 yr 6 minutes ago, Owen1212055 said: Is there anywhere where I can learn to do this? You've come to the right place there is no tutorial out there that specific. 6 minutes ago, Owen1212055 said: Hello, I need some help with sending items using packets. Under what circumstances are you sending the packet? Why do you need the packet? VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
November 20, 20195 yr Author 3 minutes ago, Animefan8888 said: You've come to the right place there is no tutorial out there that specific. Under what circumstances are you sending the packet? Why do you need the packet?
November 20, 20195 yr Where is the packet coming from? Why aren't you writing code to directly give the player an item? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
November 20, 20195 yr Author 12 minutes ago, Draco18s said: Where is the packet coming from? Why aren't you writing code to directly give the player an item? Well don't you have to send a packet to the server if you want to send an item to a player on a multiplayer server?
November 20, 20195 yr Author This is a client-side mod and doesn't add any new items to the game. Edited November 21, 20195 yr by Owen1212055
November 21, 20195 yr Author Since when I try to add an item when on creative mode on a multiplayer server I cannot place down that block until I open my inventory.
November 21, 20195 yr What are you trying to do, from a player's perspective? About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
November 21, 20195 yr Author Just now, Cadiboo said: What are you trying to do, from a player's perspective? By typing .load in chat, it will give the player an item. This is in multiplayer when the player is in creative.
November 21, 20195 yr In creative mode the client dictates the inventory so you should just be able to use normal "add item stack to inventory" code to accomplish what you want. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
November 21, 20195 yr Author 7 minutes ago, Cadiboo said: In creative mode the client dictates the inventory so you should just be able to use normal "add item stack to inventory" code to accomplish what you want. When I do that though, the player cannot place the block down until they open their inventory. It acts almost like a ghost item (it disappears when opening a container). Would I be able to manually "refresh" the inventory? Edited November 21, 20195 yr by Owen1212055
November 21, 20195 yr I would check what happens in vanilla when an item is added to the inventory in creative About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
June 20, 20205 yr On 11/21/2019 at 9:16 AM, diesieben07 said: CCreativeInventoryActionPacket is what you need as far as I can tell. Check CreativeScreen for how its used. thx god ^^
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.