MythicTotem | Create your own BOSS totems! | 3D Totem support! | 1.14 - 1.21.6 icon

MythicTotem | Create your own BOSS totems! | 3D Totem support! | 1.14 - 1.21.6 -----

Vanilla-like buildable mobs! - 3D support - Unlimited size - ItemsAdder support.




English:
Be careful! This version has changed a lot of code. It has not been tested by many users. Unless you are running a small server, please do not use it for production.
  • Added full MiniMessage support. Except for a few cases, the plugin supports the use of the MiniMessage format almost everywhere.
    • For Paper server users above 1.17.1, you will automatically use the MiniMessage format and the Color Parser built into the plugin will no longer be available.
    • However, we certainly consider that it is quite troublesome to convert the built-in Color Parser of the plugin into MiniMessage, and many users still like our Color Parser. In the past, two characters (&e) could solve the problem, but now multiple characters (<yellow>) are required. Therefore, Paper users above 1.17.1 can still use the Built-in Color Parser, and we will automatically convert it to MiniMessage format for you.
  • The plugin will be split into two versions, Paper version and Spigot version.
    • Paper users with versions above 1.17.1 will use the Paper version, otherwise you will use the Spigot version. They just use different APIs, and the other functions they provide are basically the same, unless it is clearly stated in the Wiki that this function is only available in the Paper version.
    • For this reason, the paper-api section of the config.yml file will no longer be available.
  • Fixed an issue where the plugin would fail in versions lower than 1.17.1, because the plugin incorrectly called some code that was only available in versions 1.17.1 and above.
  • The items folder of the plugin will be treated as a separate item management configuration file, just like the items folder of the MythicMobs plugin.
    • The format of each item configuration file in the items folder follows ItemFormat.
    • In ItemFormat, an item option has been added that can be used to deserialize items, so ItemFormat can now directly read items that you have previously saved.
    • The /mt saveitem command has been improved, and you can now add bukkit or itemformat at the end of the command to determine how we will save the item.
  • Added component options to ItemFormat

中文:
小心!这个版本更改了大量的代码,它没有经过许多用户的实际测试,除非你运行的是小型服务器,否则请不要将其用于生产环境.
  • 新增了完全MiniMessage支持,除了少数情况外,插件几乎所有的地方都支持使用MiniMessage格式。
    • 对于1.17.1以上的Paper服务端用户,您将自动使用MiniMessage格式,插件内置的Color Parser将不再可用。
    • 不过,我们当然考虑到将插件内置的Color Parser转换成MiniMessage相当麻烦,而且很多用户还是喜欢我们的Color Parser,在以前,两个字符(&e)就能解决的事情,现在需要多个字符(<yellow>)。因此,1.17.1以上的Paper用户依然可用使用Built-in Color Parser,我们将会帮你自动将其转换为MiniMessage格式。
  • 插件将拆分为两个版本,分别是Paper版本和Spigot版本。
    • 1.17.1以上版本的Paper用户将使用Paper版本,否则您将使用Spigot版本。它们只是调用的API不一样,其他提供的功能基本一致,除非在Wiki明确表述这个功能只在Paper版本中提供。
    • 因为这个原因,config.yml文件中的paper-api部分将被不再可用。
  • 修复了插件在低于1.17.1版本的情况下会出现错误的问题,这是因为插件错误调用了一些只在1.17.1以上版本提供的代码。
  • 插件的items文件夹将作为单独的物品管理配置文件,就像MythicMobs插件的items文件夹那样。
    • items文件夹的各个物品配置文件的格式遵循ItemFormat。
    • 在ItemFormat中,新增item选项,可用于反序列化物品,因此,ItemFormat现在可以直接读取您先前已保存的物品。
    • /mt saveitem 指令做出了改进,你现在可以在指令的最后添加bukkit或者itemformat以决定我们以何种形式保存物品。
  • 为ItemFormat加入了component选项。
----------, Jun 29, 2025

English:
  • For users of versions lower than 1.16, we have added a new function to automatically convert Hex colors to common colors to avoid the situation where the colors of plugin messages look very strange due to calling Hex colors.
  • Fix some minor issues.
中文:
  • 对于低于版本1.16的用户,我们新增了自动将Hex色转换为common色的功能,避免出现调用Hex色导致插件消息的颜色看起来非常诡异。
  • 一些小问题的修复。
----------, Jun 5, 2025

  • Added new built-in placeholder: {totem_layout} and {totem_id}.
  • Added zh_CN language file.
  • Updated default config file.
----------, May 13, 2025

  • Added CraftEngine item hook.
----------, Apr 19, 2025

  • Fixed 1.17 versions support.
----------, Mar 22, 2025

  • Added Folia support.
----------, Mar 1, 2025

  • Fixed error when loading.
