Faction Missions Implemented + Allowed Console to give points now

This commit is contained in:
Driftay
2019-08-07 14:35:19 -04:00
parent 92d46f91f4
commit 769394a058
16 changed files with 372 additions and 10 deletions

View File

@@ -696,6 +696,55 @@ f-grace:
f-points:
Enabled: true
############################################################
# +------------------------------------------------------+ #
# | Faction Missions | #
# +------------------------------------------------------+ #
############################################################
MissionGUISize: 3
Missions-Enabled: true
Missions-GUI-Title: '&bFaction Missions'
MaximumMissionsAllowedAtOnce: 1
Mission-Progress-Format: '&b&lProgression: &f{progress}&7/&e{total}'
#Mission Types: KILL, MINE, FISH
Missions:
sugarcane:
Slot: 11
Material: "SUGAR_CANE"
Name: "&f10,000 &2Sugar Cane"
Lore:
- "&b&lMine &f&n10,000&r &2Sugar Cane"
Mission:
Type: "MINE"
Material: "SUGAR_CANE_BLOCK"
Amount: 10000
Reward:
Commands: ["f points add %faction% 100"]
zombie:
Slot: 15
Material: "ROTTEN_FLESH"
Name: "&f1,000 &eZombies"
Lore:
- "&b&lKill &f&n1,000&r &eZombies"
Mission:
Type: "KILL"
EntityType: "ZOMBIE"
Amount: 1000
Reward:
Commands: ["f points add %faction% 100"]
fishing:
Slot: 13
Material: "FISHING_ROD"
Name: "&f100 &6Fish"
Lore:
- "&b&lCatch fish &n100&r &d&ltimes"
Mission:
Type: "FISH"
Amount: 100
Reward:
Commands: ["f points add %faction% 100"]
############################################################
# +------------------------------------------------------+ #
# | Faction Focus | #

View File

@@ -128,6 +128,8 @@ permissions:
description: gives ability to toggle grace period on and off
factions.invsee:
description: Allows players to use the inventory see command
factions.missions:
description: Allows players to use missions command
factions.alts:
description: Allows players to use the alts command
factions.announce: