Recent content by zewtastic

  1. Z

    Question about sending events to Discord.

    Ok so now I have it tamed. I have never seen one of those Embeds before. Always have had images off.
  2. Z

    Question about sending events to Discord.

    NM. I found the problem. I checked Embeds | Discord.js Guide and realized I might have something off. I had images off. Now I see it. LOL
  3. Z

    Question about sending events to Discord.

    Ok, sounds like I'm not understanding DEMBED then. Since I'm not seeing anything in my channel that I set in DEMBED. Just to clarify - using DEMBED should push those parameters into the Discord channel, if I use it correctly? So DEMBED allows me to modify the visuality of the Discord chat...
  4. Z

    Question about sending events to Discord.

    Went with this: .DSAY:{player_killer_name} just killed a {zombie_killed_name}!! Worked great! A bit spammy of course. :blush:
  5. Z

    Question about sending events to Discord.

    I would like to send events that occur in server to Discord. Such as a zombie kill, or player leveling. Any tips on if or how to do this?
  6. Z

    Teleport Destinations not updating in the RAT when users add them?

    Is this a big? Or am I missing something? When a user adds a teleport destination, it does not show up in the Teleport Destinations Tab. It also does not show up for the player list, when I right-click on the player and choose teleport->destinations. Any tips on what I'm missing?
  7. Z

    Anyone get bc-spawn to work?

    I'm trying to code zombies to spawn at a players location, even in buildings. Since bc-spawn has loc ability I thought it would be great but it does not seem to work for me. 4. bc-spawn entity <entityClassName> <x> <y> <z> It doesn't seem to recognize entity class or loc info.
  8. Z

    Hey Trekkan. What language are you using?

    Hi Trekkan. I am interested in learning how to write tools like the RAT. What language and tools do you use for your creations? I can program in php ok, would it be beyond me to learn?