• Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Search results

  1. TechKingHQ

    Rock, Paper, Scissors!

    Hey there! This command will allow you to play Rock, Paper, Scissors with your LEET Server! Usage: /rps <Rock | Paper | Scissors> -------------------------- cmd create rps Rock, paper, scissors! cmd add rps if %args%[1] = \"help\" then goto 11 cmd add rps let %selection% =...
  2. TechKingHQ

    Player Information

    Name: Info Purpose: Check your information as well as other players' information. Usage: /info [<player>] cmd create info Player information cmd add info if varset(%args%[1]) then goto 21 cmd add info %status% = playerstatus(%p%) cmd add info %xx% = %status%["x"] cmd add info %yy% =...