Jump to content

yellowscissors

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by yellowscissors

  1. I did attempt at searching, but I couldn't find what I was looking for. A search on this forum for "Broadcast message". The only thread that seemed to have yielded a solution was (http://www.minecraftforge.net/forum/index.php/topic,5309.msg29091.html#msg29091) which was using a for loop and sendChatToPlayer. He was looking for a better solution, but was never given any. Even searching and finding what appears to be a valid answer can turn up being useless due to all the syntax changes. For example, the suggested PacketDispatcher.sendPacket(new Packet3Message(String)); is no longer correct. It looks like the syntax is changed to: PacketDispatcher.sendPacketToAllPlayers(new Packet3Chat(message)); Is there some place that documents these changes? It appears the correct syntax Is there any resource that lists all of the functions and whatnot? I'd gladly search through a reference manual of sorts rather than hoping someone else had asked my question already or post asking it myself. Thanks for the answers by the way.
  2. What is the command to send a message to all players on the server?
  3. Hi All, I attempted to update a mod from 1.5.2 (738) to 1.61 (755). I made the needed changes to texture/resource kit. I then tested the mod and the textures were showing up correctly, but I could not climb any of the custom ladders I placed. I tried looking to see if there were any changes in forge from 1.5.2->1.6.1 in how ladders were handled, but I did not see anything. Is there something I missed that I need to change to allow ladders to work in 1.6.1? Thanks
×
×
  • Create New...

Important Information

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