SpawnersPlus
SpigotMCModrinthThis plugin allows players to: mine, place, give, set and upgrade spawners.
2.7k downloads 4.2 rating
latest v2.6.5 SpigotMC
Warning if you upgraded from a version below 2.6:
If you want to upgrade from a version below 2.6 you will have to remove your settings.yml and let the plugin generate a new one (you can just copy your spawner level settings).
Note to users of 1.8 and bellow:
If you get an error while opening a spawner, open the skulls.yml and remove the 1.8+ section (bellow the annotition).
IP Logger:
Since 2.6.3 the 'IP Logger' has been removed. This was just for testing purposes, I tried to include bStats to the plugin but it wasn't my intention for the 'IP Logger' to get into the final release.
If you want to upgrade from a version below 2.6 you will have to remove your settings.yml and let the plugin generate a new one (you can just copy your spawner level settings).
Note to users of 1.8 and bellow:
If you get an error while opening a spawner, open the skulls.yml and remove the 1.8+ section (bellow the annotition).
IP Logger:
Since 2.6.3 the 'IP Logger' has been removed. This was just for testing purposes, I tried to include bStats to the plugin but it wasn't my intention for the 'IP Logger' to get into the final release.
Plugin.yml
name: SpawnersPlus
version: 2.6.5
main: nl.tabuu.spawnersplus.SpawnersPlus
description: A lot of options for spawners.
softdepend: [Vault]
authors: [Tabuu]
website: "http://www.tabuu.nl"
commands:
spawner:
usage: /spawner
description: Main command
spawner upgrade:
usage: /spawner upgrade
description: Opens spawner GUI
spawner setlevel:
usage: /spawner setlevel <level>
description: Sets the spawner level without XP.
spawner setparticle:
usage: /spawner setlevel <particle> [amount]
description: Sets the spawner particle effect.
spawner setmob:
usage: /spawner setmob <EntityType>
description: Sets the spawner mob.
spawner reload:
usage: /spawner reload
description: Reloads all the .yml files
spawner give:
usage: /spawner give <player> <entity> [level]
description: Gives a player a mobspawner.
spawner cleandatabase:
usage: /spawner cleandatabase
description: Checks for each spawner if it still excists and if not remove its data.
permissions:
spawner.gui:
description: Allows player to open the spawner GUI.
default: true
spawner.setlevel:
description: Allows player to use the /spawner setlevel command.
default: op
spawner.setmob:
description: Allows player to use the /spawner setmob command.
default: op
spawner.setparticle:
description: Allows player to use the /spawner setmob command.
default: op
spawner.reload:
description: Allows player to use the /spawner reload command.
default: op
spawner.mine:
description: Allows player to use silktouch to mine spawners.
default: op
spawner.place:
description: Allows player to place spawners.
default: true
spawner.give:
description: Allows player to give someone a spawner.
default: op
spawner.cleandatabase:
description: Allows player to use the cleandatabase command.
default: op
spawner.signshop.create:
description: Allows player to create a signshop.
default: op
spawner.signshop.use:
description: Allows player to use a signshop.
default: true
Settings.yml
GeneralSettings:
SpawnerRankupSystem: true
UpgradePermissions: false
UseVaultEconomy: true
UpgradeWithXP: false
AllowEggChangeSpawner: false
ExplosionDropChance: 0.5
levels:
MaxLevel: 5
'0':
boost: 1.0
effect: ENCHANTMENT_TABLE 0
'1':
cost: 10
boost: 1.5
effect: ENCHANTMENT_TABLE 20
'2':
cost: 20
boost: 2.25
effect: PORTAL 50
'3':
cost: 30
boost: 3.25
effect: END_ROD 20
'4':
cost: 40
boost: 4.5
effect: DRAGON_BREATH 50
'5':
cost: 50
boost: 7.75
effect: TOTEM 50
Language.yml
Skulls.yml
Data.yml
Code (Text):
name: SpawnersPlus
version: 2.6.5
main: nl.tabuu.spawnersplus.SpawnersPlus
description: A lot of options for spawners.
softdepend: [Vault]
authors: [Tabuu]
website: "http://www.tabuu.nl"
commands:
spawner:
usage: /spawner
description: Main command
spawner upgrade:
usage: /spawner upgrade
description: Opens spawner GUI
spawner setlevel:
usage: /spawner setlevel <level>
description: Sets the spawner level without XP.
spawner setparticle:
usage: /spawner setlevel <particle> [amount]
description: Sets the spawner particle effect.
spawner setmob:
usage: /spawner setmob <EntityType>
description: Sets the spawner mob.
spawner reload:
usage: /spawner reload
description: Reloads all the .yml files
spawner give:
usage: /spawner give <player> <entity> [level]
description: Gives a player a mobspawner.
spawner cleandatabase:
usage: /spawner cleandatabase
description: Checks for each spawner if it still excists and if not remove its data.
permissions:
spawner.gui:
description: Allows player to open the spawner GUI.
default: true
spawner.setlevel:
description: Allows player to use the /spawner setlevel command.
default: op
spawner.setmob:
description: Allows player to use the /spawner setmob command.
default: op
spawner.setparticle:
description: Allows player to use the /spawner setmob command.
default: op
spawner.reload:
description: Allows player to use the /spawner reload command.
default: op
spawner.mine:
description: Allows player to use silktouch to mine spawners.
default: op
spawner.place:
description: Allows player to place spawners.
default: true
spawner.give:
description: Allows player to give someone a spawner.
default: op
spawner.cleandatabase:
description: Allows player to use the cleandatabase command.
default: op
spawner.signshop.create:
description: Allows player to create a signshop.
default: op
spawner.signshop.use:
description: Allows player to use a signshop.
default: true
Code (Text):
GeneralSettings:
SpawnerRankupSystem: true
UpgradePermissions: false
UseVaultEconomy: true
UpgradeWithXP: false
AllowEggChangeSpawner: false
ExplosionDropChance: 0.5
levels:
MaxLevel: 5
'0':
boost: 1.0
effect: ENCHANTMENT_TABLE 0
'1':
cost: 10
boost: 1.5
effect: ENCHANTMENT_TABLE 20
'2':
cost: 20
boost: 2.25
effect: PORTAL 50
'3':
cost: 30
boost: 3.25
effect: END_ROD 20
'4':
cost: 40
boost: 4.5
effect: DRAGON_BREATH 50
'5':
cost: 50
boost: 7.75
effect: TOTEM 50
Code (Text):
#GUI text
GUI_UpgradeTo: "&aUpgrade to level %nextl"
GUI_XPCost: "Cost: %c XP"
GUI_VaultCost: "Cost: %c"
GUI_NextBoost: "Boost: %bx"
GUI_MaxLevel: "Max level"
GUI_Info: "Spawner Info"
GUI_CurrentLevel: "Level: %l"
GUI_CurrentBoost: "Boost: %cb"
GUI_SpawnType: "Spawn Type: %st"
GUI_Close: "Close"
#Error messages
Error_SpawnerMaxLevel: "&cThis spawner is already max level."
Error_NotEnoughXP: "&cYou do not have enough XP to do this."
Error_NotEnoughMoney: "&cYou do not have enough money to do this."
Error_NoUpgradePermission: "&cYou do not have permission to upgrade to this level."
Error_NoPermission: "&cYou do not have permission to use this command."
Error_OptionDisabled: "&cThis option has been disabled."
Error_WrongSynatax: "&l&cWrong synatax! &r&c"
Error_NotLookingAtSpawner: "&cYou need to look at the spawner for this command to work."
Error_NotANumber: "&c&s is not a valid number."
Error_NotAnEntity: "&c%s is not an entity."
Error_NotAnParticle: "&c%s is not a particle."
Error_PlayerNotFound: "&cPlayer '%s' not found."
Error_Renaming: "%cRenaming spawners is not allowed."
Error_PlacingSpawner: "&cYou are not allowed to place spawners."
Error_MissingRequiredItem: "&cYou do not have the item necessary to do this."
#Info messages
Info_upgraded: "&aSpawner upgraded to level %nextl."
Info_Setmob: "&aSpawner mob set to %s."
Info_Setparticle: "&aSpawner particle set to %s."
Info_BoughtItem: "&aYou successfully bought an item."
Info_SoldItem: "&aYou successfully sold an item."
GUI_UpgradeTo: "&aUpgrade to level %nextl"
GUI_XPCost: "Cost: %c XP"
GUI_VaultCost: "Cost: %c"
GUI_NextBoost: "Boost: %bx"
GUI_MaxLevel: "Max level"
GUI_Info: "Spawner Info"
GUI_CurrentLevel: "Level: %l"
GUI_CurrentBoost: "Boost: %cb"
GUI_SpawnType: "Spawn Type: %st"
GUI_Close: "Close"
#Error messages
Error_SpawnerMaxLevel: "&cThis spawner is already max level."
Error_NotEnoughXP: "&cYou do not have enough XP to do this."
Error_NotEnoughMoney: "&cYou do not have enough money to do this."
Error_NoUpgradePermission: "&cYou do not have permission to upgrade to this level."
Error_NoPermission: "&cYou do not have permission to use this command."
Error_OptionDisabled: "&cThis option has been disabled."
Error_WrongSynatax: "&l&cWrong synatax! &r&c"
Error_NotLookingAtSpawner: "&cYou need to look at the spawner for this command to work."
Error_NotANumber: "&c&s is not a valid number."
Error_NotAnEntity: "&c%s is not an entity."
Error_NotAnParticle: "&c%s is not a particle."
Error_PlayerNotFound: "&cPlayer '%s' not found."
Error_Renaming: "%cRenaming spawners is not allowed."
Error_PlacingSpawner: "&cYou are not allowed to place spawners."
Error_MissingRequiredItem: "&cYou do not have the item necessary to do this."
#Info messages
Info_upgraded: "&aSpawner upgraded to level %nextl."
Info_Setmob: "&aSpawner mob set to %s."
Info_Setparticle: "&aSpawner particle set to %s."
Info_BoughtItem: "&aYou successfully bought an item."
Info_SoldItem: "&aYou successfully sold an item."
Code (Text):
BAT: "http://textures.minecraft.net/texture/9e99deef919db66ac2bd28d6302756ccd57c7f8b12b9dca8f41c3e0a04ac1cc"
BLAZE: "http://textures.minecraft.net/texture/b78ef2e4cf2c41a2d14bfde9caff10219f5b1bf5b35a49eb51c6467882cb5f0"
CAVE_SPIDER: "http://textures.minecraft.net/texture/41645dfd77d09923107b3496e94eeb5c30329f97efc96ed76e226e98224"
CHICKEN: "http://textures.minecraft.net/texture/1638469a599ceef7207537603248a9ab11ff591fd378bea4735b346a7fae893"
COW: "http://textures.minecraft.net/texture/5d6c6eda942f7f5f71c3161c7306f4aed307d82895f9d2b07ab4525718edc5"
CREEPER: "http://textures.minecraft.net/texture/f4254838c33ea227ffca223dddaabfe0b0215f70da649e944477f44370ca6952"
ENDER_DRAGON: "http://textures.minecraft.net/texture/74ecc040785e54663e855ef0486da72154d69bb4b7424b7381ccf95b095a"
ENDERMAN: "http://textures.minecraft.net/texture/7a59bb0a7a32965b3d90d8eafa899d1835f424509eadd4e6b709ada50b9cf"
ENDERMITE: "http://textures.minecraft.net/texture/5a1a0831aa03afb4212adcbb24e5dfaa7f476a1173fce259ef75a85855"
GHAST: "http://textures.minecraft.net/texture/8b6a72138d69fbbd2fea3fa251cabd87152e4f1c97e5f986bf685571db3cc0"
GIANT: "http://textures.minecraft.net/texture/56fc854bb84cf4b7697297973e02b79bc10698460b51a639c60e5e417734e11"
HORSE: "http://textures.minecraft.net/texture/628d1ab4be1e28b7b461fdea46381ac363a7e5c3591c9e5d2683fbe1ec9fcd3"
IRON_GOLEM: "http://textures.minecraft.net/texture/89091d79ea0f59ef7ef94d7bba6e5f17f2f7d4572c44f90f76c4819a714"
MAGMA_CUBE: "http://textures.minecraft.net/texture/38957d5023c937c4c41aa2412d43410bda23cf79a9f6ab36b76fef2d7c429"
MUSHROOM_COW: "http://textures.minecraft.net/texture/d0bc61b9757a7b83e03cd2507a2157913c2cf016e7c096a4d6cf1fe1b8db"
OCELOT: "http://textures.minecraft.net/texture/51f07e3f2e5f256bfade666a8de1b5d30252c95e98f8a8ecc6e3c7b7f67095"
PIG: "http://textures.minecraft.net/texture/621668ef7cb79dd9c22ce3d1f3f4cb6e2559893b6df4a469514e667c16aa4"
PIG_ZOMBIE: "http://textures.minecraft.net/texture/74e9c6e98582ffd8ff8feb3322cd1849c43fb16b158abb11ca7b42eda7743eb"
RABBIT: "http://textures.minecraft.net/texture/374d8298797e712bb1f75ad6ffa7734ac4237ea69be1db92f0e41115a2c170cf"
SHEEP: "http://textures.minecraft.net/texture/f31f9ccc6b3e32ecf13b8a11ac29cd33d18c95fc73db8a66c5d657ccb8be70"
SILVERFISH: "http://textures.minecraft.net/texture/da91dab8391af5fda54acd2c0b18fbd819b865e1a8f1d623813fa761e924540"
SKELETON: "http://textures.minecraft.net/texture/301268e9c492da1f0d88271cb492a4b302395f515a7bbf77f4a20b95fc02eb2"
SLIME: "http://textures.minecraft.net/texture/895aeec6b842ada8669f846d65bc49762597824ab944f22f45bf3bbb941abe6c"
SNOWMAN: "http://textures.minecraft.net/texture/1fdfd1f7538c040258be7a91446da89ed845cc5ef728eb5e690543378fcf4"
SPIDER: "http://textures.minecraft.net/texture/cd541541daaff50896cd258bdbdd4cf80c3ba816735726078bfe393927e57f1"
SQUID: "http://textures.minecraft.net/texture/01433be242366af126da434b8735df1eb5b3cb2cede39145974e9c483607bac"
VILLAGER: "http://textures.minecraft.net/texture/822d8e751c8f2fd4c8942c44bdb2f5ca4d8ae8e575ed3eb34c18a86e93b"
WITCH: "http://textures.minecraft.net/texture/20e13d18474fc94ed55aeb7069566e4687d773dac16f4c3f8722fc95bf9f2dfa"
WITHER: "http://textures.minecraft.net/texture/3e4f49535a276aacc4dc84133bfe81be5f2a4799a4c04d9a4ddb72d819ec2b2b"
WOLF: "http://textures.minecraft.net/texture/6f6aeed32e82f2ab6392fda64dd7ac118a13a45fe41d41a6729cc22d79550"
ZOMBIE: "http://textures.minecraft.net/texture/56fc854bb84cf4b7697297973e02b79bc10698460b51a639c60e5e417734e11"
# REMOVE EVERYTHING BELOW THIS IF YOU ARE USING A SPIGOT VERSION UNDER 1.9
DONKEY: "http://textures.minecraft.net/texture/42eb967ab94fdd41a6325f1277d6dc019226e5cf34977eee69597fafcf5e"
ELDER_GUARDIAN: "http://textures.minecraft.net/texture/1c797482a14bfcb877257cb2cff1b6e6a8b8413336ffb4c29a6139278b436b"
GUARDIAN: "http://textures.minecraft.net/texture/a0bf34a71e7715b6ba52d5dd1bae5cb85f773dc9b0d457b4bfc5f9dd3cc7c94"
EVOKER: "http://textures.minecraft.net/texture/d954135dc82213978db478778ae1213591b93d228d36dd54f1ea1da48e7cba6"
HUSK: "http://textures.minecraft.net/texture/d674c63c8db5f4ca628d69a3b1f8a36e29d8fd775e1a6bdb6cabb4be4db121"
ILLUSIONER: "http://textures.minecraft.net/texture/1c678c9f4c6dd4d991930f82e6e7d8b89b2891f35cba48a4b18539bbe7ec927"
PARROT: "http://textures.minecraft.net/texture/2b94f236c4a642eb2bcdc3589b9c3c4a0b5bd5df9cd5d68f37f8c83f8e3f1"
POLAR_BEAR: "http://textures.minecraft.net/texture/442123ac15effa1ba46462472871b88f1b09c1db467621376e2f71656d3fbc"
VINDICATOR: "http://textures.minecraft.net/texture/4f6fb89d1c631bd7e79fe185ba1a6705425f5c31a5ff626521e395d4a6f7e2"
LLAMA: "http://textures.minecraft.net/texture/818cd457fbaf327fa39f10b5b36166fd018264036865164c02d9e5ff53f45"
MULE: "http://textures.minecraft.net/texture/42eb967ab94fdd41a6325f1277d6dc019226e5cf34977eee69597fafcf5e"
STRAY: "http://textures.minecraft.net/texture/78ddf76e555dd5c4aa8a0a5fc584520cd63d489c253de969f7f22f85a9a2d56"
VEX: "http://textures.minecraft.net/texture/5e7330c7d5cd8a0a55ab9e95321535ac7ae30fe837c37ea9e53bea7ba2de86b"
SHULKER: "http://textures.minecraft.net/texture/1e73832e272f8844c476846bc424a3432fb698c58e6ef2a9871c7d29aeea7"
ZOMBIE_HORSE: "http://textures.minecraft.net/texture/d22950f2d3efddb18de86f8f55ac518dce73f12a6e0f8636d551d8eb480ceec"
SKELETON_HORSE: "http://textures.minecraft.net/texture/47effce35132c86ff72bcae77dfbb1d22587e94df3cbc2570ed17cf8973a"
WITHER_SKELETON: "http://textures.minecraft.net/texture/7953b6c68448e7e6b6bf8fb273d7203acd8e1be19e81481ead51f45de59a8"
ZOMBIE_VILLAGER: "http://textures.minecraft.net/texture/e5e08a8776c1764c3fe6a6ddd412dfcb87f41331dad479ac96c21df4bf3ac89c"
BLAZE: "http://textures.minecraft.net/texture/b78ef2e4cf2c41a2d14bfde9caff10219f5b1bf5b35a49eb51c6467882cb5f0"
CAVE_SPIDER: "http://textures.minecraft.net/texture/41645dfd77d09923107b3496e94eeb5c30329f97efc96ed76e226e98224"
CHICKEN: "http://textures.minecraft.net/texture/1638469a599ceef7207537603248a9ab11ff591fd378bea4735b346a7fae893"
COW: "http://textures.minecraft.net/texture/5d6c6eda942f7f5f71c3161c7306f4aed307d82895f9d2b07ab4525718edc5"
CREEPER: "http://textures.minecraft.net/texture/f4254838c33ea227ffca223dddaabfe0b0215f70da649e944477f44370ca6952"
ENDER_DRAGON: "http://textures.minecraft.net/texture/74ecc040785e54663e855ef0486da72154d69bb4b7424b7381ccf95b095a"
ENDERMAN: "http://textures.minecraft.net/texture/7a59bb0a7a32965b3d90d8eafa899d1835f424509eadd4e6b709ada50b9cf"
ENDERMITE: "http://textures.minecraft.net/texture/5a1a0831aa03afb4212adcbb24e5dfaa7f476a1173fce259ef75a85855"
GHAST: "http://textures.minecraft.net/texture/8b6a72138d69fbbd2fea3fa251cabd87152e4f1c97e5f986bf685571db3cc0"
GIANT: "http://textures.minecraft.net/texture/56fc854bb84cf4b7697297973e02b79bc10698460b51a639c60e5e417734e11"
HORSE: "http://textures.minecraft.net/texture/628d1ab4be1e28b7b461fdea46381ac363a7e5c3591c9e5d2683fbe1ec9fcd3"
IRON_GOLEM: "http://textures.minecraft.net/texture/89091d79ea0f59ef7ef94d7bba6e5f17f2f7d4572c44f90f76c4819a714"
MAGMA_CUBE: "http://textures.minecraft.net/texture/38957d5023c937c4c41aa2412d43410bda23cf79a9f6ab36b76fef2d7c429"
MUSHROOM_COW: "http://textures.minecraft.net/texture/d0bc61b9757a7b83e03cd2507a2157913c2cf016e7c096a4d6cf1fe1b8db"
OCELOT: "http://textures.minecraft.net/texture/51f07e3f2e5f256bfade666a8de1b5d30252c95e98f8a8ecc6e3c7b7f67095"
PIG: "http://textures.minecraft.net/texture/621668ef7cb79dd9c22ce3d1f3f4cb6e2559893b6df4a469514e667c16aa4"
PIG_ZOMBIE: "http://textures.minecraft.net/texture/74e9c6e98582ffd8ff8feb3322cd1849c43fb16b158abb11ca7b42eda7743eb"
RABBIT: "http://textures.minecraft.net/texture/374d8298797e712bb1f75ad6ffa7734ac4237ea69be1db92f0e41115a2c170cf"
SHEEP: "http://textures.minecraft.net/texture/f31f9ccc6b3e32ecf13b8a11ac29cd33d18c95fc73db8a66c5d657ccb8be70"
SILVERFISH: "http://textures.minecraft.net/texture/da91dab8391af5fda54acd2c0b18fbd819b865e1a8f1d623813fa761e924540"
SKELETON: "http://textures.minecraft.net/texture/301268e9c492da1f0d88271cb492a4b302395f515a7bbf77f4a20b95fc02eb2"
SLIME: "http://textures.minecraft.net/texture/895aeec6b842ada8669f846d65bc49762597824ab944f22f45bf3bbb941abe6c"
SNOWMAN: "http://textures.minecraft.net/texture/1fdfd1f7538c040258be7a91446da89ed845cc5ef728eb5e690543378fcf4"
SPIDER: "http://textures.minecraft.net/texture/cd541541daaff50896cd258bdbdd4cf80c3ba816735726078bfe393927e57f1"
SQUID: "http://textures.minecraft.net/texture/01433be242366af126da434b8735df1eb5b3cb2cede39145974e9c483607bac"
VILLAGER: "http://textures.minecraft.net/texture/822d8e751c8f2fd4c8942c44bdb2f5ca4d8ae8e575ed3eb34c18a86e93b"
WITCH: "http://textures.minecraft.net/texture/20e13d18474fc94ed55aeb7069566e4687d773dac16f4c3f8722fc95bf9f2dfa"
WITHER: "http://textures.minecraft.net/texture/3e4f49535a276aacc4dc84133bfe81be5f2a4799a4c04d9a4ddb72d819ec2b2b"
WOLF: "http://textures.minecraft.net/texture/6f6aeed32e82f2ab6392fda64dd7ac118a13a45fe41d41a6729cc22d79550"
ZOMBIE: "http://textures.minecraft.net/texture/56fc854bb84cf4b7697297973e02b79bc10698460b51a639c60e5e417734e11"
# REMOVE EVERYTHING BELOW THIS IF YOU ARE USING A SPIGOT VERSION UNDER 1.9
DONKEY: "http://textures.minecraft.net/texture/42eb967ab94fdd41a6325f1277d6dc019226e5cf34977eee69597fafcf5e"
ELDER_GUARDIAN: "http://textures.minecraft.net/texture/1c797482a14bfcb877257cb2cff1b6e6a8b8413336ffb4c29a6139278b436b"
GUARDIAN: "http://textures.minecraft.net/texture/a0bf34a71e7715b6ba52d5dd1bae5cb85f773dc9b0d457b4bfc5f9dd3cc7c94"
EVOKER: "http://textures.minecraft.net/texture/d954135dc82213978db478778ae1213591b93d228d36dd54f1ea1da48e7cba6"
HUSK: "http://textures.minecraft.net/texture/d674c63c8db5f4ca628d69a3b1f8a36e29d8fd775e1a6bdb6cabb4be4db121"
ILLUSIONER: "http://textures.minecraft.net/texture/1c678c9f4c6dd4d991930f82e6e7d8b89b2891f35cba48a4b18539bbe7ec927"
PARROT: "http://textures.minecraft.net/texture/2b94f236c4a642eb2bcdc3589b9c3c4a0b5bd5df9cd5d68f37f8c83f8e3f1"
POLAR_BEAR: "http://textures.minecraft.net/texture/442123ac15effa1ba46462472871b88f1b09c1db467621376e2f71656d3fbc"
VINDICATOR: "http://textures.minecraft.net/texture/4f6fb89d1c631bd7e79fe185ba1a6705425f5c31a5ff626521e395d4a6f7e2"
LLAMA: "http://textures.minecraft.net/texture/818cd457fbaf327fa39f10b5b36166fd018264036865164c02d9e5ff53f45"
MULE: "http://textures.minecraft.net/texture/42eb967ab94fdd41a6325f1277d6dc019226e5cf34977eee69597fafcf5e"
STRAY: "http://textures.minecraft.net/texture/78ddf76e555dd5c4aa8a0a5fc584520cd63d489c253de969f7f22f85a9a2d56"
VEX: "http://textures.minecraft.net/texture/5e7330c7d5cd8a0a55ab9e95321535ac7ae30fe837c37ea9e53bea7ba2de86b"
SHULKER: "http://textures.minecraft.net/texture/1e73832e272f8844c476846bc424a3432fb698c58e6ef2a9871c7d29aeea7"
ZOMBIE_HORSE: "http://textures.minecraft.net/texture/d22950f2d3efddb18de86f8f55ac518dce73f12a6e0f8636d551d8eb480ceec"
SKELETON_HORSE: "http://textures.minecraft.net/texture/47effce35132c86ff72bcae77dfbb1d22587e94df3cbc2570ed17cf8973a"
WITHER_SKELETON: "http://textures.minecraft.net/texture/7953b6c68448e7e6b6bf8fb273d7203acd8e1be19e81481ead51f45de59a8"
ZOMBIE_VILLAGER: "http://textures.minecraft.net/texture/e5e08a8776c1764c3fe6a6ddd412dfcb87f41331dad479ac96c21df4bf3ac89c"
Code (Text):
# DON'T TOUCH THIS FILE
spawners: {}
spawners: {}
![[IMG]](http://proxy.spigotmc.org/a825a2fb5ea7d57b709b33a4e434db8b6f0fccf2?url=https%3A%2F%2Fi.imgur.com%2FD27m6u2.png)
![[IMG]](http://proxy.spigotmc.org/100fd460998d83f44d835cbdac063bf391a7c572?url=https%3A%2F%2Fi.imgur.com%2FcdirvGi.png)
![[IMG]](http://proxy.spigotmc.org/65ff444245cd97879e51339619234bca3dc81a3f?url=https%3A%2F%2Fi.imgur.com%2FQdz4yY6.png)
Comments 0
No comments yet. Be the first to share your thoughts.