mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Added vanilla XP boost for Fishing - includes permissions, config
options, etc
This commit is contained in:
@ -106,6 +106,14 @@ Skills:
|
||||
Rank_4: 60
|
||||
Rank_5: 75
|
||||
|
||||
#VanillaXPBoost: Vanilla XP gained from fishing is mutliplied by these values.
|
||||
VanillaXPBoost:
|
||||
Rank_1: 1
|
||||
Rank_2: 2
|
||||
Rank_3: 3
|
||||
Rank_4: 4
|
||||
Rank_5: 5
|
||||
|
||||
# Tiers
|
||||
Tier_Levels:
|
||||
Tier1: 0
|
||||
|
@ -12,7 +12,7 @@ description: >
|
||||
experience.
|
||||
|
||||
author: nossr50
|
||||
authors: [NuclearW, GJ, Glitchfinder, TfT_02, toothplck1]
|
||||
authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, toothplck1]
|
||||
website: http://dev.bukkit.org/server-mods/mcmmo/
|
||||
|
||||
main: com.gmail.nossr50.mcMMO
|
||||
@ -412,6 +412,7 @@ permissions:
|
||||
mcmmo.ability.fishing.treasures: true
|
||||
mcmmo.ability.fishing.magic: true
|
||||
mcmmo.ability.fishing.fishermansdiet: true
|
||||
mcmmo.ability.fishing.vanillaxpboost: true
|
||||
mcmmo.ability.fishing.shakemob:
|
||||
description: Allows access to the Shake Mob ability
|
||||
mcmmo.ability.fishing.treasures:
|
||||
@ -420,6 +421,8 @@ permissions:
|
||||
description: Allows enchanted drops from Fishing
|
||||
mcmmo.ability.fishing.fishermansdiet:
|
||||
description: Allows access to the Fishermans's Diet ability
|
||||
mcmmo.ability.fishing.vanillaxpboost:
|
||||
description: Allows vanilla XP boost from Fishing
|
||||
mcmmo.ability.mining.*:
|
||||
description: Allows access to all Mining abilities
|
||||
children:
|
||||
|
Reference in New Issue
Block a user