mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
hook
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Developer: @Xiao-MoMi
|
||||
# Wiki: https://mo-mi.gitbook.io/xiaomomi-plugins/
|
||||
config-version: '26'
|
||||
config-version: '27'
|
||||
|
||||
# Debug
|
||||
debug: false
|
||||
@@ -168,6 +168,10 @@ other-settings:
|
||||
block-detection-order:
|
||||
- vanilla
|
||||
|
||||
custom-durability-format:
|
||||
- ''
|
||||
- '<gray>Durability</gray><white>: {dur} <gray>/</gray> {max}</white>'
|
||||
|
||||
# Offset characters' unicodes
|
||||
# Never edit this unless you know what you are doing
|
||||
offset-characters:
|
||||
|
||||
25
plugin/src/main/resources/contents/hook/default.yml
Normal file
25
plugin/src/main/resources/contents/hook/default.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
delicate_hook:
|
||||
material: SHEARS
|
||||
display:
|
||||
name: '<#1E90FF>Delicate hook'
|
||||
lore:
|
||||
- ''
|
||||
- '<#7FFFD4>Desciption:'
|
||||
- '<gray> - An embodiment of craftsmanship and allure, the hook'
|
||||
- '<gray> - is not your average piece of tackle. Polished to'
|
||||
- '<gray> - perfection and intricately designed, it gleams in the'
|
||||
- '<gray> - water, irresistibly drawing high-quality fish closer.'
|
||||
- ''
|
||||
- '<#FFD700>Effects:'
|
||||
- '<gray> - Increase the chance of getting high quality fish'
|
||||
max-durability: 16
|
||||
lore-on-rod:
|
||||
- ''
|
||||
- '<#7FFFAA>Equipped hook:'
|
||||
- '<gray> - Delicate hook: <white>{dur}<white> times left'
|
||||
effects:
|
||||
group:
|
||||
type: group-mod
|
||||
value:
|
||||
- silver_star:+1
|
||||
- golden_star:+1
|
||||
@@ -29,6 +29,7 @@ beginner_rod:
|
||||
- '<gray> - Increase the hook time'
|
||||
- '<gray> - Reduces the challenge of fishing'
|
||||
custom-model-data: 50001
|
||||
max-durability: 64
|
||||
effects:
|
||||
time_effect:
|
||||
type: hook-time
|
||||
@@ -51,6 +52,7 @@ silver_rod:
|
||||
- '<#FFD700>Effects:'
|
||||
- '<gray> - Increase the chance of getting silver star fish'
|
||||
custom-model-data: 50002
|
||||
max-durability: 96
|
||||
effects:
|
||||
group:
|
||||
type: group-mod
|
||||
@@ -71,6 +73,7 @@ golden_rod:
|
||||
- '<#FFD700>Effects:'
|
||||
- '<gray> - Increase the chance of getting golden star fish'
|
||||
custom-model-data: 50003
|
||||
max-durability: 80
|
||||
effects:
|
||||
group:
|
||||
type: group-mod
|
||||
@@ -93,6 +96,7 @@ star_rod:
|
||||
- '<#FFD700>Effects:'
|
||||
- '<gray> - +15s Game Time'
|
||||
custom-model-data: 50004
|
||||
max-durability: 128
|
||||
effects:
|
||||
time_effect:
|
||||
type: game-time
|
||||
@@ -116,6 +120,7 @@ bone_rod:
|
||||
- '<gray> - Fishing in lava'
|
||||
- '<gray> - Sometimes skeleton would grab the hook'
|
||||
custom-model-data: 50005
|
||||
max-durability: 32
|
||||
effects:
|
||||
lava:
|
||||
type: lava-fishing
|
||||
@@ -141,6 +146,7 @@ magical_rod:
|
||||
- '<gray> - 1x book bait'
|
||||
- '<gray> - 10 exp levels'
|
||||
custom-model-data: 50006
|
||||
max-durability: 16
|
||||
requirements:
|
||||
requirement_1:
|
||||
type: level
|
||||
@@ -191,6 +197,7 @@ master_rod:
|
||||
- '<gray> - Increase the challenge of fishing'
|
||||
- '<gray> - Higher chance of getting quality fish'
|
||||
custom-model-data: 50007
|
||||
max-durability: 128
|
||||
effects:
|
||||
time_effect:
|
||||
type: hook-time
|
||||
|
||||
Reference in New Issue
Block a user