Skip to content

v1.1.0

Compare
Choose a tag to compare
@Southclaws Southclaws released this 24 Sep 02:01
· 1035 commits to master since this release

Added an init subcommand to help newcomers to SA:MP bootstrap their servers faster and avoid common pitfalls in the setup process.

Usage: sampctl init followed by the following questions:

  • Hostname - required
  • RCON Password - if left blank, a strong one is generated
  • Port number - default 7777
  • Gamemodes - if gamemodes/ exists, choose one or more gamemodes
  • Filterscripts - if filterscripts/ exists, choose zero or more filterscripts
  • Plugins - if plugins/ exists, choose zero or more .dll/.so files depending on OS

A summary is shown afterwards with a complexity score of the password to help encourage strong RCON password usage.