StrawIODOCS
Panel ↗Discord ↗

StrawSettings v1.0.0

config.yml

Edit plugins/StrawSettings/config.yml. For first installation, start with the Guide.

Full configuration reference

config.yml
# Main settings. Database settings are in storage.yml.
language: en
debug: false
updates:
  check-enabled: true
  console-notify: true
  admin-notify: true
  auto-download: false
# Refresh shared preferences; 20 ticks = one second.
shared-refresh-ticks: 40
chat-hover:
  enabled: true

# Where short notifications appear.
# Send only the current online player count to the license panel.
metrics:
  enabled: true

notifications:
  chat: true
  actionbar: true
  sound: true


# service uses an available Straw owner service or a verified registered command.
# Use action: command with command: "your toggle command" for another plugin or Skript.
# Commands run as the player. Their plugin owns and saves the toggle state.
# Auto-detected adapters: TAB, EssentialsX user preferences, FeatherBoard,
# AnimatedScoreboard, DeluxeHub, CMI, BetterTeams, Parties and SimpleClans.
buttons:
  scoreboard:
    action: tab-scoreboard
  night-vision:
    action: service
  team-chat:
    action: service
  private-messages:
    action: service
  # EssentialsX supplies Payments and Pay Confirm Menus when installed.
  # Otherwise, set a command action if another plugin owns these preferences.
  payments:
    action: unavailable
  pay-alerts:
    action: unavailable
  pay-confirm-menus:
    action: unavailable
  chainmail-on-respawn:
    action: unavailable
  hotbar-server-messages:
    action: unavailable
  totem-particles:
    action: unavailable
  # EssentialsX supplies TP Auto when installed.
  tp-auto:
    action: unavailable
  bounty-alerts:
    action: service

# Quick reference (permissions are registered by the plugin).
# /settings: Open EMP-style preferences. /settings integrations reports providers only.
# /scoreboard: Toggle scoreboard.
# /strawsettings: Plugin help and reload.
# strawio.settings.use [true]: Open and change your settings.
# strawio.settings.reload [op]: Reload plugin settings and runtime.
# Placeholders: %strawsettings_enabled_<key>%, %strawsettings_enabled_global-chat%, %strawsettings_enabled_scoreboard%
# Documentation: https://docs.strawio.net
# License Panel: https://panel.strawio.net
# Support: https://discord.gg/strawio

StrawIO Docs · StrawSettings

Search documentation

Search across plugins and common guides.