Jump to content

namarino41

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

namarino41's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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!
  2. 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!
  3. 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...
  4. 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.
  5. I know how to call methods, thanks. There are other things you need to pass into those methods that I can't get, like the commandsource.
  6. Those were hardly answers. Would be nice to be given some examples. Could you provide us with some more help?
  7. Can anyone give me a little more detail? I'm on 1.16.5.
  8. 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!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.