Hello, I've been trying to make an item collector for a gen server but i dont know how to go about it. So far this is what I have for the gui: on rightclick on barrel: cancel event set metadata tag "ic" of player to chest inventory with 10 rows named "&e&lItem Collector" set slot (integers between 0 and 8) of metadata tag "ic" of player to gray stained glass pane named " " #set slot (integers between 45 and 54) of metadata tag "ic" of player to gray stained glass pane named " " set slot (9, 17, 18, 26, 27, 35, 36, 44, 45, 53) of metadata tag "ic" of player to gray stained glass pane named " " set slot 4 of metadata tag "ic" of player to orange stained glass pane named "&6&lSellwand Slot" #set slot 12 of metadata tag "ic" of player to pink wool named "&d&lColor" #set slot 14 of metadata tag "ic" of player to diamond pickaxe named "&b&lTools" #set slot 16 of metadata tag "ic" of player to chest named "&f&lMiscellaneous" open (metadata tag "ic" of player) to player (a gen server has gens that spawn items above them and an item collector, instead of having the items spawn above the gen, it is put into the inventory of the collector, the player can then sell the items in the collector)
#Item Collector Gen server
1 messages · Page 1 of 1 (latest)
Try to explain yourself the steps you wanna take to get that what u want
We're happy to help but we not gonna give you the whole idea/pseudo code
Like how do you wanna save the stored items
Then next how to display the stored items
lol while trying to explain it I think I solved it, but ill come back if it doesn't work. Thanks!
Thats the magic of explaining
Yea i thought of a different way to do it