Common questions

Q: What does weight mean? A: Weight is the relative chance of getting this loot. You can use /customfishing debug loot-chance to check the chance in percentage format. Generally speaking, the higher the weight, the greater the probability of fish being caught.

Q: Why use weights instead of percentages A: The percentage is not accurate. Some plugins use percentage, but users may find that percentages do not work accurately.

Q: How can I disable size? A: Just delete the size section in your loot config.

Q: I don't want players to get loot because I just want to fish a "command" A: Set material to "AIR" would work for you

Q: Why there spawns an armor_stand when fishing? A: You are probably using an outdated ProtocolLib. Make sure that your version is no lower than 5.0

Q: How to use the plugin on Folia A: You need to manually edit ProtocolLib's plugin.yml in its jar. Adding "folia-supported: true" would allow ProtocolLib to load.

Q: My fishing bag title is not updated after editing the config A: Rejoin the server would update that

Q: The bar is showing like "口口口口口"? A: Make sure that you installed the right resource pack. If that not helps, check your client log in your /.minecraft/logs folder and see if there's any error about font.

Q: I want to use rods/baits/utils from other plugins for example MythicMobs/ItemsAdder A: For example, you can create an item with key "magnet_bait" in MythicMobs, when you get it from command /mm items get magnet_bait, it would be a CustomFishing bait. if you want to use the feature with ItemsAdder, you should name the items in CustomFishing by "namespace:xxx"

here's an example of this

MythicMobs config:

CustomFishing config:

Last updated