Skip to content

PyroFishingPro Staff Reference

Public-safe technical notes for staff who configure or support PyroFishingPro on 1MoreBlock.

Verify destructive, economy-changing, permission-changing, and player-data commands against the installed build and an approved support case before running them.

CommandPermissionPurpose
/fish reloadfish.adminReloads PyroFishingPro.
/fish give <player> ...fish.adminGives custom fish/items through installed syntax.
/fish addentropy <player> <amount>fish.adminAdds Entropy.
/fish addxp <player> <amount>fish.adminAdds fishing XP.
/ft start <type>fish.tournamentsStarts a fishing tournament.
/ft stop <rewards>fish.tournamentsStops a tournament with explicit reward behavior.
PermissionPurposeSuggested access
pf.menuFishing menu.Players
pf.shopFish shop.Players where enabled
pf.bagFish bag.Players
pf.skillsSkills menu.Players
fish.adminFishing administration.Server administrators
fish.tournamentsTournament controls.Event staff only
PlaceholderPurpose
%pyrofishingpro_level%Fishing level.
%pyrofishingpro_entropy%Entropy balance.
%pyrofishingpro_totalcustomcaught%Total custom fish caught.
%pyrofishingpro_timetilltournament%Time until next tournament.
%pyrofishingpro_tournament_first_name%Current tournament first-place player.
  • PyroLib is a hard dependency.
  • Vault/CMI economy supports the shop; PlaceholderAPI exposes detailed statistics.
  • Jobs and 1MB-CMIAPI modules can integrate with PyroFishingPro.
  • Custom fish, rods, augments, bait, and deliveries require item-metadata compatibility.
/fish reload
/fish give <player> ...
/fish addentropy <player> <amount>
  • Identify whether the catch is vanilla or custom and capture full item metadata.
  • Check biome, water, world, bait, tournament, and enabled-feature rules.
  • For rewards, separate fish item, money, Entropy, XP, delivery, and tournament outcomes.