Configuration file Everything you need to know is directly inside our clear configuration file.
Code (Text):
# Rewards plugin by LookedRobob
#
#
#
# The language the plugin should load.
# Available languages:
# - en
# - fr
# - it
language: en
# All reward settings.
rewards:
# enable/disable rewards.
enabled: true
# Defines how you want to give rewards. Can be fixed or random.
# random: give one random reward in the commands key.
# fixed: give all rewards defined in the commands key.
type: "fixed"
# After how many days to reward the player again.
every: 1
# Command to run when the player gets rewarded.
# Supported placeholders:
# - %player_name%: player name
commands:
- "give %player_name% stone 64"
- "eco give %player_name% 10"