Difference between revisions of "MobSpawner"

From Craftland Minecraft Aether Server
Jump to: navigation, search
m (Super Rare)
(Spawner Rules)
 
(13 intermediate revisions by 2 users not shown)
Line 27: Line 27:
 
|data8  =  
 
|data8  =  
 
}}
 
}}
 +
<div style="position: fixed; top:450px; right:12px;">
 
{{Infobox
 
{{Infobox
 
|headerstyle  = background:rgba(210,230,255,1);
 
|headerstyle  = background:rgba(210,230,255,1);
Line 39: Line 40:
 
|data8  = <div style="font-size: 150%;"><mcitem name="MobSpawner Pig" size=32>[[MobSpawner#Unobtainable|Unobtainable]]</mcitem></div>
 
|data8  = <div style="font-size: 150%;"><mcitem name="MobSpawner Pig" size=32>[[MobSpawner#Unobtainable|Unobtainable]]</mcitem></div>
 
}}
 
}}
 +
</div>
  
 
== About ==
 
== About ==
Line 44: Line 46:
  
 
[[MobSpawner]]s can be found within any world inside of '''Dungeon'''s, [[Stronghold]]s, '''Nether Fortresses''' etc.
 
[[MobSpawner]]s can be found within any world inside of '''Dungeon'''s, [[Stronghold]]s, '''Nether Fortresses''' etc.
* [[MobSpawner]]s, additionally, have a 95% chance to spawn as a '''Red''' spawner within [[Deepvale]] or [[Greycliff]] structures. '''Red Spawners''' cannot be picked up.
+
* [[MobSpawner]]s, additionally, have a 5% chance to replace a generated [[Red Spawner]] within [[Deepvale]] or [[Greycliff]] structures. '''Red Spawners''' cannot be picked up.
 +
 
 +
=== Spawner Rules ===
 +
Mob spawners will ATTEMPT to spawn a mob based on a list of chances. The default rule is it will attempt to spawn once between 500 and 1500 ticks.
 +
At 20tps, this means that by default it will do one spawn cycle between every 25 and 75 seconds. This only applies to spawners with no spawns.
 +
If there is spawns on it,the code takes a calculation of the total spawns it has made, and divides it by 20, adding this as a tick delay. This is for basic spawners. There are different delays for:
 +
Ghasts,
 +
Slimes,
 +
Shadow swets,
 +
Giants,
 +
Wolves,
 +
Chickens,
 +
Moas,
 +
Birds,
 +
Villagers.
 +
If a spawner tries to spawn in an area with a mob, it will fail. Same goes if it attempts to spawn in a block, or the mobcap is hit. Normal mob spawn rules still apply, such as light level etc.
 +
Here is a graph on expected spawn times with the amount of spawns on the spawner.
 +
<gallery>
 +
File:Image 2021-09-04 005803.png|Mob Spawns
 +
</gallery>
 +
 
 +
 
  
 
==== Other Information ====
 
==== Other Information ====
Line 51: Line 74:
 
* Some [[MobSpawner]]'s will only spawn their mob if the conditions are valid for the mob that is being spawned.
 
* Some [[MobSpawner]]'s will only spawn their mob if the conditions are valid for the mob that is being spawned.
 
* [[MobSpawner]]s get weaker the more entities they spawn. Use a <item n="Essence of Undeath"/> on the [[MobSpawner]] to negate the total entities spawned by '''1,000'''.
 
* [[MobSpawner]]s get weaker the more entities they spawn. Use a <item n="Essence of Undeath"/> on the [[MobSpawner]] to negate the total entities spawned by '''1,000'''.
 +
** The spawn delay for [[MobSpawner]]s is calculated using the following algorithm: '''{{H:title|This is different with every EntityType. The default for this is 500-1500 ticks.|spawnDelay}} + ({{H:title|This is the total amount of spawns that have occured from that Mob Spawner. You can view this by hovering over the Mob Spawner in your Inventory or whilst it's placed.|totalSpawns}}/20)'''.
 
* [[MobSpawner]]s '''can be privated like a Chest or Door.'''
 
* [[MobSpawner]]s '''can be privated like a Chest or Door.'''
  
Line 56: Line 80:
 
=== <div style="color: rgb(0,200,50);">Common</div> ===
 
=== <div style="color: rgb(0,200,50);">Common</div> ===
 
* <mcitem name="MobSpawner Pig" size=32>'''Cave Spider Spawner'''</mcitem> ''(Hostile Entity)''
 
* <mcitem name="MobSpawner Pig" size=32>'''Cave Spider Spawner'''</mcitem> ''(Hostile Entity)''
** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/>
+
** '''Mob Drops:''' <item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/>
** '''Conditions: ''' Enough Space and Darkness.
+
** '''Conditions:''' Enough Space and Darkness.
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Mine Shafts''.
+
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 +
** '''How to Obtain:''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Mine Shafts''.
  
 
* <mcitem name="MobSpawner Pig" size=32>'''Spider Spawner'''</mcitem> ''(Hostile Entity)''
 
* <mcitem name="MobSpawner Pig" size=32>'''Spider Spawner'''</mcitem> ''(Hostile Entity)''
 
** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/>
 
** '''Mob Drops: '''<item n="Spider Eye"/>, <item n="Cobweb"/> and <item n="String"/>
 
** '''Conditions: ''' Enough Space and Darkness.
 
** '''Conditions: ''' Enough Space and Darkness.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
  
Line 68: Line 94:
 
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Iron Ingot"/>, <item n="Carrot"/>, <item n="Potato"/> and <item n="Zombie Head"/>
 
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Iron Ingot"/>, <item n="Carrot"/>, <item n="Potato"/> and <item n="Zombie Head"/>
 
** '''Conditions: ''' Enough Space and Darkness.
 
** '''Conditions: ''' Enough Space and Darkness.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
  
Line 74: Line 101:
 
** '''Conditions: ''' Enough Space and Darkness.
 
** '''Conditions: ''' Enough Space and Darkness.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn '''Wither Skeleton'''s if placed in the [[Nether]].</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn '''Wither Skeleton'''s if placed in the [[Nether]].</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
 
** '''How to Obtain: ''' [[Deepvale]] generation, <item n="Supply Crate"/>s and ''Dungeons''.
  
Line 80: Line 108:
 
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Gold Nugget"/>, <item n="Gold Ingot"/> and <item n="Golden Sword"/>
 
** '''Mob Drops: '''<item n="Rotten Flesh"/>, <item n="Gold Nugget"/>, <item n="Gold Ingot"/> and <item n="Golden Sword"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s, [[Deepvale]] generation, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s, [[Deepvale]] generation, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
  
Line 85: Line 114:
 
** '''Mob Drops: '''<item n="Ghast Tear"/> and <item n="Gunpowder"/>
 
** '''Mob Drops: '''<item n="Ghast Tear"/> and <item n="Gunpowder"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 100-500 + (totalSpawns/100).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''800 Credits'' (4,000,000 Coins).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''800 Credits'' (4,000,000 Coins).
  
Line 90: Line 120:
 
** '''Mob Drops: '''<item n="Gunpowder"/>
 
** '''Mob Drops: '''<item n="Gunpowder"/>
 
** '''Conditions: ''' Enough Space and Darkness.
 
** '''Conditions: ''' Enough Space and Darkness.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, [[Achievements]] (Kill 100 level 10 creepers), purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, [[Achievements]] (Kill 100 level 10 creepers), purchasable from ''/voteshop'' for ''200 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
  
Line 96: Line 127:
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Slime Spawners work better within a '''Slime Chunk'''.</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Slime Spawners work better within a '''Slime Chunk'''.</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 35-535 + (totalSpawns/100).
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s, purchasable from ''/voteshop'' for ''150 Vote Points'' and the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
  
Line 101: Line 133:
 
** '''Mob Drops: '''<item n="Blaze Rod"/>
 
** '''Mob Drops: '''<item n="Blaze Rod"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s and ''Nether Fortresses''.
 
** '''How to Obtain: '''[[Deepvale]] generation, <item n="Supply Crate"/>s and ''Nether Fortresses''.
  
Line 107: Line 140:
 
** '''Mob Drops: '''<item n="Raw Chicken/> (<item n="Cooked Chicken"/> when using '''Flame/Fire Aspect'''), <item n="Egg"/> and <item n="Feather"/>
 
** '''Mob Drops: '''<item n="Raw Chicken/> (<item n="Cooked Chicken"/> when using '''Flame/Fire Aspect'''), <item n="Egg"/> and <item n="Feather"/>
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 250-950 + (totalSpawns/100).
 
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''500 Credits'' (2,500,000 Coins).
 
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''500 Credits'' (2,500,000 Coins).
  
Line 112: Line 146:
 
** '''Mob Drops: '''<item n="Ink Sac"/>
 
** '''Mob Drops: '''<item n="Ink Sac"/>
 
** '''Conditions: ''' Water.
 
** '''Conditions: ''' Water.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''800 Credits'' (4,000,000 Coins).
 
** '''How to Obtain: ''' Purchasable from the ''Server Store'' for ''800 Credits'' (4,000,000 Coins).
  
Line 118: Line 153:
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''[[Silverfish]] can move into a block of <item n="Stone"/>, <item n="Cobblestone"/>, <item n="Stone Bricks"/> etc. and turn it into a '''Monster Egg'''.</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''[[Silverfish]] can move into a block of <item n="Stone"/>, <item n="Cobblestone"/>, <item n="Stone Bricks"/> etc. and turn it into a '''Monster Egg'''.</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Stronghold]]s.
 
** '''How to Obtain: ''' [[Stronghold]]s.
  
Line 124: Line 160:
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Phyg]]s if placed in the [[Aether]].</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Phyg]]s if placed in the [[Aether]].</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Achievements]] (Kill 50,000 mobs total).
 
** '''How to Obtain: ''' [[Achievements]] (Kill 50,000 mobs total).
  
Line 130: Line 167:
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Sheepuff]]s if placed in the [[Aether]].</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Sheepuff]]s if placed in the [[Aether]].</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s and are purchasable from the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
 
** '''How to Obtain: ''' <item n="Supply Crate"/>s and are purchasable from the ''Server Store'' for ''650 Credits'' (3,250,000 Coins).
  
Line 135: Line 173:
 
** '''Mob Drops: '''<item n="Raw Porkchop"/> (<item n="Cooked Porkchop"/> when using '''Flame/Fire Aspect''') and <item n="Feather"/>
 
** '''Mob Drops: '''<item n="Raw Porkchop"/> (<item n="Cooked Porkchop"/> when using '''Flame/Fire Aspect''') and <item n="Feather"/>
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: ''' [[Arena]] and <item n="Supply Crate"/>s.
 
** '''How to Obtain: ''' [[Arena]] and <item n="Supply Crate"/>s.
  
Line 140: Line 179:
 
** '''Mob Drops: '''<item n="String"/>
 
** '''Mob Drops: '''<item n="String"/>
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' [[Elysian Dungeon]] and <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' [[Elysian Dungeon]] and <item n="Supply Crate"/>s.
  
Line 147: Line 187:
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Villagers can be traded with and do not despawn.</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Villagers can be traded with and do not despawn.</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 700-1000 + (totalSpawns/100).
 
** '''How to Obtain:''' [[Arena]] and <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' [[Arena]] and <item n="Supply Crate"/>s.
  
Line 153: Line 194:
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''When a [[Panda]] is killed the player is struck by Lightning.</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''When a [[Panda]] is killed the player is struck by Lightning.</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain: '''Purchasable from the ''Server Store'' for ''1,000 Credits'' (5,000,000 Coins).
 
** '''How to Obtain: '''Purchasable from the ''Server Store'' for ''1,000 Credits'' (5,000,000 Coins).
  
Line 158: Line 200:
 
** '''Mob Drops: '''<item n="Blue Moa Egg"/> (Dependant on the colour of the [[Moa]]) and <item n="Feather"/>
 
** '''Mob Drops: '''<item n="Blue Moa Egg"/> (Dependant on the colour of the [[Moa]]) and <item n="Feather"/>
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 600-2100 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 163: Line 206:
 
** '''Mob Drops: '''<item n="String"/>
 
** '''Mob Drops: '''<item n="String"/>
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 168: Line 212:
 
** '''Mob Drops: '''<item n="Swet Orb"/> and <item n="Glowstone"/>
 
** '''Mob Drops: '''<item n="Swet Orb"/> and <item n="Glowstone"/>
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 173: Line 218:
 
** '''Mob Drops: '''<item n="Iron Ingot"/> and <item n="Poppy"/>
 
** '''Mob Drops: '''<item n="Iron Ingot"/> and <item n="Poppy"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 178: Line 224:
 
** '''Mob Drops: '''<item n="Purple Glowstone"/> and <item n="Blue Glowstone"/>
 
** '''Mob Drops: '''<item n="Purple Glowstone"/> and <item n="Blue Glowstone"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 190-890 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 184: Line 231:
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Flying Cow]]s if placed in the [[Aether]].</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Will spawn [[Flying Cow]]s if placed in the [[Aether]].</div>
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 189: Line 237:
 
** '''Mob Drops: '''<item n="Raw Beef"/> (<item n="Steak"/> when using '''Flame/Fire Aspect''')
 
** '''Mob Drops: '''<item n="Raw Beef"/> (<item n="Steak"/> when using '''Flame/Fire Aspect''')
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
 
** '''How to Obtain:''' <item n="Supply Crate"/>s.
  
Line 194: Line 243:
 
** '''Mob Drops: '''None.
 
** '''Mob Drops: '''None.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
** '''How to Obtain:''' A previous ''Special Offer''.
+
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 300-1200 + (totalSpawns/100).
 +
** '''How to Obtain:''' '''Year of the Dog''' NPC for 64x <item n="Wolf Head"/> and a previous ''Special Offer''.
  
 
* <mcitem name="MobSpawner Pig" size=32>'''Pirate Spawner'''</mcitem> ''(Hostile Entity)''
 
* <mcitem name="MobSpawner Pig" size=32>'''Pirate Spawner'''</mcitem> ''(Hostile Entity)''
 
** '''Mob Drops: '''<item n="Raw Fish"/>, <item id="360"/>, <item n="String"/>, <item n="Gold Nugget"/>, <item n="Seeds"/>, <item n="Feather"/>, <item n="Diamond"/>, <item n="Emerald"/>, <item n="Bomb"/> and '''A lot of coins'''
 
** '''Mob Drops: '''<item n="Raw Fish"/>, <item id="360"/>, <item n="String"/>, <item n="Gold Nugget"/>, <item n="Seeds"/>, <item n="Feather"/>, <item n="Diamond"/>, <item n="Emerald"/>, <item n="Bomb"/> and '''A lot of coins'''
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' [[Deepvale]] generation and a previous ''Special Offer''.
 
** '''How to Obtain:''' [[Deepvale]] generation and a previous ''Special Offer''.
  
 
=== <div style="color: rgb(200,150,255);">Super Rare</div> ===
 
=== <div style="color: rgb(200,150,255);">Super Rare</div> ===
 
* <mcitem name="MobSpawner Pig" size=32>'''Witch Spawner'''</mcitem> ''(Hostile Entity)''
 
* <mcitem name="MobSpawner Pig" size=32>'''Witch Spawner'''</mcitem> ''(Hostile Entity)''
** '''Mob Drops: '''<item n="Glass Bottle"/>, <item n="Redstone"/>, <item n="Gunpowder"/>, <item n="Sugar"/>, <item n="Glowstone Dust"/>, <item n="Stick"/>, <item n="Spider Eye"/> and a '''Random Potion''' (If the Witch dies whilst drinking one)
+
** '''Mob Drops: '''<item n="Glass Bottle"/>, <item n="Redstone"/>, <item n="Gunpowder"/>, <item n="Sugar"/>, <item n="Glowstone Dust"/>, <item n="Stick"/> and <item n="Spider Eye"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 +
** '''How to Obtain:''' A previous ''Special Offer'', <item n="Supply Crate"/>s and [[Christmas Cracker]]s.
 +
 +
* <mcitem name="MobSpawner Pig" size=32>'''Snow Golem Spawner'''</mcitem> ''(Passive Entity)''
 +
** '''Mob Drops: '''<item n="Snowball"/>
 +
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer''.
 
** '''How to Obtain:''' A previous ''Special Offer''.
  
Line 210: Line 268:
 
** '''Mob Drops: '''<item n="Bone"/>, <item n="Coal"/> and <item n="Wither Skeleton Skull"/>
 
** '''Mob Drops: '''<item n="Bone"/>, <item n="Coal"/> and <item n="Wither Skeleton Skull"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer''.
 
** '''How to Obtain:''' A previous ''Special Offer''.
  
Line 215: Line 274:
 
** '''Mob Drops: '''None.
 
** '''Mob Drops: '''None.
 
** '''Conditions: ''' Enough Space and Light.
 
** '''Conditions: ''' Enough Space and Light.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 250-700 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer'', at ''/warp ticket shop'' for ''5 <item n="Staff Event Ticket"/> (Blue)'' and are purchasable from the ''Server Store'' for ''540 Credits'' (2,700,000 Coins).
 
** '''How to Obtain:''' A previous ''Special Offer'', at ''/warp ticket shop'' for ''5 <item n="Staff Event Ticket"/> (Blue)'' and are purchasable from the ''Server Store'' for ''540 Credits'' (2,700,000 Coins).
  
Line 220: Line 280:
 
** '''Mob Drops: '''None.
 
** '''Mob Drops: '''None.
 
** '''Conditions: ''' Enough Space and Light.
 
** '''Conditions: ''' Enough Space and Light.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' [[Arena]] and is purchasable from the ''Server Store'' for ''630 Credits'' (3,150,000 Coins).
 
** '''How to Obtain:''' [[Arena]] and is purchasable from the ''Server Store'' for ''630 Credits'' (3,150,000 Coins).
  
Line 225: Line 286:
 
** '''Mob Drops: '''<item n="Blizz Rod"/>
 
** '''Mob Drops: '''<item n="Blizz Rod"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer''.
 
** '''How to Obtain:''' A previous ''Special Offer''.
  
Line 230: Line 292:
 
** '''Mob Drops: '''<item n="Feather"/>
 
** '''Mob Drops: '''<item n="Feather"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer''.
 
** '''How to Obtain:''' A previous ''Special Offer''.
  
Line 235: Line 298:
 
** '''Mob Drops: '''<item n="Raw Fish"/>
 
** '''Mob Drops: '''<item n="Raw Fish"/>
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 
** '''Conditions: ''' Enough Space, Light and <item id="2"/>s/<item n="Aether Grass"/>/<item n="Shadow Grass"/>.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer''.
 
** '''How to Obtain:''' A previous ''Special Offer''.
  
Line 242: Line 306:
 
** '''Mob Drops: '''<item n="Cold Aercloud"/>
 
** '''Mob Drops: '''<item n="Cold Aercloud"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.''
 
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.''
  
Line 247: Line 312:
 
** '''Mob Drops: '''<item n="Victory Medal"/>
 
** '''Mob Drops: '''<item n="Victory Medal"/>
 
** '''Conditions: ''' Enough Space.
 
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 350-1350 + (totalSpawns/100).
 
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.''
 
** '''How to Obtain:''' A previous ''Special Offer'' and from ''a realm that no longer exists.''
  
Line 254: Line 320:
 
** '''Conditions: ''' ???
 
** '''Conditions: ''' ???
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Requires items to be fed to it in order to spawn a boss.</div>
 
** '''<div style="color:rgb(200,0,150);">Special Interaction: '''Requires items to be fed to it in order to spawn a boss.</div>
 +
** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode'''
 +
 +
* <mcitem name="MobSpawner Pig" size=32>'''Giant Spawner'''</mcitem> ''(Hostile Entity)''
 +
** '''Conditions: ''' Enough Space.
 +
** {{H:title|This is how fast entities will spawn from the specified spawner. The amount of ticks in a second is 20.|'''Spawn Speed (''ticks''):'''}} 600-2100 + (totalSpawns/100).
 
** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode'''
 
** '''How to Obtain:''' [[Admin]] command/'''Extended Creative Mode'''
  
 
[[category: Block]]
 
[[category: Block]]

Latest revision as of 02:00, 4 September 2021

Mob Spawner
MobSpawner Pig
Block ID: 52
Sub IDs: Based on Mob Type
Item Type: Block
Max Stack: 1
Unique Function:
Infinitely spawn the mob specified based on Sub ID.

About

A MobSpawner is a block that can be placed and will spawn its specified entity indefinitely. This block is from the original game but has a few tweaks to it within Craftland. Each mobspawner has its own unique value, rarity and uses. Some spawners are more useful than others and some are incredibly rare with some being common. All MobSpawners share the same texture excluding for the entity, that is being spawned, rotating inside of the MobSpawner. Any player can pick up a MobSpawner as long as it isn't Red and the player is using a Pickaxe.

MobSpawners can be found within any world inside of Dungeons, Strongholds, Nether Fortresses etc.

  • MobSpawners, additionally, have a 5% chance to replace a generated Red Spawner within Deepvale or Greycliff structures. Red Spawners cannot be picked up.

Spawner Rules

Mob spawners will ATTEMPT to spawn a mob based on a list of chances. The default rule is it will attempt to spawn once between 500 and 1500 ticks. At 20tps, this means that by default it will do one spawn cycle between every 25 and 75 seconds. This only applies to spawners with no spawns. If there is spawns on it,the code takes a calculation of the total spawns it has made, and divides it by 20, adding this as a tick delay. This is for basic spawners. There are different delays for: Ghasts, Slimes, Shadow swets, Giants, Wolves, Chickens, Moas, Birds, Villagers. If a spawner tries to spawn in an area with a mob, it will fail. Same goes if it attempts to spawn in a block, or the mobcap is hit. Normal mob spawn rules still apply, such as light level etc. Here is a graph on expected spawn times with the amount of spawns on the spawner.


Other Information

  • MobSpawner's can only be placed once every 10 blocks causing the best MobSpawner grinder for one user to be using a maximum of 64 spawners.
  • MobSpawner's will only spawn their entity if a player is within 24 blocks.
  • Some MobSpawner's will only spawn their mob if the conditions are valid for the mob that is being spawned.
  • MobSpawners get weaker the more entities they spawn. Use a Essence Of UndeathEssence Of Undeath on the MobSpawner to negate the total entities spawned by 1,000.
    • The spawn delay for MobSpawners is calculated using the following algorithm: spawnDelay + (totalSpawns/20).
  • MobSpawners can be privated like a Chest or Door.

Spawner Types

Common

  • MobSpawner PigCave Spider Spawner (Hostile Entity)
  • MobSpawner PigSpider Spawner (Hostile Entity)
  • MobSpawner PigSkeleton Spawner (Hostile Entity)
    • Mob Drops: ArrowArrow, BoneBone, BowBow and Skeleton SkullSkeleton Skull
    • Conditions: Enough Space and Darkness.
    • Special Interaction: Will spawn Wither Skeletons if placed in the Nether.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Deepvale generation, Supply CrateSupply Crates and Dungeons.

Slightly Uncommon

  • MobSpawner PigZombie Pigman Spawner (Neutral Entity)
  • MobSpawner PigGhast Spawner (Hostile Entity)
    • Mob Drops: Ghast TearGhast Tear and GunpowderGunpowder
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 100-500 + (totalSpawns/100).
    • How to Obtain: Supply CrateSupply Crates, purchasable from /voteshop for 200 Vote Points and the Server Store for 800 Credits (4,000,000 Coins).
  • MobSpawner PigCreeper Spawner (Hostile Entity)
    • Mob Drops: GunpowderGunpowder
    • Conditions: Enough Space and Darkness.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Deepvale generation, Supply CrateSupply Crates, Achievements (Kill 100 level 10 creepers), purchasable from /voteshop for 200 Vote Points and the Server Store for 650 Credits (3,250,000 Coins).
  • MobSpawner PigSlime Spawner (Hostile Entity)
    • Mob Drops: SlimeballSlimeball
    • Conditions: Enough Space.
    • Special Interaction: Slime Spawners work better within a Slime Chunk.
    • Spawn Speed (ticks): 35-535 + (totalSpawns/100).
    • How to Obtain: Deepvale generation, Supply CrateSupply Crates, purchasable from /voteshop for 150 Vote Points and the Server Store for 650 Credits (3,250,000 Coins).
  • MobSpawner PigBlaze Spawner (Hostile Entity)
    • Mob Drops: Blaze RodBlaze Rod
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Deepvale generation, Supply CrateSupply Crates and Nether Fortresses.

Uncommon

  • MobSpawner PigChicken Spawner (Passive Entity)
    • Mob Drops: Cannot parse input (Cooked ChickenCooked Chicken when using Flame/Fire Aspect), EggEgg and FeatherFeather
    • Conditions: Enough Space, Light and Grass BlockGrass Blocks/Aether GrassAether Grass/Shadow GrassShadow Grass.
    • Spawn Speed (ticks): 250-950 + (totalSpawns/100).
    • How to Obtain: Purchasable from the Server Store for 500 Credits (2,500,000 Coins).
  • MobSpawner PigSquid Spawner (Passive Entity)
    • Mob Drops: Ink SacInk Sac
    • Conditions: Water.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Purchasable from the Server Store for 800 Credits (4,000,000 Coins).
  • MobSpawner PigSilverfish Spawner (Hostile Entity)
    • Mob Drops: None.
    • Conditions: Enough Space.
    • Special Interaction: Silverfish can move into a block of StoneStone, CobblestoneCobblestone, Stone BricksStone Bricks etc. and turn it into a Monster Egg.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Strongholds.
  • MobSpawner PigSheep Spawner (Passive Entity)

Rare

  • MobSpawner PigVillager Spawner (Passive Entity)
    • Mob Drops: None.
    • Conditions: Enough Space.
    • Special Interaction: Villagers can be traded with and do not despawn.
    • Spawn Speed (ticks): 700-1000 + (totalSpawns/100).
    • How to Obtain: Arena and Supply CrateSupply Crates.
  • MobSpawner PigPanda Spawner (Passive Entity)
    • Mob Drops: Raw BeefRaw Beef (SteakSteak when using Flame/Fire Aspect)
    • Conditions: Enough Space, Light and Grass BlockGrass Blocks/Aether GrassAether Grass/Shadow GrassShadow Grass.
    • Special Interaction: When a Panda is killed the player is struck by Lightning.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Purchasable from the Server Store for 1,000 Credits (5,000,000 Coins).
  • MobSpawner PigIron Golem Spawner (Neutral Entity)
    • Mob Drops: Iron IngotIron Ingot and PoppyPoppy
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Supply CrateSupply Crates.
  • MobSpawner PigWolf Spawner (Neutral Entity)
    • Mob Drops: None.
    • Conditions: Enough Space, Light and Grass BlockGrass Blocks/Aether GrassAether Grass/Shadow GrassShadow Grass.
    • Spawn Speed (ticks): 300-1200 + (totalSpawns/100).
    • How to Obtain: Year of the Dog NPC for 64x Wolf HeadWolf Head and a previous Special Offer.

Super Rare

  • MobSpawner PigSnow Golem Spawner (Passive Entity)
    • Mob Drops: SnowballSnowball
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer.
  • MobSpawner PigWither Skeleton Spawner (Hostile Entity)
    • Mob Drops: BoneBone, CoalCoal and Wither Skeleton SkullWither Skeleton Skull
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer.
  • MobSpawner PigTiny Bird Spawner (Passive Entity)
    • Mob Drops: None.
    • Conditions: Enough Space and Light.
    • Spawn Speed (ticks): 250-700 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer, at /warp ticket shop for 5 Staff Event TicketStaff Event Ticket (Blue) and are purchasable from the Server Store for 540 Credits (2,700,000 Coins).
  • MobSpawner PigRaven Spawner (Passive Entity)
    • Mob Drops: None.
    • Conditions: Enough Space and Light.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: Arena and is purchasable from the Server Store for 630 Credits (3,150,000 Coins).
  • MobSpawner PigBlizz Spawner (Hostile Entity)
    • Mob Drops: Blizz RodBlizz Rod
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer.
  • MobSpawner PigShadow Cockatrice Spawner (Hostile Entity)
    • Mob Drops: FeatherFeather
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer.
  • MobSpawner PigOcelot Spawner (Passive Entity)

Ultra Rare

  • MobSpawner PigZephyr Spawner (Hostile Entity)
    • Mob Drops: Cold AercloudCold Aercloud
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer and from a realm that no longer exists.
  • MobSpawner PigValkyrie Spawner (Neutral Entity)
    • Mob Drops: Victory MedalVictory Medal
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 350-1350 + (totalSpawns/100).
    • How to Obtain: A previous Special Offer and from a realm that no longer exists.

Unobtainable

  • MobSpawner PigBoss Spawner (Bosses)
    • Mob Drops: Bosses and Boss Loot
    • Conditions:  ???
    • Special Interaction: Requires items to be fed to it in order to spawn a boss.
    • How to Obtain: Admin command/Extended Creative Mode
  • MobSpawner PigGiant Spawner (Hostile Entity)
    • Conditions: Enough Space.
    • Spawn Speed (ticks): 600-2100 + (totalSpawns/100).
    • How to Obtain: Admin command/Extended Creative Mode