----------, Feb 4, 2025

  • MythicTotem no longer package protectionlib project. For now, protection plugin check will use our self codes, and this feature will only available for premium version after that.
----------, Feb 3, 2025

  • Item Format update: Fixed some item format value do not correctly parsed.
----------, Jan 30, 2025

  • Item Format update: Fixed the issue where enchanted glow was parsed as a hide tool tip in some cases.
----------, Jan 25, 2025

  • Added check distance arg support in entity type of totem layout.
  • Fixed itemsadder_furniture does not work for ItemsAdder newer version.
  • Updated default totem configs.
----------, Jan 13, 2025

  • Happy new year! This update bring a fix for EcoArmor hook.
  • And, don't miss out our whole new Wiki page at mythictotem.superiormc.cn!
----------, Jan 1, 2025

  • Happy new year! This update bring a fix for EcoArmor hook.
  • And, don't miss out our whole new Wiki page at mythictotem.superiormc.cn!
----------, Jan 1, 2025

  • Added Nexo item support.
  • Fixed Item Format error on 1.20.6 version.
----------, Dec 15, 2024

  • Item Format update:
    • Added support for set material tag in tool rules.
    • Added support for set multi same attribute modifier.
----------, Dec 1, 2024

  • Added 1.21.2/3 version support.
----------, Nov 4, 2024

  • Added 1.21.2/3 version support.
----------, Nov 4, 2024

  • Recoded item and economy plugin hook manager to modern one used in UltimateShop v3.
  • Recoded action and condition system to modern one used in UltimateShop v3.
  • Improved item price check.
----------, Oct 26, 2024

  • Changed some sub commands permission back to "mythictotem.admin".
----------, Oct 16, 2024

  • Recoded the whole plugin to new UltimateShop-like style, there is no config breaking change or any new major feature.
  • Added /mt givesaveitem command.
  • Added new save item method, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)
  • Added paper-api.skull and paper-api.save-item option in config.yml file.
  • Removed check-price option in config.yml.
----------, Oct 15, 2024

  • Fixed server item can no longer not pick up in some case.
----------, Sep 22, 2024

  • Removed disappear section in config.yml and it's related feature.
  • Fixed skull can not display in latest 1.21.1 server core.
----------, Sep 19, 2024

  • Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
    • This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
  • Removed Libreforge support, move totem_actived trigger to MythicLibreforge now!
----------, Sep 14, 2024

  • Now EntityPlaceEvent trigger require player object can not be null.
  • Fixed ItemFormat does not work in 1.19~1.19.2.
----------, Aug 13, 2024

  • Added 1.21.1 support in Item Format.
  • Added BlockPistonEvent as listener. (Premium version only)
----------, Aug 11, 2024

  • Added full Item Format support in price system. (Premium version only)
  • Added /mt generateitemformat command. (Premium version only)
  • Fixed plugin print error when use /mt save command in console.
  • Fixed plugin print error when use EntityPlaceEvent as listener in 1.21 version.
----------, Jul 29, 2024

  • Removed unused hook codes.
----------, Jul 18, 2024

  • Fixed plugin getting error with Oraxen.
----------, May 18, 2024

  • Support loading files from subfolders within the "totems" directory, improving file organization and flexibility.
----------, May 11, 2024

  • Fixed effect and entity_spawn at remote location action does not work as well.
----------, May 6, 2024

  • Updated default config.yml file.
----------, May 5, 2024

  • The language files will be stored separately in the languages folder, message.yml file is no longer used.
  • Added zh_CN language file.
  • Added language option in config.yml.
  • Now when fail to hook into libreforge or MMOItems, plugin still can load instead of disabled.
----------, May 5, 2024

  • Removed 1.13 support.
----------, Apr 28, 2024

  • Added 1.20.5 support.
----------, Apr 25, 2024

  • Added more error catcher.
  • Fixed totem config error catche don't display correct totem ID.
----------, Mar 30, 2024

  • Improved PlayerDropEvent check for non-full block (means bonuding box is not 1x1x1).
----------, Mar 26, 2024

  • Removed debug message.
----------, Mar 15, 2024

  • Renamed trigger-item condition ID to trigger_item. Previous trigger-item condition ID for now can still use but will be removed in future versions.
  • Improved entity check performance.
  • Added near_mobs condition. If there is no corresponding mob within a nearby distance, the condition can be met. It supports both the vanilla mob ID and MythicMobs mob ID. (Premium version only)
  • Fixed 3D totems sometimes can not be actived even you have build it corectly.
----------, Feb 14, 2024

  • Improved ItemsAdder and Oraxen block check feature.
  • Added ItemsAdder and Oraxen's furniture support! (Premium version only)
  • Added ItemsAdder mob support! (Premium version only)
  • Fixed ItemsAdder's block does not disappear after totem active.
----------, Jan 29, 2024

  • Fixed sometimes plugin remove the entity that place in not finished totem.
