βš™οΈGeneral Settings

The settings section in a wheel configuration defines the basic properties of how a wheel works and behaves on your server.

Syntax

settings:
  enabled: <true/false>
  view_distance: <number>
  locations:
    - <location>
    - ...
  wheel_mode: <mode>

enabled

Default: true

  • Enables or disables the wheel.

  • If set to false, the wheel will not be active even if it exists in the config.


view_distance

Default: 15

  • Determines the distance (in blocks) from which players can see the wheel.

  • Larger values make the wheel visible from further away but may have a higher performance impact.


locations

Default: {} (empty)

  • Defines the world coordinates where the wheel should appear.

  • You can set multiple locations for the same wheel.

circle-check

Example:


wheel_mode

Default: PUBLIC

Defines how the wheel can be used by players.

  • PUBLIC β†’ Only one player can use the wheel at a time. Other players must wait until the spin is finished.

  • PER_PLAYER β†’ Each player can spin the wheel independently at the same time, without waiting for others.

circle-info

Use PER_PLAYER if you expect high traffic or want multiple players spinning simultaneously.

Last updated