Minecraft-Console-Client/MinecraftClient/Commands
Рома Данилов d120001d70
Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024)
* Update Program.cs

* Update Entity.cs

Add Entity.Name

* Update Program.cs
* Update Entity.cs

Add break;

* Update Entity.cs

* Update Inventory.cs

Add /inventory 0 creative <slot> <item> <count>

* Update PacketOutgoingType.cs

+ CreativeInventoryAction

* Update Protocol16.cs

+ SendCreativeInventorAction

* Update Protocol18.cs

+ SendCreativeInventorAction

* Update IMinecraftCom.cs

+ SendCreativeInventorAction

* Update McTcpClient.cs

+ DoCreativeInventorAction

* Update ChatBot.cs

+ CreativeInventorAction

* Update McTcpClient.cs
* Update ChatBot.cs
* Update Inventory.cs

Add show count

* Update ChatBot.cs

+ ChatBot fix

* Update Inventory.cs

Inventory update and Fix

* Update Entity.cs
* Update McTcpClient.cs
* Update Program.cs
* Update Protocol16.cs
* Update Protocol18.cs
* Update IMinecraftCom.cs
* Update Entity.cs
2020-05-25 21:16:53 +02:00
..
ChangeSlot.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Connect.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Debug.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Exit.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Health.cs Fix command Health command name not changed 2020-04-09 20:50:34 +02:00
Inventory.cs Add Entity.Name & /inventory 0 creative <slot> <itemtype> <count> (#1024) 2020-05-25 21:16:53 +02:00
List.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Log.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Look.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Move.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Reco.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Respawn.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Script.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Send.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Set.cs Give access to AutoRespond matches inside scripts 2020-03-27 21:39:06 +01:00
Sneak.cs tiny improve of sneak command 2020-05-23 18:07:19 +02:00
UseItem.cs Interact with inventories 2020-03-29 18:41:26 +02:00