Skip to main content

Step 1: Install the LimboAuth Crafter Fork Plugin

Download the latest version of the LimboAuth plugin from GitHub and copy the plugin to the directory where your VeloCity server is running.

Step 2: Create API Secret

Navigate to the Security tab in the Admin Panel. LimboAuth Integration Step 1 Enable the Crafter Connect Plugin Active option and save. Then make sure to copy the generated Plugin Secret Key completely. LimboAuth Integration Step 2

Step 2: Edit LimboAuth Configuration

# Database settings
database:
  # Database type: mariadb, mysql, postgresql, sqlite, h2, or crafter.
  storage-type: CRAFTER # This field must be CRAFTER.
  # Settings for Network-based database (like MySQL, PostgreSQL): 
  hostname: "127.0.0.1:3306"
  user: "user"
  password: "password"
  database: "limboauth"
  connection-parameters: "?autoReconnect=true&initialTimeout=1&useSSL=false"
  # Settings for Crafter CMS: 
  api-url: "https://api.crafter.net.tr" # Do not change this field
  license-key: "example-license-key" # Enter your license key obtained from Crafter CMS.
  api-secret: "crafter_secretkeyblabla123" # Enter the API secret obtained from Crafter CMS.


Installation is complete! Now the LimboAuth data on your VeloCity server will work integrated with Crafter CMS.