AdvancedPlugins / Jobs

AdvancedJobs is the ultimate Spigot Jobs Plugin that allows you to create your own custom jobs without any programming knowledge.
https://advancedplugins.net/item/AdvancedJobs.187/
1 stars 0 forks source link

wiki #5

Open wundertraume opened 4 months ago

wundertraume commented 4 months ago

Describe the bug

1) Give instructions on WIKI how to create level-rewards: 2) Give a link to AdvancedJobs from here: https://wiki.advancedplugins.net/ image

How to reproduce

-

Screenshots / Videos

No response

Server Log

No response

KPGTB commented 4 months ago

Hey! To create special reward for specific level in job, use this template:

level-rewards:
    LEVEL: [REW_ID1, REW_ID2]
    LEVEL2: [REW_ID3, REW_ID4]

example:

level-rewards:
    10: [3,8]
    20: [4,10]

In this case, player will get reward number 3 and 8 on level 10, and reward 4 and 10 on level 20

@GC-spigot could you update wiki?