Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/05/18 in all areas

  1. But when you finally solve that painful thing that you’ve been working on for a week it’s all worth it
    1 point
  2. The documentation explains the commands here.
    1 point
  3. I think its important to note that MCP was NOT made by Mojang, and that amazing amounts of work have to be put into this tool every version to keep it up to date and readable! Every variable in Minecraft source code has obfuscated names and every variable in Decompiled code that has a logical name was named by someone who took the time to understand the variable and what it does enough to name it.
    1 point
  4. The game won't let me click a block with the item, so it's not called. The top slab seems to be blocking the full place box
    1 point
  5. ((EntityPlayerMP)player).playerNetServerHandler.kickPlayerFromServer("kick message here"); Just remember to do your imports. player is Entity getting kicked, if you want to kick on command (ex. in my case command sender ) do sender instaed of player. This answer is provided by We @ #Minecraftforge
    1 point
×
×
  • Create New...

Important Information

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