mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add command for dropping items from inventory (#1581)
* Add command for dropping items from inventory * Allow other container to be used
This commit is contained in:
parent
f7e74c76c2
commit
1cd7c098c3
3 changed files with 62 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
|||
<Compile Include="ChatBots\AutoDrop.cs" />
|
||||
<Compile Include="ChatBots\Mailer.cs" />
|
||||
<Compile Include="ChatBots\ReplayCapture.cs" />
|
||||
<Compile Include="Commands\DropItem.cs" />
|
||||
<Compile Include="Commands\Entitycmd.cs" />
|
||||
<Compile Include="ChatBots\Alerts.cs" />
|
||||
<Compile Include="ChatBots\AntiAFK.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue