HomeJavaModsWildMobs [1.8-1.12] ⚔️ ObsidianGolem, rats and more
WildMobs [1.8-1.12] ⚔️ ObsidianGolem, rats and more
ModsJava

WildMobs [1.8-1.12] ⚔️ ObsidianGolem, rats and more

⬇ Download on Spigot
Do you have always wanted to add new mobs to your server but without mods?
And all this configurable?

What can I do?
Mobs:
o You can spawn them naturally
o You can spawn them with a spawner
o You can edit drops
o You can disable them
o You can choose the worlds in which the mob will spawn



Dependence:

(Item / Entity / Tile) API NBT:
https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/

For the textures: Optifine

Resourcepack download link:
https://www.dropbox.com/s/4xw09v9yra871ta/[WildMobs].zip?dl=1
other: https://www.dropbox.com/s/owx6t5mzcdjgtmz/WildMobs.zip?dl=1
(You can disactivate the resource pack when a player join the server in the config.yml file)



RavagedSkeleton:
Particularity: Katana
Spoiler: RavagedSkeleton
[​IMG]
Katana:
Damage: 8

CavenicSkeleton:
Particularity: Shoots several arrows at the same time
Spoiler: CavenicSkeleton
[​IMG]

Rats:
Particularity: Can call reinforcements
Spoiler: Rats
[​IMG]
[​IMG]
[​IMG]

ObsidianGolem:
Particularity: Emits light
Spoiler: ObsidianGolem
[​IMG]
[​IMG] (Place the pumpkin at the end)

NetherCreeper:
Particularity: Fire explosion
Spoiler: NetherCreeper
[​IMG]

EnderSlime:
Particularity: teleportation
Spoiler: EnderSlime
[​IMG]
[​IMG]



Spoiler: Default config
Code (Text):
# Define the resource pack on join, true or false
resourcepack:
  enable: true
  url: "https://www.dropbox.com/s/4xw09v9yra871ta/%5BWildMobs%5D.zip?dl=1"
 

rat:
  enable: true
  displayname: ""
  # Make the display name visible if the entity is not targeted by the player (true), invisible (false)
  displaynamevisible: false
  # limit = max, if limit: 1000 = ‰
  # if limit: 100 and spawn: 1 = spawn: 1%
  limit: 100
  # Percentage (limit "limit") of spawning, -1 for null
  spawn: 3
  health: 10
  # Number of entities when rats spawn
  number: 3
  # Percentage of reinforcement (limit 100%), -1 for null
  # When it's hit, the rat can create a double of him.
  reinforcement: 20
  reinforcementhealth: 5
  reinforcementlimit: 100
  worlds:
  - world
  #- all
 
cavenicskeleton:
  enable: true
  displayname: ""
  displaynamevisible: false
  limit: 100
  spawn: 1
  health: 30
  number: 1
  # Number of arrows that the CavenicSkeleton will shoot
  arrows: 5
  worlds:
  - world
 
 
ravagedskeleton:
  enable: true
  displayname: ""
  limit: 100
  spawn: 4
  health: 50
  number: 1
  worlds:
  - world
 
obsidiangolem:
  enable: true
  displayname: ""
  health: 140
  damage: 18
  number: 1
  worlds:
  - world
  - world_nether
  - world_the_end
 
nethercreeper:
  enable: true
  displayname: ""
  limit: 100
  spawn: 3
  health: 30
  number: 1
  explosion:
    power: 3
    fire: true
  worlds:
  - world_nether
 
enderslime:
  enable: true
  displayname: ""
  limit: 100
  spawn: 4
  health: 20
  number: 1
  size: 3
  worlds:
  - world_the_end
 
 
ironkatana:
  name: "&7&lIron katana"
  damage: 8
  # Percentage (limit 100%) of dropping by a RavagedSkeleton, -1 for null
  drop:
    enable: true
    limit: 100
    chance: 3
 
 
squid:
  name: "&lRaw squid"
  # max of dropped squid meat
  drop:
    enable: true
    max: 3
 
 
#----------------------------------Messages----------------------------------#
 
 
reloadmessage: "&bConfiguration file has been reloaded"
disablemessage: "&4Disabled"
disableworldmessage: "&4Disabled in this world"
help:
  spawners: "&6&l/wm spawners&r &7Help with spawners."
  # /wb ravagedskeleton
  ravagedskeleton: "&6&l/wm rs&r &7Summon (a) RavagedSkeleton(s)."
  rat: "&6&l/wm rats:&r &7Summon (a) rat(s)."
  # /wb ironkatana
  ironkatana: "&6&l/wm ik:&r &7Give to yourself an iron katana."
  config: "&6&l/wm reload:&r &7Reload the configuration file."
  help: "&6&l/wm help&r"
  # /wb cavenicskeleton
  cavenicskeleton: "&6&l/wm cs&r &7Summon (a) CavenicSkeleton(s)."
  # /wb obsidiangolem
  obsidiangolem: "&6&l/wm og&r &7Summon (an) ObsidianGolem(s)."
  # /wb nethercreeper
  nethercreeper: "&6&l/wm nc&r &7Summon (a) NetherCreeper(s)."
  enderslime: "&6&l/wm es&r &7Summon (an) EnderSlime(s)."
 
 

#-----------------------------------Drops------------------------------------#

# Materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
#

RavagedSkeletonDrops:
  '1':
    amount: 2
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BONE
  '2':
    amount: 2
    chance: 30
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BONE
 
 
CavenicSkeletonDrops:
  '1':
    amount: 1
    chance: 100
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BOW
  '2':
    amount: 2
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BONE
  '3':
    amount: 2
    chance: 30
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BONE
 
 
RatDrops:
  '1':
    amount: 1
    chance: 0
    item:
      ==: org.bukkit.inventory.ItemStack
      type: AIR

ObsidianGolemDrops:
  '1':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: OBSIDIAN
  '2':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: OBSIDIAN
 
 
NetherCreeperDrops:
  '1':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: SULPHUR
  '2':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: SULPHUR
  '3':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BLAZE_POWDER
  '4':
    amount: 1
    chance: 70
    item:
      ==: org.bukkit.inventory.ItemStack
      type: BLAZE_POWDER
 
 
EnderSlimeDrops:
  '1':
    amount: 1
    chance: 40
    item:
      ==: org.bukkit.inventory.ItemStack
      type: ENDER_PEARL



Commandes:
- /wm help
- /wm cs (CavenicSkeleton)
- /wm og (ObsidianGolem)
- /wm rs (RavagedSketon)
- /wm nc (NetherCreeper)
- /wm ik (Iron katana)
- /wm rat (Rat(s))
- /wm es (EnderSlime)
- /wm spawners
- /wm reload



Bugs:


Why the resource pack doesn't work?
The resource pack requires Optifine to work.
https://optifine.net/downloads


To do:

- NetherCreeper
- Mob Spawners
- Drops
- Configuration GUI
(If you have a suggestion, please tell me in a private message or post it in the discussion section)


Hey, if you have a problem with this plugin, feel free to send me a private message or post it in the discussion section ;)

10 downloads: Thank you :)
50 downloads: Thank you very much!
100 downloads: Already? Thanks!
200 downloads: Thank you so much!
500 downloads:

[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

WildMobs [1.8-1.12] ⚔️ ObsidianGolem, rats and more is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 31,451 times (via Spigot). Download it and open it directly in the game.

Explore more