Module Settings

This section contains the master switches for the main reward modules of the plugin. You can completely disable any feature from here.

settings:
  pvp:
    # Enables or disables all rewards from player kills.
    enabled: true
    # Cooldown in seconds before a player can get another reward from killing players.
    cooldown: 300
    
  mob-kills:
    # Enables or disables all rewards from killing mobs.
    enabled: true
    # If true, mobs that spawn from a monster spawner will not give rewards. Prevents farming.
    ignore-spawner-mobs: true
    # If true, mobs that spawn from a spawn egg will not give rewards.
    ignore-spawn-egg-mobs: true
    
  fishing:
    # Enables or disables all rewards from fishing.
    enabled: true

Last updated