Amethyst.Server 10.2.4

dotnet add package Amethyst.Server --version 10.2.4
                    
NuGet\Install-Package Amethyst.Server -Version 10.2.4
                    
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="Amethyst.Server" Version="10.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Amethyst.Server" Version="10.2.4" />
                    
Directory.Packages.props
<PackageReference Include="Amethyst.Server" />
                    
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 Amethyst.Server --version 10.2.4
                    
#r "nuget: Amethyst.Server, 10.2.4"
                    
#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=Amethyst.Server&version=10.2.4
                    
Install as a Cake Addin
#tool nuget:?package=Amethyst.Server&version=10.2.4
                    
Install as a Cake Tool

Amethyst Banner

Русский

.NET CI NuGet Downloads NuGet Version GitHub License

Amethyst is a modern, high-performance API for Terraria servers, offering complete control and customization over every aspect of your server. Built for developers who demand flexibility and power.

📚 Read the Documentation


🛠️ Installation

Prerequisite: MongoDB must be installed on your machine. Download MongoDB.

  1. Clone the repository:

    git clone https://github.com/realms-developers/Amethyst.API.git
    
  2. Launch the server:

    • Windows:
      start.bat [args]
      
    • Linux:
      ./start.sh [args]
      

⚙️ Configuration

Run multiple server instances with isolated configurations using profiles.

  • Isolated Data: Each profile stores configurations, plugins, and data in /data/<profile>, ensuring complete separation between server instances.
  • Simplified Updates: Update core components, plugins, or modules once, and all profiles inherit the changes—no need to update each server individually.
  • Reduced Clutter: Avoid scattered files by keeping all profile data organized in dedicated directories.

Amethyst dynamically loads configurations based on the profile name. For example, a profile named MyAwesomeServer uses the directory /data/MyAwesomeServer/.

To create and run a profile, use the -profile argument followed by your desired profile name:

  • Windows:
    start.bat -profile MyAwesomeServer
    
  • Linux:
    ./start.sh -profile MyAwesomeServer
    

The server will automatically generate the /data/<profile> directory and populate it with default configurations on first launch.

🧩 Extending Amethyst

Plugin vs Module

Plugins Modules
Loading Dynamic (can be unloaded) Static (startup only)
Use Case Temporary features Core functionality
Location /extensions/plugins/ /extensions/modules/

Development Guide

  1. Install the template package:

    dotnet new install Amethyst.Templates
    
  2. Create your extension:

    • Plugin:
      dotnet new aext-plugin -n MyPlugin
      
    • Module:
      dotnet new aext-module -n MyModule
      
  3. Build and deploy:

    dotnet build -c Release
    

    Copy the output to the appropriate extensions folder.

  4. Enable in-game:

    • Plugin:
      plugins setallow MyPlugin.dll
      plugins reload
      
    • Module:
      modules setallow MyModule.dll
      

You can also download standard modules and plugins from the Amethyst.Standard repository.


📜 Disclaimer

Terraria is a registered trademark of Re-Logic. This project is not affiliated with, sponsored by, or endorsed by Re-Logic. All Terraria assets remain property of their respective owners.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.2.4 118 6/15/2025
10.2.2 102 6/14/2025
10.1.2 131 6/14/2025
9.13.10 166 4/18/2025
9.13.9 169 4/15/2025
9.13.8 95 4/11/2025
9.13.7 177 4/7/2025
9.13.6 88 4/5/2025