Skip to content

PyroFarming Staff Reference

Public-safe technical notes for staff who configure or support PyroFarming 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
/farm givegrowstation <player> ...pyrofarming.command.givegrowstationGives a configured grow station.
/farm giveharvestable <player> ...pyrofarming.command.giveharvestitemGives a harvestable item.
/farm givecustomitem <player> ...pyrofarming.command.givecustomitemGives a custom farming item.
/farm addxp <player> <amount>pyrofarming.command.addxpAdds farming XP.
/farm addelysium <player> <amount>pyrofarming.command.addelysiumAdds Elysium.
/farm reloadpyrofarming.command.reloadReloads configuration.
PermissionPurposeSuggested access
pyrofarming.command.farmmenuFarm menu.Players
pyrofarming.command.farmshopFarm shop.Players where enabled
pyrofarming.command.codexFarm codex.Players
pyrofarming.command.reloadReload access.Server administrators
PlaceholderPurpose
%pyrofarming_level%Farming level; verify current placeholder list.
%pyrofarming_elysium%Elysium balance; verify formatting variant.
%pyrofarming_currentxp%Current farming XP.
  • PyroLib is a hard dependency.
  • Vault plus the configured economy powers prices; PlaceholderAPI provides display values.
  • Land protection and custom-item plugins must preserve farming item metadata.
  • Farm friends grants feature access, not ownership in BentoBox, PlotSquared, Bolt, or WorldGuard.
/farm givegrowstation <player> ...
/farm giveharvestable <player> ...
/farm givecustomitem <player> ...
  • Capture custom item type, metadata/lore, world, protection owner, and action.
  • Check crop/grow-station placement rules and allowed worlds.
  • Verify economy/Elysium/XP changes independently before compensation.