
CustomFishing 2.3.8
Fishing mini-game, Fishing Bag, Sell shop, Lava fishing, MythicMobs Support, Competition, etc
● added eco item system support(available in ecoitems)
- id: example_rod
effects: [ ]
conditions: [ ]
fuels: [ ]
item:
item: customfishing:rod_wooden_rod
customfishing:rod_id
customfishing:bait_id
customfishing:util_id
● added whitelist-worlds option
× fixed example mobs not saved
× fixed some titles are not correctly shown when failing to fish
× enhanced "prevent-other-players-pick-up-loot" option
IMPORTANT!!!
IMPORTANT!!!
IMPORTANT!!!
Please read the update note carefully when updating from 1.0 to 1.1 version
This version is totally recoded and comes with many new amazing features
1、new Papi condition System
papi-condition:
'||':
condition_1:
type: '=='
papi: '%player_world%'
value: world
condition_2:
type: '=='
papi: '%player_world%'
value: Island
'&&':
condition_1:
type: '>='
papi: '%player_health%'
value: 5
condition_2:
type: '<'
papi: '%player_health%'
value: 15
2、New optional requirements
skill-level: 10
3、All the items in the plugins are now in different folders
4、Format of items are changed for better look and less confusion
● Enchantment Format
enchantments:
minecraft:sharpness: 1
minecraftfire 1
● NBT Format(deleted "-")
nbt:
itemsadder:
namespace: '(String) momirealms'
id: '(String) rainbow_fish'
SomeNBT:
NBTS:
byte: '(Byte) 127'
float: '(Float) 3.14159'
Price: '(Double) 10'
● Action Format(Note: skill-xp is also changed to actions section)
action:
success:
message:
- 'You got a {loot} lol!'
command:
- 'say Success command example!'
exp: 10
mending: 5
#skill-xp: 100
failure:
message:
- 'The fish escaped!'
command:
- 'say Failure command example!'
hook:
message:
- 'The fish is hooked!'
command:
- 'say Hook command example'
● Specified layout should now be in a list format
layout:
- bar1
× 5、Changed command "export" to "import" and added auto reload
× 6、Optimized how the plugin works
× 7、New Enchantment bonus system(see in enchantment-bonus.yml)
minecraft:lucky_catch:
1:
double-loot: 0.1
2:
double-loot: 0.2
3:
double-loot: 0.3
× 8、Fixed the import of Enchantment books
× 9、Added other plugin's item hook
material: ItemsAdder:namespace:id
material: Oraxen:itemid
material: MMOItems:TYPE:ID
material: MythicMobs:itemid
× 10、Vanilla Loots support & mcMMO Loots support
see in config.yml for more information
11、a little optional fishing mechanic change "doule-reel-in"
see in config.yml for more information
# Prevent other players to pick up your fishing loot(Requires a restart)
# This is useful for players to fish in a public area
prevent-other-players-pick-up-loot: false
New options for loots
● Random Durability(only available on damageable items)
random-durability: false
● Random Enchantments
random-enchantments:
enchantment_1:
enchant: minecraft:sharpness
chance: 0.3
level: 1
enchantment_2:
enchant: minecraft:sharpness
chance: 0.2
level: 2
enchantment_3:
enchant: minecraft:sharpness
chance: 0.1
level: 3
● removed a debug msg
fixed the error when you use "int" in weight-MQ
now start-time is not a necessary option in competition
× fixed a vanilla fishing bug which would spawn "multiple bobbers" to make fishing much faster
× fixed mcMMO integration not work
× fixed async error when executing commands on fish hooked
× added tab completetion for amounts
× added RealisticSeasons & CustomCrops season hook
× added an option to lose rod's durability
fixed a problem that papi are unregistered when papi reload
● added commands and messages when fish is hooked(loot.yml)
action-hook:
message:
- 'The fish is hooked!'
command:
- 'effect give {player} minecraft:slowness 30 10'
● added commands when player join the competition(competition.yml)
command:
# When player join the competition
# You can execute some commands on that player
join:
- 'money give {player} 10'
● added EcoSkills fishing exp support
● fixed wrong console message when you enable Skill plugin's hook
● fixed "1" pixel offset which makes the bar not accurate
● Added Placeholders %competition_timeleft% %competition_rank%
● Optional command to be executed on competition start/end
command:
start:
- 'say competition started!'
end:
- 'say competition ended!'
By Xiaomi
Fixed the default configuration
added the option of minimum players to start the competition.