No longer supporting versions older than 1.20. 1.15_1.0.33 is for minecraft 1.15-1.19
1.20_1.0.38 is for minecraft 1.20+
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.
All 22 named Tropical Fish have been added. ALSO DOES PLAYER HEADS
New Mini-Blocks in StoneCutter,
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:
Code (YAML):
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
/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) REMOVED.
/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.
If Player has logged into your server MMH will use the local skin, if not it will get the skin from Mojang.
Configurations:
Code (YAML):
# DO NOT CHANGE VERSION version: 1.0.23
# Plugin related settings. plugin_settings: # 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
# čeština (cs_CZ), Deutsch (de_DE), English (en_US), Español (es_ES), Español (es_MX), Français (fr_FR), Italiano (it_IT), Magyar (hu_HU), 日本語 (ja_JP), 한국어 (ko_KR), Lolcat (lol_US) # Melayu (my_MY), Nederlands (nl_NL), Polski (pl_PL), Português (pt_BR), Русский (ru_RU), Svenska (sv_SV), Türkçe (tr_TR), 中文(简体) (zh_CN), 中文(繁體) (zh_TW) lang: en_US
# Settings that affect everything. global_settings: # Console settings. console: # Enables fancy ANSI colors in console. (Disable if you're getting weird characters in the console) colorful_console: true
# Enables silent start mode. silent_console: false
# Should MoreMobHeads use it's full name or MMH in console messages? longpluginname: true
# 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: # Event settings. You should not set this to false. event:
piston_extend: true
# Setting that affect heads. head_settings: # Set if looting is applied or not. apply_looting: true
# Lore settings. lore: # set whether Killed by is added to lore. show_killer: true
# set whether MoreMobHeads is added to lore. show_plugin_name: true
# Mini_Block settings. mini_blocks: # Should MMH allow stonecutting Mini_Blocks(Block Heads)? stonecutter: true
# player_heads settings. player_heads:
announce_kill: # Should MMH announce player beheadings? enabled: true
# Should MMH use Display Names? Used by Killed by message too. displayname: true
# Player name whitelist 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
# Player name blacklist settings. 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
# mob_heads settings. mob_heads:
announce_kill: # Should MMH announce mob beheadings? enabled: true
# Should MMH use Display Names? Used by Killed by message too. displayname: true
# 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
# set whether plugin gives vanilla heads or MoreMobHeads. vanilla_heads:
creeper: false
ender_dragon: false
piglin: false
skeleton: false
wither_skeleton: false
zombie: false
# Wandering_trades settings. 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