config.yml
Code (YAML):
# Enable/disable reward duplication system
# Change the command to execute to the one of the plugin you are using
# Change the command to give duplicated points
RewardsDuplication:
Enabled
: true
PermissionCommand
: lp user
%player% permission set %permission% true
PointsCommand
: points give
%player% %points%
Example command reward
Code (YAML):
r0:
name
: Example common
rarity
: common
command
:
- give
%player% diamond_block 1
icon:
material
: DIAMOND_BLOCK
enchanted
: false
Example permission reward
Code (YAML):
r0:
name
: Example common
rarity
: common
permission
: essentials.enderchest
icon:
material
: ENDER_CHEST
damage
: 1
enchanted
: false