OTAPI 2.0.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package OTAPI --version 2.0.0.11
                    
NuGet\Install-Package OTAPI -Version 2.0.0.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OTAPI" Version="2.0.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OTAPI" Version="2.0.0.11" />
                    
Directory.Packages.props
<PackageReference Include="OTAPI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OTAPI --version 2.0.0.11
                    
#r "nuget: OTAPI, 2.0.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=OTAPI&version=2.0.0.11
                    
Install OTAPI as a Cake Addin
#tool nuget:?package=OTAPI&version=2.0.0.11
                    
Install OTAPI as a Cake Tool

The Open Terraria API (OTAPI) is the core for the new generation of Terraria Server and Client mods.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OTAPI:

Package Downloads
Orion.Core

Orion.Core provides the next generation of Terraria Server APIs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.50 7,741 3/2/2022
2.0.0.49 856 2/28/2022
2.0.0.48 900 2/25/2022
2.0.0.47 4,870 11/24/2021
2.0.0.46 702 11/23/2021
2.0.0.45 797 11/19/2021
2.0.0.44 686 7/19/2021
2.0.0.43 2,407 5/16/2021
2.0.0.42 940 4/22/2021
2.0.0.41 919 4/8/2021
2.0.0.40 1,232 11/12/2020
2.0.0.39 930 10/15/2020
2.0.0.38 843 10/13/2020
2.0.0.37 2,363 6/4/2020
2.0.0.36 1,892 5/23/2020
2.0.0.35 1,129 5/21/2020
2.0.0.34 896 5/21/2020
2.0.0.33 1,290 5/17/2020
2.0.0.32 1,891 10/25/2018
2.0.0.31 3,551 12/9/2017
2.0.0.30 1,700 5/17/2017
2.0.0.29 2,185 5/16/2017
2.0.0.28 1,601 5/15/2017
2.0.0.27 1,793 5/1/2017
2.0.0.26 1,711 4/26/2017
2.0.0.25 1,748 4/25/2017
2.0.0.24 1,644 4/25/2017
2.0.0.23 1,575 4/24/2017
2.0.0.22 1,664 4/21/2017
2.0.0.21 1,635 4/21/2017
2.0.0.20 1,592 4/20/2017
2.0.0.19 1,662 4/19/2017
2.0.0.18 1,598 4/19/2017
2.0.0.17 1,678 3/21/2017
2.0.0.16 1,917 1/2/2017
2.0.0.15 1,859 12/14/2016
2.0.0.14 1,743 12/13/2016
2.0.0.13 1,725 12/12/2016
2.0.0.12 1,795 12/10/2016
2.0.0.11 1,699 12/10/2016
2.0.0.10 1,703 12/7/2016
2.0.0.9 1,703 12/6/2016
2.0.0.8 1,636 12/6/2016
2.0.0.7 1,681 12/4/2016
2.0.0.6 1,704 12/1/2016
2.0.0.5 1,719 11/25/2016
2.0.0.4 1,710 11/19/2016
2.0.0.3 1,771 11/18/2016
2.0.0.2 1,658 11/17/2016
2.0.0.1 1,702 11/16/2016
2.0.0 1,690 10/16/2016
0.2.21 1,669 10/14/2016
0.2.20 1,638 10/4/2016
0.2.19 1,850 9/13/2016
0.2.18 2,117 9/13/2016
0.2.17 1,905 8/13/2016
0.2.16 1,982 8/6/2016
0.2.15 1,901 8/6/2016
0.2.14 1,899 8/2/2016
0.2.13 2,380 7/30/2016
0.2.12 1,938 7/25/2016
0.2.11 1,957 7/24/2016
0.2.10 1,894 7/22/2016
0.2.9 1,762 7/21/2016
0.2.8 1,957 7/20/2016
0.2.7 1,869 7/18/2016
0.2.6 1,912 7/17/2016
0.2.5 2,010 7/16/2016
0.2.4 2,016 7/15/2016
0.2.3 2,023 7/15/2016
0.2.2 2,097 7/12/2016
0.2.1 1,867 6/30/2016
0.2.0 1,848 6/10/2016

Corrected pressure plate hook to use IEntity instead of Terraria.Entity
Removed messageType from Net.ReceiveData as Packet Id should be used
Fixed NPC Strike hook result. It's now a Double rather than Int32