Instalace Pluginů
Using the NFive Plugin Manager (nfpm
) is the recommended way to install plugins into your Five server.
You can use visit the NFive plugin hub or use nfpm search
to find available plugins.
Jak instalovat
Z terminálu v adresáři serveru můžete spouštět:
nfpm install <plugin>
nfpm install <plugin>@<version>
Where <plugin>
is expected to be a published plugin from the NFive plugin hub, however nfpm
also supports installing from other sources.
Doporučené Pluginy
Bez zásuvných modulů se klienti budou moci připojit, ale nespatří do světa her. Pokud se chcete dostat zahájen s NFive rychle, jsou doporučeny následující pluginy jako minimum pro hřiště serveru:
- Loading Screen - A basic demo loading screen.
- Start - An example of allowing connected players to spawn so they can play.
Ty mohou být instalovány s:
nfpm install NFive/plugin-loadingscreen NFive/plugin-start
Once you have installed the basic plugins you can move on to starting the server.