MoreMobHeads2

MoreMobHeads2

17.2k Downloads

1.8_1.0.4 is for minecraft 1.8 ONLY

1.9_1.0.7 is for minecraft 1.9-1.11

1.12_1.0.7 is for minecraft 1.12 ONLY

1.13_1.0.8 is for minecraft 1.13 ONLY

1.14_1.0.20 is for minecraft 1.14

1.15_1.0.29 is for minecraft 1.15-1.19

This plugin adds all the Minecraft Mob Heads of the MoreMobHeads datapack hosted by Xisumavoid from the Hermitcraft server, and expands those heads to all Mobs in the game with textures available at the time of release, including all Villager professions and types. Only mob not variant split is tropical fish, as texture are not available at the moment. I am working on adding the 22 named Tropical Fish.

ALSO DOES PLAYER HEADS



Added 1.17 Heads:

New feature for 1.14_1.0.11

Added custom_trades.yml which allows you to set custom trades for Wandering Traders to have, with custom percentages of appearing.

To add a custom trade, place the item you wish to add in your Off hand, Price_1 in slot 1 of your hotbar, Price_2 in slot 2 of your hotbar, then run command /mmh ct add, or /mmh ct replace #, replacing # with the number you wish to replace.

To remove a trade use /mmh ct remove #, replacing # with the number you wish to remove.

New feature for 1.14_1.0.8

Added Wandering Trades datapack from xisumavoid.com's vanilla tweaks.

    Has all 27 Hermitcrafters, and 107 blocks.

    Is customizable to add other player heads, and blocks.

Also does player heads, and Zombie, Skeleton, PigZombie's named after players.

 Etho, JoeHillsSays, Dataless822, Mumbo

Mumbo, DocM77, Grian, DoniBobes

Permissions:

permissions:
  moremobheads.players
:
    description
: Allows the player to get player head drops from killing players.
    default
: true
  moremobheads.mobs
:
    description
: Allows the player to get mob head drops from killing mobs.
    default
: true
  moremobheads.nametag
:
    description
: Allows the player to name a mob(Skeleton/Zombie/ZombiePigman/Villagers) using a nametag to get a playerhead.
    default
: false
  moremobheads.reload
:
    description
: Allows the player to use "/mmh reload" command.
    default
: false
  moremobheads.toggledebug
:
    description
: Allows the player to use "/mmh toggledebug" command.
    default
: false
  moremobheads.showUpdateAvailable
:
    description
: Shows player that there is a version update.
    default
: op
  moremobheads.customtrader
:
    description
: Allows player to use custom trader commands.
    default
: false
  moremobheads.playerheads
:
    description
: Allows player to use player heads commands.
    default
: false
  moremobheads.blockheads
:
    description
: Allows player to use block heads commands.
    default
: false
  moremobheads.fixhead
:
    description
: Allows player to use fixhead command.
    default
: false
  moremobheads.give
:
    description
: Allows player to use give command.
    default
: false

 OP Commands:

/mmh reload
description: Reloads this plugin.
/mmh toggledebug (/mmh td)
description: Temporarily toggles debug.

/mmh customtrader (/mmh ct)
description: Shows help
/mmh ct add
description: Adds item to custom_trades.yml
/mmh ct remove #
description: Removes trade_# from custom_trades.yml
/mmh ct replace #
description: Replaces trade_# in custom_trades.yml

/mmh playerheads(/mmh ph)
description: Shows help
/mmh ph add
description: Adds item to player_heads.yml
/mmh ph remove #
description: Removes trade_# from player_heads.yml
/mmh ph replace #
description: Replaces trade_# in player_heads.yml

/mmh fixhead name
description: Fixes the NBT data of the head in your main hand.
/mmh fixhead stack
description: Fixes the NBT data of the head in your off hand, with the data from your main hand, if they are the same head, but the off hand head has extra NBT data.

/mmh givebh <block> or /mmh givebh <player> <block>
Use tab complete for blocknames, or see block_heads_1_17.yml(pre 1.16 blocks), block_heads_1_17_2.yml(1.16 blocks), or block_heads_1_17_3.yml (1.17 blocks)

/mmh givemh <player> <mobname> <#>(/mmh givemh JoelGodOfWar axolotl 1)
description: Gives the named player the mob head input in the quantity given.
suggestion: Use tab complete to get the proper mob name.
/mmh giveph <player> or /mmh giveph <player> <player>
description: Gives you named player's head, or gives player player's head

Configuration:

