ASpawners - Custom Spawner Mechanics v2.0.6

Advanced Spawner Plugin
ASP_BANNER.png
NOTE: RESOURCE-PACK ADDONS ARE OPTIONAL, YOU CAN USE THIS PLUGIN WITHOUT THEM.







ALL FEATURES
  • CustomModelData Support: Customize and shape all items as you wish.
  • Soul Essence Tubes: Several special tubes with different fullness variations. They contain the fuel necessary for spawners to operate and spawn entities.
  • Soul Capsules: Another requirement for spawners to function. They determine the type of entity the spawner will spawn. You can create a capsule for the desired entities from the config.
  • Holograms: Each spawner has its own hologram. It displays the fullness indicator and type.
  • Dynamic Bar: Shows how much soul essence is in the spawner. You can customize its color as you like.
  • Soul Essence Indicator: A numerically changing indicator within the menu. It varies according to the amount of soul essence the spawner has.
  • Breakable Spawners: A setting in the config file that allows players to break and obtain spawners.
  • Disabled Worlds: You can prevent spawners from spawning in worlds you don’t want.
  • API Support: Support for SuperiorSkyblock2, IridiumSkyblock, BentoBox, FabledSkyBlock, ASkyBlock, UltimateClaims!
  • Kill Particles: When entities that provide soul essence are killed, a particle you set in the config appears.
  • Drag & Drop Ready Pack: A completely free menu/item design package for our design-loving customers.
Config.yml​
Code:
License-Key: "" #If you don't have license key, you can get it on https://discord.gg/tA6pQMTHZ9

Debug-Mode: true

Holograms:
title: "#4bd6cd{SpawnerAmountPH}x {SpawnerTypePH} Spawner"
  empty: "Empty"
  ascent: 2
progressbar:
enabled: true
start: "%img_offset_2%𫌚"
    mid: "%img_offset_-1%𫌇"
    end: "%img_offset_-1%𫋴"
    fill-color: "#60f5fa"
    empty-color: "#787a7a"

General-Settings:
menu-title: ":offset_-24:&f𥥠:offset_-127:"
  menu-row: 6
spawner-stacking:
enabled: true
max-stack-size: 12
chunk-loader: #When a chunk is loaded, it saves all spawners in it to the database and clears its type.
    enabled: true
tube-slot: 15
capsule-slot: 11
soul-particle:
enabled: true
type: "SCULK_SOUL"
  pickup-spawners:
enabled: true #If this is true, players can pick up spawners by breaking them.
    require-silk-touch: true #If this is true, players can get the spawners by breaking them with silk touch.
    silk-touch-level: 2
cancel-event: true #If this is true, spawner break event canceled when players tries break them without silk touch.
    instant-pickup: true #Sends the soul capsule, soul tube, and spawner to the player's inventory.
  fill-item:
enabled: true
material: STICK
cmd: 0
capsule-empty-slot:
display-name: "&Capsule Empty Slot"
    lore:
- "&7Place essence tubes here!"
    material: STICK
cmd: 9900
tube-empty-slot:
display-name: "Tube Empty Slot"
    lore:
- "&7Place essence tubes here!"
    material: STICK
cmd: 9900
hooks:
SuperiorSkyblock2: false
IridiumSkyblock: false
BentoBox: false
FabledSkyBlock: false
ASkyBlock: false
UltimateClaims: false
interact-disabled-worlds:
    - disabledworldname


# ESSENCE STRUCTURE
#
# MOBNAME:
#   amount: <EssenceAmount>
#   levelled-mob-multiplier: <Amount> -> Formula; amount+level*levelled-mob-multiplier -> If U don't want levelled mob integration, don't put this to mob's section.
Soul-Essences:
ZOMBIE:
amount: 60
SKELETON:
amount: 60
WITCH:
amount: 60
SPIDER:
amount: 60
BLAZE:
amount: 60
COW:
amount: 45
SHEEP:
amount: 45
CHICKEN:
amount: 45
PIG:
amount: 45

# CAPSULE STRUCTURE
#
# iron_golem:
#   material: <Material>
#   cmd: <CustomModelData>
#   name: "<CapsuleName>"
#   hologram-display: "<Hologram Title>"
#   type: "<mob-type>"
#   rate: "<rate>"
#   multiplier: <multiplier>
Soul-Capsules: #Stack amount: x, formula -> rate+multipler*(x-1)
  iron_golem:
material: STICK
cmd: 9901
name: "#45deb0Iron Golem Soul Capsule"
    hologram-display: "Iron Golem"
    type: "iron_golem"
    rate: 5
multiplier: 3
skeleton:
material: STICK
cmd: 9901
name: "#45deb0Skeleton Soul Capsule"
    hologram-display: "Skeleton"
    type: "skeleton"
    rate: 4
multiplier: 2
zombie:
material: STICK
cmd: 9901
name: "#45deb0Zombie Soul Capsule"
    hologram-display: "Zombie"
    type: "zombie"
    rate: 4
multiplier: 2
spider:
material: STICK
cmd: 9901
name: "#45deb0Spider Soul Capsule"
    hologram-display: "Spider"
    type: "spider"
    rate: 4
