mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-31 12:56:43 +00:00
1.1.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# don't change
|
||||
config-version: '7'
|
||||
config-version: '8'
|
||||
|
||||
config:
|
||||
#en/es/cn
|
||||
@@ -13,12 +13,14 @@ config:
|
||||
# Papi hook
|
||||
PlaceholderAPI: true
|
||||
# Skill xp hook
|
||||
# If skill xp is added not as expected
|
||||
# Check the xp-source file in those skill plugins and set them to 0
|
||||
# If skill xp is added not as expected please check if you have set skill-xp for each loot
|
||||
# Some plugins like AureliumSkills will still add skill-xp when player failed to fish. Check the xp-source file in those skill plugins and set them to 0
|
||||
mcMMO: false
|
||||
MMOCore: false
|
||||
AureliumSkills: false
|
||||
EcoSkills: false
|
||||
# You need a restart to cancel the Jobs xp getting in vanilla way
|
||||
JobsReborn: false
|
||||
# Season hook
|
||||
CustomCrops: false
|
||||
RealisticSeasons: false
|
||||
@@ -54,8 +56,12 @@ config:
|
||||
# https://technical-minecraft.fandom.com/wiki/Fishing
|
||||
need-open-water: true
|
||||
|
||||
# Players must use rods with CustomFishing's NBT Tags to get loots in CustomFishing
|
||||
need-special-rod: false
|
||||
need-special-rod:
|
||||
# if set true and "double-reel-in" is true, players must use rods with CustomFishing's NBT Tags to get loots in CustomFishing but they can experience the special fishing mechanic.
|
||||
# This option will not work if "double-reel-in" is false because in that mode no vanilla loots are available
|
||||
for-loots: false
|
||||
# if set true and "double-reel-in" is true, players must use rods with CustomFishing's NBT Tags to experience the special fishing mechanic. Otherwise they can only fish in a vanilla way
|
||||
to-fish: false
|
||||
|
||||
# does rod lose durability when player successfully fish
|
||||
rod-lose-durability: true
|
||||
@@ -79,4 +85,7 @@ config:
|
||||
|
||||
# If there's a plugin conflict, event priority sometimes works
|
||||
# HIGHEST NORMAL LOWEST
|
||||
event-priority: NORMAL
|
||||
event-priority: NORMAL
|
||||
|
||||
# If enabled, players would not be able to get job exp in vanilla way (Requires a restart)
|
||||
disable-JobsReborn-fishing-exp: false
|
||||
@@ -3,7 +3,7 @@ rainbow_fish:
|
||||
# Enable
|
||||
enable: false
|
||||
|
||||
# Nick is what to show in fish finder
|
||||
# Nick is what to show in fish finder and titles
|
||||
nick: 'Example Fish'
|
||||
# Should it be displayed in fish finder?
|
||||
show-in-fishfinder: false
|
||||
@@ -60,7 +60,7 @@ rainbow_fish:
|
||||
# Exp that would apply to mending
|
||||
mending: 5
|
||||
# Fishing Skill xp (requires skill plugin hook)
|
||||
#skill-xp: 100
|
||||
skill-xp: 100
|
||||
failure:
|
||||
message:
|
||||
- 'The fish escaped!'
|
||||
@@ -163,6 +163,7 @@ rainbow_fish:
|
||||
#Create complex condition as you want
|
||||
# "||" means one of the conditions is true, it would be true
|
||||
# "&&" means all the conditions must be true to be true
|
||||
# available types "==" "!=" ">" "<" ">=" "<="
|
||||
papi-condition:
|
||||
'||':
|
||||
condition_1:
|
||||
|
||||
@@ -18,6 +18,7 @@ softdepend:
|
||||
- Oraxen
|
||||
- MMOItems
|
||||
- eco
|
||||
- Jobs
|
||||
commands:
|
||||
customfishing:
|
||||
usage: /customfishing
|
||||
|
||||
Reference in New Issue
Block a user