Pyro Plugins
  • Pyro Plugins
  • PyroFishingPro
    • ๐ŸŽฃPyroFishingPro Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
      • ๐Ÿ–ฑ๏ธCommands / Permissions
      • ๐ŸฆˆFish.yml
      • ๐Ÿฅ’Bait.yml
      • ๐Ÿ““Placeholders
      • ๐Ÿ‘ชFAQ (server owners)
      • ๐Ÿ‘จโ€๐Ÿ’ปAPI Usage
      • ๐ŸชœJobs Integration
    • ๐ŸŸFeatures
      • ๐Ÿ“–Fishing Basics
      • ๐Ÿ’ฐEntropy
      • ๐ŸคนSkills
      • โš–๏ธScales
      • โš”๏ธGutting
      • ๐ŸššDeliveries
      • ๐Ÿ”ฎAugments
        • ๐ŸšœAugment Crafting
        • ๐Ÿช„Augments List
      • ๐Ÿ—ผFishing Totem
      • ๐Ÿฅ‡Tournaments
      • ๐Ÿ Seasonal Events
        • โ„๏ธCrabmas Event
    • ๐Ÿ‘ชFAQ (players)
  • PyroMining
    • โ›๏ธPyroMining Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
      • ๐Ÿ–ฑ๏ธCommands / Permissions
      • ๐Ÿ’ŽGemstones.yml
      • ๐Ÿ““Placeholders
      • ๐Ÿ‘ชFAQ (server owners)
    • ๐Ÿ’ Features
      • ๐Ÿ“–Mining Basics
      • ๐Ÿ’ฐEthera
      • โญStarlume
      • ๐Ÿ’ŽGemstones
      • ๐Ÿ’‚Rune Guardians
      • ๐ŸคนMining Skills
      • ๐ŸคผSyndicates
      • Artifacts
      • ๐ŸฆดFossils
      • Blacksmith
      • โ›๏ธUpgradable Pickaxe
      • Vessels
      • โ›ˆ๏ธOracles
      • Seasonal Events
        • The Unkown (Halloween)
    • ๐Ÿ‘ชFAQ (players)
  • PyroFarming
    • ๐ŸšœPyroFarming Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
      • ๐Ÿ–ฑ๏ธCommands / Permissions
      • ๐Ÿ““Placeholders
    • ๐ŸชดFeatures
      • Farming Basics
      • Elysium
      • Growstations
      • Bushes
      • Farm Market
      • Tournaments
      • Harvesting Hoes
      • Custom Food & Orders
      • Skill Archive
      • Trait List
  • PyroWeatherPro
    • PyroWeatherPro Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
  • PyroSpawners
    • ๐ŸงŸโ€โ™‚๏ธPyroSpawners Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
      • ๐Ÿ““Placeholders
  • Arcasmia
    • Arcasmia Splash Page
    • ๐Ÿ“šSetup Manual
      • ๐Ÿง Installation / Setup
Powered by GitBook
On this page
  1. PyroFishingPro
  2. Setup Manual

API Usage

This page shows you how to use the API that the plugin currently offers.

PreviousFAQ (server owners)NextJobs Integration

Last updated 1 year ago

I currently do not intend to focus on adding an intensive API. I will add things overtime, when I have the spare time to do so. Please do not request it as it will be ignored.

Support will not be given to help you implement the API.

There is no maven repoistory for this project. You will need to add the jar to your project manually.

Available Events

Example Usage:

@EventHandler
public void onTournamentStart(TournamentStartEvent event) {
  String tournamentName = event.getName();
}

๐Ÿ“š
๐Ÿ‘จโ€๐Ÿ’ป

TournamentStartEvent

This event is fired when a tournament starts.

getName()

TournamentEndEvent

This event is fired when a tournament ends.

getName()

PyroFishCatchEvent

This event is fired when catching a custom fish.

getTier()getFishNumber()isHotSpot()