Skip to content

Commit

Permalink
Improved default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-MoMi committed Aug 6, 2024
1 parent a95a0aa commit 44b7384
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/contents/hook/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
delicate_hook:
material: SHEARS
display:
name: '<#1E90FF>Delicate hook'
name: '<b><#1E90FF>Delicate hook'
lore:
- ''
- '<#7FFFD4>Desciption:'
Expand Down
10 changes: 4 additions & 6 deletions core/src/main/resources/contents/item/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# customized configurations based on your own ideas,
# allowing players to experience the uniqueness of your server.

# https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customfishing/loot/item

# Vanilla loots settings
vanilla:
show-in-fishfinder: false
Expand Down Expand Up @@ -1185,7 +1183,7 @@ blue_jellyfish_silver_star:
show-in-fishfinder: false
material: cod
display:
name: <#87CEFA>Jellyfish</#87CEFA>
name: <#87CEFA>Jellyfish</#87CEFA> <#F5F5F5>(Silver Star)</#F5F5F5>
lore:
- <gray>Looks like a blue umbrella
- '<white>size: {size_formatted}cm'
Expand All @@ -1207,7 +1205,7 @@ blue_jellyfish_golden_star:
show-in-fishfinder: false
material: cod
display:
name: <#87CEFA>Jellyfish</#87CEFA>
name: <#87CEFA>Jellyfish</#87CEFA> <#FFD700>(Golden Star)</#FFD700>
lore:
- <gray>Looks like a blue umbrella
- '<white>size: {size_formatted}cm'
Expand Down Expand Up @@ -1248,7 +1246,7 @@ pink_jellyfish_silver_star:
show-in-fishfinder: false
material: cod
display:
name: <#FFC0CB>Jellyfish</#FFC0CB>
name: <#FFC0CB>Jellyfish</#FFC0CB> <#F5F5F5>(Silver Star)</#F5F5F5>
lore:
- <gray>Seems to be sweet
- '<white>size: {size_formatted}cm'
Expand All @@ -1270,7 +1268,7 @@ pink_jellyfish_golden_star:
show-in-fishfinder: false
material: cod
display:
name: <#FFC0CB>Jellyfish</#FFC0CB>
name: <#FFC0CB>Jellyfish</#FFC0CB> <#FFD700>(Golden Star)</#FFD700>
lore:
- <gray>Seems to be sweet
- '<white>size: {size_formatted}cm'
Expand Down
6 changes: 6 additions & 0 deletions core/src/main/resources/contents/minigame/default.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Note: These are the default configurations of the plugin
# and do not necessarily mean that players can have a good
# gaming experience. We hope that you will create
# customized configurations based on your own ideas,
# allowing players to experience the uniqueness of your server.

######################################
# Accurate Click #
# You need to concentrate and reel #
Expand Down
6 changes: 3 additions & 3 deletions core/src/main/resources/contents/rod/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ magical_rod:
- ''
- '<#CD5C5C>Requirements:'
- '<gray> - 1x book bait'
- '<gray> - 10 exp levels'
- '<gray> - 30 exp levels'
custom-model-data: 50006
max-durability: 16
requirements:
requirement_1:
type: level
value: 1
value: 30
not-met-actions:
action_1:
type: message
Expand All @@ -177,7 +177,7 @@ magical_rod:
- enchantments:+10
effect_2:
type: wait-time-multiplier
value: 3
value: 2.5

master_rod:
material: fishing_rod
Expand Down
10 changes: 8 additions & 2 deletions core/src/main/resources/contents/totem/default.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Note: These are the default configurations of the plugin
# and do not necessarily mean that players can have a good
# gaming experience. We hope that you will create
# customized configurations based on your own ideas,
# allowing players to experience the uniqueness of your server.

double_loot_totem:
radius: 8
duration: 300
Expand Down Expand Up @@ -27,7 +33,7 @@ double_loot_totem:
action_1:
type: message
value:
- '<#BA55D3>[TotemActivation]</#BA55D3> <#F5FFFA>Hold a nautilus shell in main hand to activate the totem.'
- '<#BA55D3>[Totem]</#BA55D3> <#F5FFFA>Hold a nautilus shell in main hand to activate the totem.'
events:
timer:
actionbar_action:
Expand Down Expand Up @@ -65,7 +71,7 @@ double_loot_totem:
type: message-nearby
value:
message:
- '<#BA55D3>[TotemActivation]</#BA55D3> <#F5FFFA>{player}</#F5FFFA> <#F5F5F5>activated a totem nearby!</#F5F5F5>'
- '<#BA55D3>[Totem]</#BA55D3> <#F5FFFA>{player}</#F5FFFA> <#F5F5F5>activated a totem nearby!</#F5F5F5>'
range: 32
particles:
particle_01:
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/contents/util/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
fishfinder:
material: PAPER
display:
name: '<#1E90FF>Fish Finder'
name: '<b><#1E90FF>Fish Finder'
lore:
- ''
- '<#7FFFD4>Desciption:'
Expand Down

0 comments on commit 44b7384

Please sign in to comment.