mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Add setrnd command (#1846)
* Add setrnd command * Make rand private * Add console-like argument behaviour * Remove unused using declarations * Add german and english translations * Improve translation, Add notice to config README, Add check wheather arguments are provided * Add some comments * Remove typo * Add %player% constant to setrnd * Remove test variable and add comments * Remove typo * Reverse changes * Remove translations
This commit is contained in:
parent
333358c73b
commit
381b8ea7d1
5 changed files with 149 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
<Compile Include="AutoTimeout.cs" />
|
||||
<Compile Include="ChatBots\AutoDrop.cs" />
|
||||
<Compile Include="ChatBots\Mailer.cs" />
|
||||
<Compile Include="Commands\SetRnd.cs" />
|
||||
<Compile Include="Protocol\JwtPayloadDecode.cs" />
|
||||
<Compile Include="Protocol\Handlers\PacketPalettes\PacketPalette118.cs" />
|
||||
<Compile Include="Protocol\MojangAPI.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue