ProFaker
ProFaker
Member

3 posts
Minecraft: ProFaker
By ProFaker » over 5 years ago
  MythicMobs allows server administrators to fully modify all attributes of monsters on your server, and even create your own mobs, bosses, and other many other fun mob-related things.

To sum it up, Mythic Mobs gives you control over and access to:
  • Mob Attributes: Modifying all mob attributes such as health, damage, speed, follow and combat range, as well as all mob-specific attributes and custom ones exclusive to MythicMobs.
  • Custom Skills: Give mobs custom skills using a powerful scripting system with billions of possible skill combinations and options and using targeters, conditions, triggers, and more.
  • Special Effects: Allowing mobs to use special effects including sounds, particles, and advanced special effects you never thought were possible in Minecraft until now.
  • Items and Drops: Modify loot and equipment in any way possible with our powerful item building system, including using highly-customizable drop tables for mob drops.
  • Damage Modifiers: Use damage modifiers to change how damage affects mobs so they can be immune to drowning, take half damage from arrows, or be healed by fire, etc.
  • Mob Spawners: Unlock the true potential of Spawners using custom spawners, which come with countless options, conditions, attributes, cooldowns, etc!
  • Natural Spawning: Set your custom mobs and bosses up to spawn naturally in different areas of the world, based on any number of conditions you can specify. Replace natural spawns completely, or add new ones!
  • Mob Levels: Allow mobs to scale in level and increase in power based on where and how they spawned, having scaled health, damage, and more abilities as they level!
  • Threat Tables: Allow mobs to use RPG-style Threat Tables, granting increased power and control over their targeting behaviors. No longer can players fool your mobs!
  • Customize AI: Customize your mob's AI, including adding new AI goals found only in MythicMobs! Let zombies open doors, have friendly skeleton guards that fight skeletons from other mob factions, and more!
  • Mob Factions: Allow mobs to be a part of factions! Works with the previously mentioned AI Controls so you can have mobs that will fight other factions of mobs, help players, and more!
  • Disguises: Direct integration with LibsDisguises allows any mob to look like literally anything in Minecraft, using the most powerful disguise plugin available.
  • Plugin Compatibility: Integration with a wide variety of popular plugins!
  • An Extremely powerful API for Developers
  • Countless other features..
Mythic gives you full control over everything related to mobs.

You can finally create thet ultimate boss you've always dreamed of crushing your players with. MythicMobs can even create bosses on the level of popular MMORPGs, such as from World of Warcraft. It is an absolute essential for every RPG server.


