Quantcast
Channel: MythicCraft
Viewing all 11417 articles
Browse latest View live

Make Mob Spawn Command

$
0
0
On my server I am adding NPCs that talk to you in the dungeons, and I have it so the dungeon closes off when the first boss is slain so no other players can join in. It sets up a wall of fences after the first mob is slain. I want to make it so if all of the players die in the dungeon or leave the dungeon then the NPC to start the quest will respawn in the exact same spot.

Is there a way to summon mobs in a exact x,y,z coordinate with the ~onDeath trigger?

Thanks in advance :D

[Minature Pets] Can I add commands?

$
0
0
I am thinking about buying Minature Pets so I can run it with MythicMobs, but I was wondering if I could add commands (or skills) that the pet could use. I would use this to add potion effects or extra life.

[EDIT]

Can I also add it to where I use a command to give the player the pet so they have to earn it?

Thanks in advance!

[NPC] Custom NPC Help

$
0
0
Currently, I am trying to make a custom NPC for little quests that the player needs to do. (I know there is the quest plugin but I just want to do this) What I want is that when the player right-clicks on the NPC it will run a skill. But for some reason, when the player right-clicks on them, they do nothing.

I would also like to know how to make the NPC not move ever :)

Mob Code:
...

[NPC] Custom NPC Help

Mythicmobs crash or failure to load errors

$
0
0
Running Spigot 1.9.4 R0.1 SNAPSHOT

MythicLib 1.01
MythicMobs 2.5.1
LibsDisguises 9.1.2

I can't seem to load Mythicmobs. It seems to run fine without any mobs loaded, but it's having huge issues with disguised mobs. Was there a recent change to how the Wither Skeleton disguise is used? I use it for regular skeletons to appear larger yet not have flaming arrows.

Mob example config:
ReaverCaptain:
Type: wither_skeleton
Display: '&eReaver Captain'
Health: 60
Damage: 14...

Mythicmobs crash or failure to load errors

Removing Potion Effects With a Water Bottle

