Palforge.Templates
1.0.0
dotnet new install Palforge.Templates@1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Palforge.Templates
dotnet new templates for building Palforge plugins —
clean-room .NET 10 mods for Palworld dedicated servers.
Install
dotnet new install Palforge.Templates
Use
Scaffold a plugin, optionally pointing it at your server so a build deploys it automatically:
dotnet new palforge-plugin -n MyPlugin \
--DeployDirectory "C:\Program Files (x86)\Steam\steamapps\common\PalServer\Pal\Binaries\Win64"
dotnet build then produces the plugin (referencing Palforge compile-only) and, when a deploy directory
is set, copies it into …\Win64\Palforge\Plugins\MyPlugin.
Templates
| Short name | Description |
|---|---|
palforge-plugin |
A Palworld dedicated-server plugin: a typed hook, live-game reads, options, and deploy-on-build. |
Links
- Repository — https://github.com/AerafalDev/Palforge
- Documentation — https://aerafaldev.github.io/Palforge
License
MIT © Aerafal
This package has no dependencies.
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 |
|---|---|---|
| 1.0.0 | 35 | 7/31/2026 |