# DO NOT CHANGE VERSION
version
: 1.0.18
# change to false to stop auto-update-check
auto_update_check
: true
# set to true before sending a log about an issue.
# logs trace data required to pinpoint where errors are.
debug
: false
# cs_CZ, de_DE, en_US, es_MX, fr_FR, nl_NL, pt_BR, zh_CN
lang
: en_US

# Enables fancy ANSI colors in console. (Disable if you're getting weird characters in the console)
colorful_console
: true

# set whether plugin gives vanilla heads or MoreMobHeads.
vanilla_heads
:
  creeper
: false
  ender_dragon
: false
  skeleton
: false
  wither_skeleton
: false
  zombie
: false

# World settings
world
:
# list of worlds MMH will work in. Blanks means all except for blacklisted worlds
# Example (world, world_nether, world_the_end) will drop heads
  whitelist
:
# list of worlds MMH will NOT work in.
# Example (world_Dungeon) will NOT drop heads
  blacklist
:

# Mob settings
mob
:
# list of Mobs that MMH will make heads for.
# Example (Cat, Fox, Enderman, Piglin) will drop heads.
  whitelist
:
# list of Mobs that MMH will NOT make heads for.
# Example (Wither_Skeleton, Creeper, Ender_Dragon) will NOT drop heads.
  blacklist
:
# Should players with permission moremobheads.nametag be able to give certain mobs player heads using nametags?
  nametag
: false
 
lore
:
 # set whether Killed by is added to lore.
  show_killer
: true
  # set whether MoreMobHeads is added to lore.
  show_plugin_name
: true

wandering_trades
:
 # set whether wandering traders trade heads.
  custom_wandering_trader
: true
  # should wandering traders keep their default trades?
  keep_default_trades
: true
  # Player heads settings
  player_heads
:
   # set if player heads from wandering traders should be enabled
    enabled
: true
    # set the minimum and maximum number of player heads the wandering trader will have. default=0,3
    min
: 0
    max
: 3
  # Block heads settings
  block_heads
:
   # set if block heads from wandering traders should be enabled
    enabled
: true
    # set the minimum and maximum number of block heads the wandering trader will have. default=0,5
    # For 1.14-1.15 blocks
    pre_116
:
      min
: 0
      max
: 5
    # For 1.16 blocks
    is_116
:
      min
: 0
      max
: 5
    # For 1.17 blocks
    is_117
:
      min
: 0
      max
: 5
  # Custom trades settings
  custom_trades
:
   # set if custom trades from wandering traders should be enabled
    enabled
: false
    # set the minimum and maximum number of custom trades the wandering trader will have. default=0,5
    min
: 0
    max
: 5

# set if looting is applied or not.
apply_looting
: true

# Player name whitelist and blacklist settings.
whitelist
:
 # false will not use whitelist, true will use whitelist
  enforce
: false
  # seperate player names with commas "Xisumavoid, falsesymmetry, etc."
  player_head_whitelist
: names_go_here
blacklist
:
 # false will not use blacklist, true will use blacklist
  enforce
: false
  # seperate player names with commas "JoeHillsSays, TinFoilChef, etc."
  player_head_blacklist
: names_go_here

 Chance_config.yml:

# DO NOT CHANGE VERSION
version
: 1.0.18
# Following are chance percent settings for each mob and variants of mobs.
# Hieronder volgen instellingen voor het toevalspercentage voor elke mob en varianten van mobs.
# Voici les paramètres de pourcentage de chance pour chaque mob et les variantes de mobs.
# Es folgen die Einstellungen für die Wahrscheinlichkeit in Prozent für jeden Mob und Varianten von Mobs.
# 以下是每个生物及其变形的机会百分比设置。
# Následuje nastavenà procenta šancà pro každý mob a varianty mobs.
# A seguir, estão as configurações de porcentagem de chance para cada mob e variantes de mobs.
# 0.001 = 1/10 of 1 percent, 0.01 = 1 percent, 1.00 = 100 percent
chance_percent
:
  player
: 0.50
  named_mob
: 0.10
  axolotl
:
    blue
: 1.00
    cyan
: 0.20
    gold
: 0.20
    lucy
: 0.20
    wild
: 0.20
  bat
: 0.10
  bee
:
    angry_pollinated
: 0.20
    angry
: 0.20
    pollinated
: 0.20
    chance_percent
: 0.20
  blaze
: 0.005
  cat
:
    all_black
: 0.33
    black
: 0.33
    british_shorthair
: 0.33
    calico
: 0.33
    jellie
: 0.33
    persian
: 0.33
    ragdoll
: 0.33
    red
: 0.33
    siamese
: 0.33
    tabby
: 0.33
    white