multiplier: 2
witch:
material: STICK
cmd: 9901
name: "#45deb0Witch Soul Capsule"
    hologram-display: "Witch"
    type: "witch"
    rate: 4
multiplier: 2
blaze:
material: STICK
cmd: 9901
name: "#45deb0Blaze Soul Capsule"
    hologram-display: "Blaze"
    type: "blaze"
    rate: 4
multiplier: 2
cow:
material: STICK
cmd: 9901
name: "#45deb0Cow Soul Capsule"
    hologram-display: "Cow"
    type: "cow"
    rate: 3
multiplier: 1
pig:
material: STICK
cmd: 9901
name: "#45deb0Pig Soul Capsule"
    hologram-display: "Pig"
    type: "pig"
    rate: 3
multiplier: 1
sheep:
material: STICK
cmd: 9901
name: "#45deb0Sheep Soul Capsule"
    hologram-display: "Sheep"
    type: "sheep"
    rate: 3
multiplier: 1
chicken:
material: STICK
cmd: 9901
name: "#45deb0Chicken Soul Capsule"
    hologram-display: "Chicken"
    type: "chicken"
    rate: 3
multiplier: 1

Soul-Tube:
name: "#45deb0Soul Tube"
  lore:
- "#4bd6cdSoul Essence: #56fcf1{EssenceAmountPH}"
  material: STICK
full-variation: #Equals Max Essence Amount
    cmd: 9905
half-variation:
cmd: 9904
low-variation:
cmd: 9903
empty-variation:
cmd: 9902
max-essence: 2000
Messages.yml​
YAML:
Soul-Collect-Message: "&fଗ #a3fa70{EssenceAmountPH} #82d850soul essence added to your tube."
Unknown-Command-Message: "&fଘ #e52b2bUnknown command."
Wrong-Usage-Message: "&fଘ #e52b2bWrong command usage."
Reload-Message: "&fଗ #82d850Plugin reloaded."
Debug-Disabled-Message: "&fଘ #e52b2bDebug Mode #ff4d4ddisabled#e52b2b."
Permission-Error-Message: "&fଘ #e52b2bYou don''t have permission to do that."
Tube-Full-Message: "&fଘ #e52b2bTube is full!"
Give-Capsule-Message: "&fଗ #a3fa70{PlayerNamePH} #82d850was given #a3fa70{CapsuleAmountPH}#82d850x #a3fa70{CapsuleTypePH} #82d850Capsule."
Give-Tube-Message: "&fଗ #a3fa70{PlayerNamePH} #82d850was given #a3fa70{TubeAmountPH}#82d850x #82d850Tube."
Get-Capsule-Message: "&fଗ #82d850You get #a3fa70{CapsuleAmountPH}#82d850x #a3fa70{CapsuleTypePH} #82d850Capsule."
Get-Tube-Message: "&fଗ #82d850You get #a3fa70{TubeAmountPH}#82d850x #82d850Tube."
Many-Tube-Message: "&fଗ #82d850You can''t collect soul essence when you have more than one tube in your hand."
Cant-Interact-Message: "&fଗ #82d850You can''t interact with a spawner while holding an item."
Numerics.yml​
YAML:
Unknown: "𦺋" #Unknown Value
0: "𫤪"
1: "𫤫"
2: "𫤴"
3: "𫤵"
4: "𫤶"
5: "𫤷"
6: "𫥀"
7: "𫥁"
8: "𫥂"
9: "𫥃"

Latest reviews

Customer service is as spectacular as the plugin it's self! <3
Nice support, Good plugin 🥰
Buy a license now
Name a fair price:
EULA: Standard EULA
$
Secure checkout:
Share and earn
Refer this resource and earn a 10% commission.
1,153 Views
5 Purchases
7 Downloads
Aug 6, 2024 Published
Sep 4, 2024 Updated
5.00 star(s)
Average rating (2)
653.4 KB File size
Type
  1. Gameplay
  2. Monetization
Supported software
  1. Spigot
Supported versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19
  5. 1.20
  6. 1.21
Creator
Recommended for you
5.00 star(s) 2 ratings
4 purchases
Customizable & Clean Tab and Scoreboard Configuration
5.00 star(s) 5 ratings
17 purchases
New generation crates! Make your server more polished!
5.00 star(s) 2 ratings
12 purchases
Pika Pika! Pixelmon-Themed BattlePass Design
Not yet rated
9 purchases
Not yet rated
7 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,153 Views
5 Purchases
7 Downloads
Aug 6, 2024 Published
Sep 4, 2024 Updated
5.00 star(s)
Average rating (2)
653.4 KB File size
Type
  1. Gameplay
  2. Monetization
Supported software
  1. Spigot
Supported versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19
  5. 1.20
  6. 1.21
Creator
Recommended for you
5.00 star(s) 2 ratings
4 purchases
Customizable & Clean Tab and Scoreboard Configuration
5.00 star(s) 5 ratings
17 purchases
New generation crates! Make your server more polished!
5.00 star(s) 2 ratings
12 purchases
Pika Pika! Pixelmon-Themed BattlePass Design
Not yet rated
9 purchases
Not yet rated
7 purchases
Top