SmartSpawner is a plugin that allows the collection of Spawners and TrialSpawners
Support: For requests, reports or proposals, contact us on Discord by opening a Ticket or with a direct message
https://discord.gg/3jUQehzvHS
Commands:
Code (YAML):
/spawnerpickaxe
[player
] - Give the pickaxe for the spawners
/givespawner
[entity
][player
] - Give a spawner of a certain entity
/givetrialspawner
[entity
][player
] - Give a trialspawner of a certain entity
Permissions:
Code (YAML):
smartspawner.givespawner - Permission to give spawner
smartspawner.givetrialspawner - Permission to give trialspawner
smartspawner.spawnerpickaxe - Permission to give the pickaxe
smartspawner.spawner.break - Permission to collect spawners
smartspawner.spawner.place - Permission to place spawners
smartspawner.trialspawner.break - Permission to collect trialspawners
smartspawner.trialspawner.place - Permission to place trialspawners
smartspawner.egg.use - Permission to use eggs
Config.yml
Code (YAML):
#Prevents the custom pickaxe for harvesting spawners from being modified by the anvil anvil-protection: true
#Prevents the custom pickaxe for harvesting spawners from being modified by the grindstone grindstone-protection: true
#Enable the ability to collect spawners spawner-collection: true
#Enable the ability to place spawners spawner-place: true
#Enable the ability to collect trial spawners trialspawner-collection: true
#Enable the ability to place trial spawners trialspawner-place: true
#When the pickaxe is given or crafted it will be given with a specific damage already #If 0 the pickaxe has a lifetime item-initial-damage: 0
#Damage the pickaxe takes when picking up a spawner/trial spawner damage-item-value: 16
#Does it require the custom pickaxe to harvest spawners? custom-tool-required: true
#Custom Pickaxe recipes: #enable crafting? enable: true
#Pickaxe Name (If "" use the default name) item-name: "&4Spawner Pickaxe" #Object ID item: "GOLDEN_PICKAXE" #Spells required? enchants-required: true
#List of Enchantments (It is possible to insert multiple enchantments) enchants: - SILK_TOUCH:2
#- EFFICIENCY:4 #- UNBREAKING:3 #Hide enchantments? hide-enchants: true
#Ingredients for crafting 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!"