----------, Jan 27, 2024

  • Added new condition: trigger-item.
----------, Jan 26, 2024

  • Bring back to make item price check in async thread and for MMOItems will use special method to solve it can not read item problem.
----------, Jan 20, 2024

  • MythicTotem will now use UltimateShop-like ItemFormat simple version.
  • Now item price default amount is 1 instead of 0 in past version.
  • Improved double hook item price check feature.
----------, Jan 16, 2024

  • Make all actions excute in main thread to fixed possible issue.
----------, Jan 14, 2024

  • Fixed op player will lose op after using op_command action.
----------, Jan 12, 2024

  • Fixed entity does not disappear after totem active.
----------, Jan 6, 2024

  • Fixed debug, cooldown-time option in config.yml does not work as well.
----------, Jan 6, 2024

  • Fixed totem ID can not be correctly display in debug message and API.
----------, Jan 5, 2024

  • Moved totem configs from config.yml to plugins/MythicTotem folder.
  • Moved message configs from config.yml to message.yml.
  • Improved language system, now even your language file missing some message, we will auto update it.
  • Added new trigger: EntityPlaceEvent, will be called when player trying place ender crystal.
  • Improved plugin codes.
----------, Jan 4, 2024

  • Added new action: op_command, can run command as op.
----------, Jan 4, 2024

  • Removed GamePoints price hook. Use CoinsEngine instead.
----------, Dec 28, 2023

  • Added new action: entity_spawn.
    • Spawn a zombie: entity_spawn: ZOMBIE
    • Spawn a zombie at specified location: entity_spawn: ZOMBIE;;world;;0;;0;;0
----------, Dec 28, 2023

  • Added support for latest libreforge.
  • Now even MythicTotem falied to register trigger for libreforge, plugin still can be loaded instead print errrors.
----------, Dec 13, 2023

  • Improved placeholder condition.
    • Added *= check symbol, which means placeholder is not equal with specified value.
    • Added *!= check symbol, which means placeholder is not contains value string.
    • Now =,>,>=,<,<= check symbol supports decimal.
----------, Nov 2, 2023

  • Added new action: sound. (Thanks iKiwo)
----------, Oct 13, 2023

  • Added MMOItems block support.
Below changes are premium version only:
  • Added PEconomy and RedisEconomy price support.
----------, Sep 29, 2023

  • Fixed check-prices option.
----------, Sep 14, 2023

  • Fixed a small bug related to totem's first block location check.
----------, Sep 10, 2023

  • Removed "core block" condition, now use "core-blocks" option in totem config instead.
  • Updated default config file.
----------, Sep 8, 2023

  • Fixed "exp" type price does not work.
----------, Sep 7, 2023

  • Improved 3D Totem check codes, now it will be at least 50% faster.
  • Added 'core_block' condition.
  • Added PlayerDropItemEvent as trigger.
  • Added totem key feature with 'prices-add-key' option.
  • This is BETA version, report bugs in Discord if you found them!
Those changes are premium version only:
  • New hook item price rework! Now MythicTotem will use fuzzy matching item NBT method to check item price. This means:
    • Plugin have dynamic lore (like EcoItems use PlaceholderAPI in lore), stat (like MMOItems) will 100% support, your dynamic items won't get ignored by price system anymore just becuase they have different lore, NBT or so on.
    • This new check system is in BETA, if players fail to be checked by this new price system, old price system will still work for them, this means plugin now have 2 ways check plugin item price!
----------, Sep 7, 2023

  • Fixed plugin always say you are creating more than 3 3D totems for free version.
  • Fixed black-creative-mode does not work well for BlockPlaceEvent.
----------, Sep 4, 2023

  • Fixed plugin can't load if server didn't have libreforge.
----------, Aug 27, 2023

  • Now register-libreforge option is default set to false to fix plugin can't loaded if your server don't have libreforge installed.
----------, Aug 26, 2023

  • Removed cast_mythic_skill in libreforge support feature, use MythicLibreforge instead.
----------, Aug 25, 2023

  • Added API event: TotemActivedEvent, this event call get 3 objects:
    • Player. Will return null if totem trigger is BlockRedstoneEvent.
    • Location. Return totem active location.
    • String. Return actived totem ID.
  • Added libreforge hook.
    • Added cast_mythic_skill effect, this can help you cast MythicMobs skill in eco-style plugin, like EcoEnchants!
    • Added totem_actived trigger, will be called when totem actived.
----------, Aug 22, 2023

  • Added spawn MythicMobs mob at remote location action, now you can spawn BOSS not only the player or totem location, but also other location you specified.
  • Added teleport action.
  • Added effect action.
  • Added eco item hook in prices system.
  • Fixed prices system does not work well.
  • Fixed EcoItems item hook in prices system.
  • Improved actions system codes, now use if-else codes check whether users type action string correctly.