General Commands
  • /mm (alias: /mythicmobs) * Base command for the plugin. Displays all other commands.
  • /mm debug [level] (alias: /mm d [level] * Sets the plugin's debug*level. 0 = OFF.
  • /mm debugmode [true/false] * Enables debug mode, which disables random spawners, mob spawners, and other random things that make debugging difficult. Does not currently seem to work
  • /mm reload (alias: /mm r) * Reloads the plugin.
  • /mm save * Force*saved all active mobs and spawners.
Item Commands
  • /mm items (alias: /mm i) * Base for all item*related commands.
  • /mm items get [item_name] <amount /> * Gives yourself an item from the configured mob equipment.
  • /mm items give [player] [item_name] <amount /> * Gives a player an item from the configured mob equipment.
  • /mm items list * Lists off all configured mob equipment.
Mob Commands
  • /mm mobs (alias: /mm m) * Base for all mob*related commands.
  • /mm mobs info [mob_name] * Displays lots of information about a Mythic Mob.
  • /mm mobs list * Displays a list of mobs loaded to the server.
  • /mm mobs listactive * Displays a list of currently spawned mobs, and the number of each.
  • /mm mobs kill [mob_name] * Removes all Mythic Mobs with the provided name.
  • /mm mobs killall * Removes all active Mythic Mobs.
  • /mm mobs spawn [mob_name]:<level> <amount> <world /></amount></level> * Spawns mobs with the provided name.
  • /mm mobs spawn -s [mob_name]:<level> <amount> <world /></amount></level> * Silently spawns the mob in- no console text.
  • /mm mobs stats * Displays useful information about how many mobs are loaded on the server. (Amounts)
Mob Egg Commands
  • /mm egg (alias: /mm e) * Base for all egg*related commands.
  • /mm egg get [mob_name] <amount /> * Gives you mob eggs for the specified Mythic Mob.
  • /mm egg give [player] [mob_name] <amount /> * Gives a player mob eggs for the specified Mythic Mob.
Spawner Commands
  • Mob spawners can use special filters and wild cards in most commands in place of the spawner's name to run the command on multiple spawners.
    • Use g:group_name to run commands on a whole group of spawners.
    • Use r:radius to run commands on all spawners within radius blocks
    • Use ? for a single-character wildcard: Running the command /mm s set ?at leashrange 32 will set it on spawners named Cat, Rat, Fat, but not one named Matt.
    • Use * for any number of wildcard characters: Running the command /mm s set T* leashrange 32 will set the leash range to 32 on all spawners starting with T
    • Running the command using * for the spawner name will change ALL spawners
  • /mm spawners (alias: /mm s) * Base for all spawner*related commands.
  • /mm s create [spawner_name] [mob name]
    • Creates a new spawner at the location of the players reticule.
    • The spawner will spawner whatever mob_name you gave it which can be any internal minecraft mob or the name of a mob you created under the ExampleMobs.yml configuration page.
    • /mm s create Ruins_Skeleton1 DecayingSkeleton
  • /mm s set [spawner_name] [setting] [value]
    • Changes a setting of the spawner. See below for all settings
    • See Spawner Options for all the things that can be set here.
  • /mm s addcondition [spawner_name] [condition] [value]
    • Adds a spawner condition which determines whether a mob should spawn when it's timer is up.
    • See Spawner Conditions for conditions that can be applied here
  • /mm s removecondition [spawner_name] [condition]
    • Removes a spawner condition.
    • /mm s removecondition Ruins_Skeleton1 outside
  • /mm s info [spawner_name]
    • Provides a list of information about a particular spawner.
    • /mm s info Ruins_Skeleton1 (Lists information about the Ruins_Skeleton1 spawner)
  • /mm s listnear <distance />
    • Lists all spawners nearby.
    • Add a the distance parameter to narrow the list down.
    • /mm s listnear 15 (Displays all the spawner names within 15 blocks)
  • /mm s resettimers [name]
    • Resets cooldown and reset timers for the spawner listed.
    • /mm s resettimers Ruins_Skeleton1 (Resets the Ruins_Skeleton1 spawner)
  • /mm s activate [name]
    • Activates (forces a spawn from) a particular mob spawner.
    • /mm s activate Ruins_Skeleton1 (Spawns the Ruins_Skeleton1 spawner)
  • /mm s cut [search_string]
    • Cuts a group of spawners according to a given string.
    • /mm s cut g:BoneCastle (Cuts all spawners in the “BoneCastle” spawner group) * /mm s cut r:200 (Cuts all spawners in a 200 block radius)
    • /mm s cut Elementals_* (Cuts all spawners whos name starts with Elementals_) * /mm s cut * (Cuts all spawners. BE VERY CAREFUL!)
  • /mm s paste
    • Pastes a group of cut spawners in a new relative location.
    • Spawners can be pasted multiple times but replace previous pastes. (They are not duplicated)
  • /mm s undo
    • Undoes the previous cut operation and puts them back where they were.
    • Will only work if you have not yet cut a new group of spawners.
Utility Commands
  • /mm u testeffect [effect syntax]
    • Allows you to run an effect as if you were the mob.
    • Takes the same effect syntax that you would normally place inside your skill.
    • /mm u testeffect target particles witchMagic:1:1:100:0.01:1:0.5 >0 1 (This is outdated)
  • /mm u testskill [targetlocation] [skillname] (Does not currently work)
    • Allows you to run a skill as if you were the mob.
    • Target can be any of the target locations. (target, boss, playersinradius, etc)
    • Skill name should be the name of one of your skills.
    • /mm u testskill target lightning
Signal Commands
  • /mm signal <uuid> <signal /></uuid>
    • Used to signal mobs to toggle certain skills
    • Only works when used with the mobs UUID, doesnt work with mobnames
    • Usually used as a tellraw-command component
    • This command is available to all players. However players cannot abuse this command unless they have the operator powers neccessary to find specific mob UUIDs and internal signal names of mobs.
Spigot: https://www.spigotmc.org/resources/%E2%9A%94-mythicmobs-free-version-%E2%96%BAthe-1-custom-mob-creator%E2%97%84.5702/

Website: https://www.mythicmobs.net/index.php




HunterLux
HunterLux
Noble

61 posts
Minecraft: HunterLux
Discord: Unknown
By HunterLux » over 5 years ago
Could be useful for RPG servers, I upvote it.




                        ← <a href="https://www.cubedcraft.com/profile/_Cord/" rel="nofollow noopener" target="_blank"><span style="color:#e67e22">My Profile</span> </a> → | ← <a href="http://www.cubedcraft.com/user/messaging/?action=new" rel="nofollow noopener" target="_blank"><span style="color:#e67e22">Message Me</span></a> →<span style="color:#e67e22"> </span>| ←<span style="color:#e67e22"> </span><a href="http://www.cubedcraft.com/forum/new/?fid=7" rel="nofollow noopener" target="_blank"><span style="color:#e67e22">Send a Report</span></a><span style="color:#e67e22"> </span>→<span style="color:#e67e22"></span>