mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-19 15:09:24 +00:00
Update _example.yml
This commit is contained in:
@@ -27,6 +27,13 @@ join-price:
|
||||
# Reference with %join_lore%
|
||||
join-lore: []
|
||||
|
||||
# A list of effects to run when the player joins the job.
|
||||
# Read https://plugins.auxilor.io/effects/configuring-an-effect
|
||||
join-effects:
|
||||
- id: broadcast
|
||||
args:
|
||||
message: "&8» &a%player% &8joined the &6Miner &8job!"
|
||||
|
||||
# The price to leave this job (set to 0 to disable)
|
||||
# Read here for more: https://plugins.auxilor.io/all-plugins/prices
|
||||
leave-price:
|
||||
@@ -39,6 +46,13 @@ leave-price:
|
||||
leave-lore:
|
||||
- " &8» This will cost %leave_price%"
|
||||
|
||||
# A list of effects to run when the player leaves the job.
|
||||
# Read https://plugins.auxilor.io/effects/configuring-an-effect
|
||||
leave-effects:
|
||||
- id: send_message
|
||||
args:
|
||||
message: "&8» &8You left the &6Miner &8job!"
|
||||
|
||||
# There are two ways to specify level XP requirements:
|
||||
# 1. A formula to calculate for infinite levels
|
||||
# 2. A list of XP requirements for each level
|
||||
|
||||
Reference in New Issue
Block a user