Skip to main content

modules/link-rewards.yml

Runs configured console commands once after a player links for the first time.

See Link rewards for setup and usage.

Before enabling

  • Test account linking first.
  • Use commands from installed plugins only.
  • Avoid rewards that can be duplicated through another system.

Reward claims

Reward claims are persisted. %player% is replaced with the linked Minecraft player name. Changes to the command list do not automatically reset completed claims.

Default configuration

plugins/CoreDSC/modules/link-rewards.yml
config-version: 4
generated-by-version: "2.5.2"

# Grants commands once after a Minecraft account is linked for the first time.
enabled: false
commands:
- 'give %player% diamond 1'
- 'eco give %player% 500'

Download this default file.