Updating Jobs plugin #54
1 changed files with 61 additions and 5 deletions
|
@ -779,6 +779,58 @@ Jobs:
|
|||
Gui:
|
||||
Id: 108
|
||||
Data: 0
|
||||
# Daily quests
|
||||
maxDailyQuests: 3
|
||||
Quests:
|
||||
# Quest identification. Can be any ONE word or number or both of them. This doesnt have any real meaning but it cant repeat
|
||||
1:
|
||||
Name: "Post office"
|
||||
Action: Place
|
||||
Target: "1-4" #Polished Diorite
|
||||
Amount: 128
|
||||
# Command list to be performed after quest is finished.
|
||||
# Use [playerName] to insert players name who finished that quest
|
||||
RewardCommands:
|
||||
- "pay [playerName] 500"
|
||||
- "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically."
|
||||
RewardDesc:
|
||||
- "Build a post office using at least 2 stacks of polished diorite"
|
||||
- "Get 500 bucks for this [BETA]"
|
||||
Chance: 40
|
||||
toLevel: 100
|
||||
fromLevel: 5
|
||||
2:
|
||||
Name: "Stone Wall"
|
||||
Action: Place
|
||||
Target: "98" #Stone bricks, all kinds
|
||||
Amount: 320
|
||||
# Command list to be performed after quest is finished.
|
||||
# Use [playerName] to insert players name who finished that quest
|
||||
RewardCommands:
|
||||
- "pay [playerName] 500"
|
||||
- "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically."
|
||||
RewardDesc:
|
||||
- "Build a stone wall using at least 5 stacks of stone brick. Any kind (normal, mossy, cracked, chiseled) will work."
|
||||
- "Get 500 bucks for this [BETA]"
|
||||
Chance: 40
|
||||
toLevel: 100
|
||||
fromLevel: 5
|
||||
3:
|
||||
Name: "Desert Temple"
|
||||
Action: Place
|
||||
Target: "24", "179" #Sandstone and Red sandstone. Don't know if two targets will work.
|
||||
Amount: 320
|
||||
# Command list to be performed after quest is finished.
|
||||
# Use [playerName] to insert players name who finished that quest
|
||||
RewardCommands:
|
||||
- "pay [playerName] 500"
|
||||
- "msg [playerName] Completed quest! Please contact LadyVulcan if you did not receive payment automatically."
|
||||
RewardDesc:
|
||||
- "Build a desert temple using at least 5 stacks of sandstone. [BETA] Try using both normal and red sandstone."
|
||||
- "Get 500 bucks for this [BETA]"
|
||||
Chance: 40
|
||||
toLevel: 100
|
||||
fromLevel: 5
|
||||
Place:
|
||||
STONE-2:
|
||||
income: 1.3
|
||||
|
@ -1413,11 +1465,11 @@ Jobs:
|
|||
income: 0.5
|
||||
points: 1.5
|
||||
experience: 3.0
|
||||
CARROT-7:
|
||||
CARROTS-7:
|
||||
income: 1.0
|
||||
points: 1.0
|
||||
experience: 1.0
|
||||
POTATO-7:
|
||||
POTATOES-7:
|
||||
income: 1.0
|
||||
points: 1.0
|
||||
experience: 1.0
|
||||
|
@ -1425,7 +1477,7 @@ Jobs:
|
|||
income: 0.25
|
||||
points: 0.5
|
||||
experience: 1.0
|
||||
'103': #Melon Block
|
||||
MELON:
|
||||
income: 0.25
|
||||
points: 0.5
|
||||
experience: 1.0
|
||||
|
@ -1474,11 +1526,11 @@ Jobs:
|
|||
income: 0.5
|
||||
points: 3
|
||||
experience: 3.0
|
||||
141-0: #Carrot
|
||||
CARROTS-0: #Carrot
|
||||
income: 1.5
|
||||
points: 3
|
||||
experience: 3
|
||||
POTATO-0: #Potato
|
||||
POTATOES-0: #Potato
|
||||
income: 1.5
|
||||
points: 3
|
||||
experience: 3
|
||||
|
@ -1486,6 +1538,10 @@ Jobs:
|
|||
income: 0.1
|
||||
points: 1
|
||||
experience: 0.2
|
||||
'115': #Nether Wart
|
||||
income: 1
|
||||
points: 1
|
||||
experience: 1.0
|
||||
Craft:
|
||||
354: #Cake
|
||||
income: 5.0
|
||||
|
|
Loading…
Reference in a new issue