$
0
0
I am currently working on a project I am going to release to all of you, but I need some help. I would like to know how I can remove potion effects with a item and add potion effects at the same time. (I don't want to use a milk bucket though. I want a water bottle)

ITEM CODE:
Code:
Secret:
  Id: 373
  PotionEffects:
  - DAMAGE_RESISTANCE 200 3
  - BLINDNESS 1 0
  - CONFUSION 1 0
  - REGENERATION 200 2
  - SPEED 200 3
  - SLOW 1 0
  Display:...


Removing Potion Effects With a Water Bottle

How do I change a mobs despawn radius?

$
0
0
I need to change the radius for the daspawn option.

Example: Change the despawn radius to check for players in 250 blocks. If no one is in 250 blocks then the mob despawns.

Thanks in advance!

Check for Players in Radius

$
0
0
Is there a option, skill or anything that checks for players in a certain radius?

Thanks in advance :D

-=- Player Skills -=- [ SAO Remastered ]

$
0
0
Good day!

I've been working on an SAO based server for quite a while now, and I've been waiting for Champions to release, so I came up with a temporary solution to my players not being able to use MythicMob skills.

Adding a small plugin that contains this code.

We get the item name of the player holding the item, and use that to spawn a Mythic Mob with the same name as the Item

(Example's further down)
Code:
@EventHandler(priority = EventPriority.HIGH)
public boolean...
-=- Player Skills -=- [ SAO Remastered ]

Spawners

$
0
0
I noticed that if I create a spawner to summon a boss every hr and if I restart server, that spawner instantly spawns the boss. There have been various occasions where there will be more than one of the same type of boss even if the spawner maxmobs=1 after some restarts.

[Miniature Pets] Armor Stand Name

$
0
0
Hi there.

I am new to using Miniature Pets with MythicMobs- but I can't help but notice all the MythicMobs with the Type MPET have the nametag Armorstand above them. I have tried a few different ways to remove this but I can't seem to change it.

Does anyone know how to fix/adjust this?

Minaturepets Hook

$
0
0
ZombieKnight:
Type: MPET
Display: '&7&l⪢&b&lKị Sĩ&7&l⪡'
MPet:
Type: fly
Anchor: Zombie
ShowName: true
Health: 40
Damage: 29
LevelModifiers:
- health 100
- damage 5

That is mobs and when i reload mythic and summon it. it just have 20 health ( zombie health ) ?
Ver: 1.10

Xikage mobs?

$
0
0
So I'm trying to disguise a couple mobs, one as a polar bear and the other as shulker but they come out as Xikage skins lol. I'm using MM 2.5.1 and libs 9.0.9 (still have not paid for the updated ver). Is there any work around for this strange glitch or is it there for a reason?

SnickerzCraft

$
0
0
View attachment 169

Here at SnickerzCraft our main objective is to have fun, with a wide variety of plugins the server is one step away from being modded without mods! Custom furniture and maps make SnickerzCraft a unique and amazing server with an awesome community! There's something for everyone here at SnickerzCraft including RPG, Survival and Creative plots. We offer a unique player market as well as an Admin shop, the donation store is affordable and we are currently...​

SnickerzCraft

Drop table bug?

$
0
0
hey ive recenty updated my server to the newest version of mythicmobs and libsdisguises but whenever i try to spawn my mobs that have been disguised it gives me this eeror report:

20.01 19:26:44 [Server] INFO CaptainSnickerz issued server command: /mm eggs get bee
20.01 19:26:47 [Server] INFO [MythicMobs] Calling MythicMobSpawnEvent for bee (level: 1)
20.01 19:26:47 [Server] INFO [MythicMobs] Mythic Mob bee was spawned from an egg.
20.01 19:26:47 [Server] INFO [MythicMobs] Found MythicItem...

Drop table bug?

Add money to MythicMobDeathEvent

$
0
0
Hi,
I just wanted to suggest adding money in the MythicMobDeathEvent, I'm a programmer and I know that this is really simple, but it could help if one wants to check the rewards that the killed mob gives.
Just add a field whit a getter, initialize it in the constructor and modify the constructor call in MobDeathListener, that's all.

A few ideas

$
0
0
Adding skills to items. Keeping the skills already implemented you could make a stick to allow you to jump ~onUse or right click, so basically and skill mechanics would be able to be put on an item. Another way to activate it would be having a % chance when you hit someone.

For spawn eggs, not sure if there is a way to do this already, but you could customize each spawn egg to any item, not just the regular spawn eggs. Along with that you would be able to customize the name of the egg,...

A few ideas

Disguises

$
0
0
so ive been trying to disguise a chicken as melon seeds and i cant seem to make it work, even the manual page on droped items doesnt seem to work, anyone know how to do it? all help is appreciated.

Heres the Code i put

Ant:
Type: CHICKEN
Display: 'Ants'
Health: 1
Disguise:
Type: ITEM
Item: MELON_SEEDS
ItemData: 0


I tried out different ways but since this is what the manual page said ill put it like this.

How to make items only give you effects etc when u wear the full set i know jawl did it

$
0
0
Guys so i saw this video where jawl lawl made a set of armor that gave u particles and hearts which ik how to do but it only gave him night vision when he wears the full set how do u make it like that? Jawl lawl if you see this please help.

[Boss] Herobrine

$
0
0
Hey dudes,

thats my first post here and i want to share my bossmob "Herobrine" with you.
Have Fun !

I made this boss with the 1.8.8 Version.



HerobrineMob ---> http://pastebin.com/GQDpavja


Code:
###############
# +---------+ #
# |Herobrine| #
# +---------+ #
###############
Herobrine:
  Type: WITHER_SKELETON
  Display: '&c&lHerobrine'
  Health: 1000
  Damage: 9
  Faction: Herobrine
  Equipment:
- flint_and_steel:0
  Disguise:
    Type:...
[Boss] Herobrine

MythicCreator - Windows GUI for editing MythicMobs!

$
0
0
Hello! I'm currently developing a Software that can be used to edit single Bosses in a GUI on Windows. This alpha version should cover most of the features, and please tell me if you find any bugs :) There can be quite a few.

1.1.0.5 Alpha 1
Download: http://mythicmobs.net/index.php?resources/mythiccreator-alpha-edition.35/
Changelog:
V 1.1.0.5
* Fixed serious issue that caused the values to not load at all
* Fixed an issue where the RawEditor crash...

MythicCreator - Windows GUI for editing MythicMobs!
Viewing all 11417 articles
Browse latest View live