GroupMoro
SmartSpawner
SmartSpawner
  • GETTING STARTED
    • Commands
    • Permissions
    • Configuration
Powered by GitBook
On this page
  1. GETTING STARTED

Configuration

This page describes the configuration files

config.yml


anvil-protection: true

grindstone-protection: true

spawner-collection: true

spawner-place: true

trialspawner-collection: true

trialspawner-place: true

trialspawner-activation-distance: 8

item-initial-damage: 0

damage-item-value: 16

custom-tool-required: true

recipes:
  enable: true
  item-name: "&4Spawner Pickaxe"
  item: "GOLDEN_PICKAXE"
  enchants-required: true
  enchants:
   - SILK_TOUCH:2
    #- EFFICIENCY:4
    #- UNBREAKING:3
  hide-enchants: true
  crafting:
    shape:
     - "EEE"
      - " S "
      - " S "
    ingredients:
      E: "EMERALD"
      S: "STICK"

message:
  no-perm: "&cYou do not have permission to use this command"
  no-entity: "&cThe entity was not found!"
  no-player: "&cPlayer not found!"
  no-command: "&c&cCommand not recognized!"
  no-args: "&cPlayer or entity missing!"
  spawner-received: "&aYou have received a Spawner of "
  trialspawner-received: "&aYou have received a TrialSpawner of "
  pickaxe-received: "You have received: "
  incompatible-version: "&cTrialSpawner is only available for versions higher than 1.21!"
  
Entries
Descriptions

Prevents the custom pickaxe for harvesting spawners from being modified by the anvil

Prevents the custom pickaxe for harvesting spawners from being modified by the grindstone

Enable the ability to collect spawners

Enable the ability to place spawners

Enable the ability to collect trial spawners

Enable the ability to place trial spawners

Trialspawner activation distance

When the pickaxe is given or crafted it will be given with a specific damage already. If 0 the pickaxe has a lifetime

Damage the pickaxe takes when picking up a spawner/trial spawner

Does it require the custom pickaxe to harvest spawners?

IThe spawner harvesting tool can be crafted and the following customizations can be applied: Name, lore, enchant and recipe

"message" contains all in-game messages, translatable into your own language

PreviousPermissions

Last updated 1 month ago

anvil-protection
grindstone-protection
spawner-collection
spawner-place
trialspawner-collection
trialspawner-place
trialspawner-activation-distance
item-initial-damage
damage-item-value
custom-tool-required
recipes:
  enable: true
  item-name: "&4Spawner Pickaxe"
  item: "GOLDEN_PICKAXE"
  enchants-required: true
  enchants:
   - SILK_TOUCH:2
    #- EFFICIENCY:4
    #- UNBREAKING:3
  hide-enchants: true
  crafting:
    shape:
     - "EEE"
      - " S "
      - " S "
    ingredients:
      E: "EMERALD"
      S: "STICK"
message