- Added new parameters to exp filters:
Code (YAML):
0:
type
: vanilla
material
: REDSTONE
price
: 10
amount
: 1-10
filter-exp:
skill-id
: mining
exp-gain
: 5.2
produce
: true
# Will give exp when producing products
take-item
: true
# Will give exp when removing products
chance
: 1.0
# 100%
- Now the rewards for unique minions can be added specific permissions that the user needs to unlock it.
Code (YAML):
rewards-unique-minions-unlock
:
# Number of minions required
my-first-reward:
required-minions-unique
: 10
minions-place-add
: 1
commands
:
-
"say Hello minions!"
-
"eco give %player% 100"
next-upgrade
: my-second-reward
requiered-permissions
:
-
"beeminions.your.permission"
my-second-reward:
required-minions-unique
: 20
minions-place-add
: 1
- Added new methods for developers and minor bug fixes.
Report any errors to the support discord.