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
  • Why do I catch a normal and custom fish at the same time?
  • How do I make it so I only catch custom fish?
  • How do I disable vanilla treasure / loot?
  • Is there a public API?
  • How can I disable / add permissions to commands?
  • More questions will be added at a later point.
  1. PyroFishingPro
  2. Setup Manual

FAQ (server owners)

Frequently asked questions from server owners.

Why do I catch a normal and custom fish at the same time?

By default the configuration option below is set to false. If you wish to disable this and only catch either custom or normal on their own, set this to true.

This setting is found in the config.yml.

DisableNormalAndCustomCatch: false

How do I make it so I only catch custom fish?

Ensure that the above setting is set to true. Then you must make sure your catch chances equal 100%. Below is an example.

ChanceToCatch:
  Bronze: 80
  Silver: 10
  Gold: 4
  Diamond: 3
  Platinum: 2
  Mythical: 1

Going over 100% will cause some tiers of fish to not be calculated and may lead to them being uncatchable.

How do I disable vanilla treasure / loot?

Look for the setting under Settings.Other and you will see the following below. Set this to true to disable vanilla treasure.

#If you have McMMo you will have to disable it in there as well.
DisableTreasure: false

Is there a public API?

No. I don't make APIs for any of my resources currently. This could change in the future but will not be prioritised.

How can I disable / add permissions to commands?

Disabling commands is very easy. In the config.yml, there is a section below:

Permissions:
  MainMenu:
    enabled: false
    permission-node: 'pf.menu'
  Shop:
    enabled: false
    permission-node: 'pf.shop'
  Bag:
    enabled: false
    permission-node: 'pf.bag'    
  Deliveries:
    enabled: false
    permission-node: 'pf.deliveries'    
  Scales:
    enabled: false
    permission-node: 'pf.scales'
  Gut:
    enabled: false
    permission-node: 'pf.gut'
  Skills:
    enabled: false
    permission-node: 'pf.skills'
    
  #enabling this will make it so players cannot catch custom fish or crabs.
  CatchingCustomFish: 
    enabled: false
    permission-node: 'pf.fish'
    
  #This will require a permission to see the fish command list
  FishCommandList:
    enabled: false
    permission-node: 'pf.commandslist'
    
#Disables fishing, fish shop, fish gutting, fish deliveries, fish bag and augment crafting / augmentation while in creative mode.    
DisableFishingInCreative:
  enabled: false
  override-permission: 'pf.admin'

To disable a command, set the enable to true under the command and assuming the player does not have permission, they will not be able to use that command anymore. You can then attach these to NPCs using the /npc command function. (requires Citizens).

More questions will be added at a later point.

PreviousPlaceholdersNextAPI Usage

Last updated 2 years ago

๐Ÿ“š
๐Ÿ‘ช