I'm executing a command from within my mod that spits out a location. Is there a way I can read the output of that command? I tried subscribing to chatclient events, but they don't seem to capture the feedback. Any help would be appreciated. Thanks!
Hello, is there a way I can get an entity's location by referencing it's name similar to the following command: "/data get entity @e[name="special_portal\,limit=1] Pos". I'm on 1.16.5 and I can't seem to find anything about this. Thanks!
Yeah unfortunately there are some commands that another mod makes available and I want to call those. Sounds weird, but there's a reason for it, trust me haha. Problem I'm facing right now is I can't seem to get a server instance that isn't null...
Ok will do. I would recommend being a little more polite in the future also. I've seen a number of your posts and many of them come across as pretty rude and condescending. Don't assume that because someone is asking a question you think is stupid, he's deserving of that sort of attitude. Ignorance isn't stupidity.
Hello. I'm creating an item that executes a command when you use it. Don't ask why, there's a reason why I'm going this route instead of just calling the code the command actually executes. Can someone help with this? Everything resource I've found has been for older versions. Would appreciate any help you can provide. Thank you!