1. Play on the ImDeity Minecraft Multiplayer server -- Goto the "Multiplayer" section of Minecraft and type "mc.imdeity.com" to join!
    Dismiss Notice

Comments on Profile Post by KILL3RTACO

  1. KILL3RTACO
  2. cliff777
    cliff777
    Nice :D Now to make a command to register and create new commands :o
    December 29, 2013
  3. Majora_Unmasked
    Majora_Unmasked
    Is there a version of this that would work for Client-side mods?
    January 3, 2014
  4. KILL3RTACO
    KILL3RTACO
    I haven't really dwelled to deeply into client-side mods... But if I make a mod that requires commands then maybe I will make one... Making a mod there Majora?
    January 3, 2014
  5. Majora_Unmasked
    Majora_Unmasked
    Maybe ;)
    January 3, 2014
  6. KILL3RTACO
    KILL3RTACO
    If you have a working piece of code for when a command is sent then perhaps I could do it relatively soonish since I'm bored
    January 3, 2014
  7. Majora_Unmasked
    Majora_Unmasked
    Well for the past month I've been trying to make a help command for my ACM mod. So when someone type /acmhelp or something, it shows a list of commands and stuff from there. It uses forge btw
    January 3, 2014
  8. Majora_Unmasked
    Majora_Unmasked
    Just several lines of Minecraft.getMinecraft().thePlayer.addChatMessage("here is a message") basically, for that command. The more advanced stuff (which Btarb helped with) is automatic though
    January 3, 2014
  9. KILL3RTACO
    KILL3RTACO
    Singleplayer, Multiplayer, or both? Also it seems that Forge for 1.7 isn't out yet :p
    January 3, 2014
  10. KILL3RTACO
    KILL3RTACO
    addChatMessage() would seem like it makes the player say something, not get something the player said? :p
    January 3, 2014
  11. Majora_Unmasked
    Majora_Unmasked
    It's singleplayer. And addChatMessage returns a message only the user can see :p
    January 3, 2014
  12. KILL3RTACO
    KILL3RTACO
    Ah, well that's useful.
    January 3, 2014
  13. Majora_Unmasked
    Majora_Unmasked
    Yeah. The mod all this is for is a Chat Moderation mod. Basically whenever certain words (what words the mod looks for are the user's choice) are said in chat, a screenshot is taken. It would then .addChatMessage("[ACM]: Screenshot saved.")
    January 4, 2014
  14. KILL3RTACO
    KILL3RTACO
    You may want to add a disclaimer saying that it may eat up computer memory if you choose a command word (like "the") :p
    January 4, 2014
  15. Majora_Unmasked
    Majora_Unmasked
    XD I'll do that
    January 4, 2014