Language

⚡UltraSpawners⚡SPAWNER STACKING|MONSTER STACKING|UPGRADEABLE|HOLOGRAMS|GUI | 1.14^

⚡UltraSpawners⚡SPAWNER STACKING|MONSTER STACKING|UPGRADEABLE|HOLOGRAMS|GUI | 1.14^

SpigotMC

A free version of the popular Epic Spawner including alot of features!

642 downloads
latest vA1.0 SpigotMC
1.16 – 1.16
[​IMG]

Unique Features

  • Fully customizable GUI
  • Tier based drops!
  • Upgradeable spawners
  • Stackable spawners(chunk or proximity)
  • Stacking mobs
  • Multiple other features
  • Toggleable Holograms(self unloading)
  • No database used!

Warning!!
Do not use with any existing spawner plugins
(SilkSpawners/MineableSpawners)

Configuration!
Code (Text):

GeneralConfig:
  max-stack-size: 200
  keep-stacking: true
  kill-on-hit: true
  chunk-spawner-stacking: true
  max-spawner-stack: 50



ItemConfig:
  general-name-format: '&8%type &7| &aTier %tier'
  lore:
    - '&7A Ultra Spawner!'
    - '&7Will spawn special mobs with custom drops!'
GuiConfig:
  fill-empty-slots: true
  filling-material: BLACK_STAINED_GLASS_PANE
  filling-name: '&7-'
  hologramStatus:
    enabled: 'enabled'
    disabled: 'disabled'
  type:
    material: SPAWNER
    name: '&a%type &8| &7Spawner'
    lore:
      - '&7The type of mob it will spawn'
  tier:
    material: DIAMOND
    name: '&a%tier &8| &7Tier'
    lore:
      - '&7This spawner tier level!'
      - '&7Each tier level will make the mobs drop something else!'
  stack:
    material: CHEST
    name: '&a%stack &8| &7Stack'
    lore:
      - '&7This many spawners are stacked inside this one'
  hologram:
    material: ARMOR_STAND
    name: '&a%hologramStatus &8| &7Hologram'
    lore:
      - '&7Click here to enable or disable the hologram!'
  upgrade:
    material: EXPERIENCE_BOTTLE
    name: '&aUpgrade'
    lore:
      - '&7This spawner can be upgraded to tier %nextTier'
      - '&7You can buy the upgrade for &a$%upgradeCost'
  maxUpgrade:
    material: EXPERIENCE_BOTTLE
    name: '&aMax Tier'
    lore:
      - '&7This spawner is at the highest tier'
      - '&7You can not upgrade it anymore!'
 

Code (Text):

#
#    This config is for the tier based drops part of the spawners
#    The following example should be enough for anyone to replicate
#    The format will be started with the EntityType name (PIG,COW,SHEEP)
#         - Names should be uppercased
#         - Try keeping the tier in order to avoid any possible errors
#    !!More advance options including in-game editor for custom items will be added soon!!
#EntityType(PIG,COW,SHEEP)
    #Tier number(Should always be a number and in increasing order!)
      #Items that should be dropped(as a list,at the moment there is no chance system implemented,so all the items in that list will drop!)

Drops:
  PIG:
      1:
        - PORKCHOP
      2:
        - PORKCHOP
        - COOKED_PORKCHOP
  SHEEP:
      1:
        - WHITE_WOOL
      2:
        - RED_BED
  COW:
      1:
        - LEATHER
        - BEEF
      2:
        - LEATHER
        - COOKED_BEEF
  CHICKEN:
      1:
        - FEATHER
        - CHICKEN
      2:
        - FEATHER
        - EGG
        - COOKED_CHICKEN
  ZOMBIE:
      1:
        - ROTTEN_FLESH
      2:
        - ROTTEN_FLESH
        - CARROT
  SKELETON:
      1:
        - BONE
      2:
        - BONE
        - ARROW
  SPIDER:
    1:
      - STRING
    2:
      - STRING
      - SPIDER_EYE
  CREEPER:
    1:
      - GUNPOWDER
    2:
      - TNT
  ENDERMAN:
    1:
      - ENDER_PEARL
    2:
      - ENDER_EYE
  CAVE_SPIDER:
    1:
      - STRING
    2:
      - STRING
      - SPIDER_EYE
  IRON_GOLEM:
    1:
      - IRON_ORE
    2:
      - IRON_INGOT
  BLAZE:
    1:
      - BLAZE_POWDER
    2:
      - BLAZE_ROD
 

Code (Text):

Messages:
  prefix: '&e[UltraSpawners]'
  no-permission: "&cYou do not have permission to use this command!"
  spawner-already-opened: "&cSomebody is looking at this spawner already!"
  spawner-broken-while-watching: "&cSomebody destroyed the spawner you are looking at!"
  not-enough-money: '&cYou dont have enough money to upgrade the spawner!'
  successsfully-upgraded-spawner: '&aYou successfully upgraded the spawner!'
 

Code (Text):

#This is the upgrade part of the spawners
#Here you can setup how much money each tier will cost
#And how many tiers can the spawner have!
#   PLEASE KEEP THIS LINKED TO DROPS TIERS!(Dont place more tier on the upgrade config than on the drops one!)


#Here is an example on how to set a new tier for a mob type!
#Please try to keep the tiers in order(increasing from 1-2-3)


#EntityType:
  #Tier:money

Upgrades:
  PIG:
    2: 5000
  SHEEP:
    2: 5000
  COW:
    2: 10000
  CHICKEN:
    2: 5000
  ZOMBIE:
    2: 10000
  SKELETON:
    2: 10000
  SPIDER:
    2: 10000
  CAVE_SPIDER:
    2: 10000
  CREEPER:
    2: 50000
  ENDERMAN:
    2: 30000
  IRON_GOLEM:
    2: 75000
  BLAZE:
    2: 30000
 


/ultraspawners give <player> <type> <tier> <amount> - Give the player a spawner

ultraspawners.give - Permission to use the give command!

You need these dependencies for the plugin to work!
For this plugin to work you need the following plugins installed
Vault (with a economy plugin)
HolographicDisplays (2.4.5 or above)

This version is in alpha,please report any bugs or errors encountered!
Features will come as requested/suggested or by my free time!


All the problems related to this plugin should be directed personally towards me or the discussion page,any problem placed in the review section i will not offer support!
Contact me on discord directly Stellrow#8516
Other
Only latest version receives support!(Don't ask for other spigot versions!)
Does not work with versions under 1.14!


Making plugins is a hobby and doesn't pay me anything,if you feel like
supporting this resource or me in general feel free to buy me a drink


Donate

Versions

Release
A1.0
·
8
Release
A1.0
·

Comments 0

No comments yet. Be the first to share your thoughts.

Download ⚡UltraSpawners⚡SPAWNER STACKING|MONSTER STACKING|UPGRADEABLE|HOLOGRAMS|GUI | 1.14^

Files are served directly from the original source. Modgrid does not host or modify them.