----------, Aug 21, 2023

  • Added EcoBits plugin support in prices system.
  • Now plugin won't display error message when use /mythictotem reload command.
  • Now plugin will not register /mythictotem save command with free version.
----------, Aug 18, 2023

Changelog:
  • Improved error system, now plugin won't spam your console if its catch error.
How to update to this version?
  • Just drop to /plugins/ folders.
----------, Aug 1, 2023

  • Added condition: trigger.
  • Added some built-in placeholders, you can use them with Math expansion PlaceholderAPI to get totem center pos.
  • Fixed major bugs of 3D totems.
----------, Jul 23, 2023

  • Fixed BlockRedstoneEvent.enabled option does not work.
  • Added cancelled checker for PlayerInteractEvent.
  • Fixed action twice issue if your totem is symmetrical.
  • Improved totem check system code.
  • Now biome condition will auto convert to upper case to avoid some typo.
----------, Jul 23, 2023

  • Added protections check system.
  • Added prices system, just like FlipCard and SpinToWin, players must cost economy or items to spawn the BOSS, not only the totem placed block!
  • Added BlockRedstone trigger.
----------, Jul 19, 2023

  • Added 3D totems support.
----------, Jul 18, 2023

  • Guess what? We added new totem type: Horizontal! In past versions, users can only create vertical totems, now you can also create horizontal type totems.
  • 3D Totem support will be added in next update.
  • Optimized server performance, now plugins will reduce performance footprint when try checking totems by 30%-50% compared to before.
  • Fixed if players don't meet one totem condition, then he won't be able to create all totems.
----------, Jul 13, 2023

  • Fixed plugin will print error when totem actived if ItemsAdder plugin is not installed.
----------, Jul 12, 2023

  • Make 2 triggers only actived when player use mainhand, this should finally fix double actions issue.
----------, Jul 9, 2023

  • Added new action: announcement.
----------, Jul 8, 2023

  • Added MythicMobs v4 support.
----------, Jul 5, 2023

  • Fixed an issue where blocks being checked when using /mythictotem reload instruction could not be used to activate totems after the plugin was restarted.
----------, Jun 29, 2023

  • Added block null check catcher for 2 trigger.
----------, Jun 9, 2023

  • Added settings.cooldown-tick option, default to 5, this means totem check system now have a cooldown system for per player, this can avoid server lag if you have much online players.
----------, May 8, 2023

  • Added settings.cooldown-tick option, default to 5. This means now totem check system will have a cooldown feature to avoid server lag (if your server has lots of online players).
----------, May 8, 2023

  • Fix.
----------, Apr 24, 2023

  • Removed some unused debug messages.
----------, Apr 15, 2023

  • Use this version.
----------, Apr 13, 2023

  • Fixed 2.2.1 action take twice issue.
  • Added 2 more checks for remove block system, if totem blocks are not correcly removed, plugin will try 2 more methods to remove it.
----------, Apr 13, 2023

  • Fixed an issue where the X2 and Z2 rules, which are used to detect players placing totems backwards, were not being applied correctly.
  • Fixed plugin spam errors when use ItemsAdder blocks.
----------, Apr 13, 2023

  • Added black-creative-mode to all trigger configs, default to true, if set to false, all gamemode players can active the totems.
  • Added mythicmobs_spawn action, because MythicMobs spawn command is a little complex, and many people make mistakes about it, so I add this.
  • Fixed totem sometimes take the first one action only.
----------, Apr 2, 2023

  • Added %player_pitch%, %player_raw% placeholder.
  • Fixed action take twice when totem has only 1 block type.
----------, Mar 29, 2023

  • Added gradient color support. Use &<#Start Color Code> Message &<#End Color Code> as format.
----------, Mar 29, 2023

  • Fixed /mythictotem reload command permission.
----------, Mar 8, 2023

  • Changed the default file.
----------, Mar 8, 2023

  • Added Oraxen support. (not tested)
----------, Mar 5, 2023

  • Added /mythictotem reload command.
  • Added command tab complete feature.
----------, Mar 5, 2023

  • Extra fixes.
----------, Mar 4, 2023

  • Fixed ItemsAdder hook.
  • Fixed action sometimes run twice.
  • Fixed default config file.
----------, Mar 4, 2023

MythicTotem is the rewrite version of MultiblockStructure plugin, it can help you add your own BOSS spawn totem or bonus totem... In this rewrite version, we added those new features:
  • Unlimted totem size support.
  • ItemsAdder plugin support.
  • New actions system.
  • Condition system.
  • No need click the "Core Block".
----------, Mar 3, 2023

  • Fixed %y% built-in placeholder does not work as well.
----------, Aug 20, 2022

Resource Information
Author:
----------
Total Downloads: 10,672
First Release: Jun 6, 2022
Last Update: Jun 29, 2025
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings