Anston06's Recent Activity
-
Anston06 posted a new thread.
1.19 How to set bounding or collision box in NMS
I am trying to set the bounding box (collision box) of an entity. I am using Mojang mapped NMS to make my custom entity and I noticed...
Forum: Spigot Plugin Development
Jun 25, 2022 at 5:34 PM -
Anston06 replied to the thread Solved How to put a filled map that already exists in the world in an item frame.
I solved it. I had to use MapMeta instead of Damageable and just use what unfear said and put mapMeta.setMapView(mapView);
Jun 22, 2022 at 7:11 PM -
Anston06 replied to the thread Solved How to put a filled map that already exists in the world in an item frame.
You're misunderstanding. I don't want the ID of "filled map" or the actual item. I want whatever map number. See this:...
Jun 22, 2022 at 5:37 PM -
Anston06 posted a new thread.
Solved How to put a filled map that already exists in the world in an item frame
I have a map that has an ID of 107 already in the world. I would like a command to spawn an item frame that has a filled map of that ID,...
Forum: Spigot Plugin Development
Jun 22, 2022 at 1:19 AM