: 0.33
  cave_spider
: 0.005
  chicken
: 0.01
  cod
: 0.10
  cow
: 0.01
  creeper
: 0.50
  creeper_charged
: 1.00
  dolphin
: 0.33
  donkey
: 0.20
  drowned
: 0.05
  elder_guardian
: 1.00
  ender_dragon
: 1.00
  enderman
: 0.005
  endermite
: 0.10
  evoker
: 0.25
  fox
:
    red
: 0.10
    snow
: 0.10
  ghast
: 0.0625
  giant
: 0.025
  glow_squid
: 0.05
  goat
:
    normal
: 0.01
    screaming
: 1.00
  guardian
: 0.005
  hoglin
: 0.03
  horse
:
    black
: 0.27
    brown
: 0.27
    chestnut
: 0.27
    creamy
: 0.27
    dark_brown
: 0.27
    gray
: 0.27
    white
: 0.27
  husk
: 0.06
  illusioner
: 0.25
  iron_golem
: 0.05
  llama
:
    brown
: 0.24
    creamy
: 0.24
    gray
: 0.24
    white
: 0.24
  magma_cube
: 0.005
  mule
: 0.20
  mushroom_cow
:
    red
: 0.10
    brown
: 0.10
  ocelot
: 0.20
  panda
:
    aggressive
: 0.27
    brown
: 0.27
    lazy
: 0.27
    normal
: 0.27
    playful
: 0.27
    weak
: 0.27
    worried
: 0.27
  parrot
:
    blue
: 0.25
    cyan
: 0.25
    gray
: 0.25
    green
: 0.25
    red
: 0.25
  phantom
: 0.10
  pig
: 0.01
  piglin
: 0.04
  piglin_brute
: 0.10
  pig_zombie
: 0.005
  pillager
: 0.025
  polar_bear
: 0.20
  pufferfish
: 0.15
  rabbit
:
    black
: 0.26
    black_and_white
: 0.26
    brown
: 0.26
    gold
: 0.26
    salt_and_pepper
: 0.26
    the_killer_bunny
: 1.00
    toast
: 0.26
    white
: 0.26
  ravager
: 0.25
  salmon
: 0.10
  sheep
:
    black
: 0.0175
    blue
: 0.0175
    brown
: 0.0175
    cyan
: 0.0175
    gray
: 0.0175
    green
: 0.0175
    jeb_
: 0.10
    light_blue
: 0.0175
    light_gray
: 0.0175
    lime
: 0.0175
    magenta
: 0.0175
    orange
: 0.0175
    pink
: 0.0175
    purple
: 0.0175
    red
: 0.0175
    white
: 0.0175
    yellow
: 0.0175
  shulker
: 0.05
  silverfish
: 0.05
  skeleton
: 0.025
  skeleton_horse
: 0.20
  slime
: 0.005
  snowman
: 0.05
  spider
: 0.005
  squid
: 0.05
  stray
: 0.06
  strider
: 0.10
  trader_llama
:
    brown
: 0.24
    creamy
: 0.24
    gray
: 0.24
    white
: 0.24
  # ########################################
  tropical_fish
: 0.10
  turtle
: 0.10
  vex
: 0.10
  villager
:
    desert
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    jungle
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    plains
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    savanna
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    snow
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    swamp
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
    taiga
:
      armorer
: 1.00
      butcher
: 1.00
      cartographer
: 1.00
      cleric
: 1.00
      farmer
: 1.00
      fisherman
: 1.00
      fletcher
: 1.00
      leatherworker
: 1.00
      librarian
: 1.00
      mason
: 1.00
      nitwit
: 1.00
      none
: 1.00
      shepherd
: 1.00
      toolsmith
: 1.00
      weaponsmith
: 1.00
  vindicator
: 0.05
  wandering_trader
: 1.00
  warden
: 1.00
  witch
: 0.005
  wither
: 1.00
  wither_skeleton
: 0.025
  wolf
: 0.02
  zoglin
: 0.20
  zombie
: 0.025
  zombie_horse
: 1.00
  zombie_pigman
: 0.005
  zombified_piglin
: 0.005
  zombie_villager
: 0.50

For help you can post issues and suggest ideas on my discord server.

This plugin is open source; you can view the source code on github. Feel free to open issues there or submit pull requests.

This plugin utilizes bStats to collect anonymous statistics

If you like this, check out my other plugin,

SinglePlayerSleep, NoEndermanGrief, PortalHelper,

DragonDropElytra, ShulkerRespawner, MoreMobHeads,

SilenceMobs, VillagerWorkstationHighlights,

RotationalWrench.