Filled Custom named Mob Spawning

Discussion in 'Plugin Requests' started by Gh0stKitty, Oct 25, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    Gh0stKitty

    Minecraft version: 1.14.4

    Suggested name: CustomMobsNH

    What I want:
    I'd like any mobs spawned to have a custom nametag above their heads when spawned via Spawner or /Summon.
    Eggs can be custom named already so eggs aren't needed

    Ideas for commands:
    /Mob Set MOB_TYPE [Mob Name] [Custom Health]
    EX. /Mob Set WOLF &cDog 20
    /Mob Delete MOB_TYPE

    When I'd like it by: November 10th
     
  2. Offline

    TravelerJay

    You can make this with command blocks pretty easily. I know you want this as a plugin but it’s just a suggestion.
     
  3. Offline

    Gh0stKitty

    Oh? : o How would I do it with command blocks?
     
  4. Offline

    robertlit

    Most spawner plugins have this feature built in. Or don't you use a spawner plugin?
     
  5. Offline

    Gh0stKitty

    I use essentials but i dont know if that counts? Could you recommend some plugins that have the feature though?
     
  6. Offline

    robertlit

    Hmm weird I am sure I saw a spawner plugin that has the feature but I can't find it now. I'll add this to my list should be pretty easy to do!
     
    Gh0stKitty likes this.
  7. Offline

    Gh0stKitty

    Alright nice!!! <3
     
  8. Offline

    KarimAKL

    @Gh0stKitty I was already trying this out before so, i'd like to post my version of the plugin anyway. :7
    Download link: https://www.dropbox.com/s/afvl4f5fu7aifxj/CustomMobsNH.jar?dl=0
    The command "/mob" should give a little overview of the commands.
    Unfortunately the vanilla summon command isn't triggered by the Bukkit spawn event, and i'm too lazy to try NMS for it. :7 It should work if you have a plugin handling the summon command though.
    Permissions:
    /mob set - mob.set
    /mob delete - mob.delete
     
  9. Offline

    Gh0stKitty

    It works great thank you!
    Is there anyway to set custom drops? Or the ability to work with my other Custom Drops Plugin
     
  10. Offline

    KarimAKL

    @Gh0stKitty There shouldn't be any problems causing it to not work with custom drops, have you already tried it with your plugin?
     
  11. Offline

    Gh0stKitty

    Yeah I have, It doesnt seem to be working. The plugin itself is... Not that great to begin with but i have no other alternative
     
  12. Offline

    KarimAKL

    @Gh0stKitty In that case, how would you like the custom drops to work? I could try looking at it.
     
  13. Offline

    Gh0stKitty

    Alright thank would be amazing!!

    Something not too difficult i hope but preferably a customizable config file with each mob listed, similar to this?

    Mobs:
    Cat:
    Vanilla-drops: FALSE
    Custom Drops: TRUE
    Custom Drops:
    FurTuft:
    Item: BLAZE_POWDER
    Name: "&cFur Tuft"
    Lore: "&7[&cRare&7]"
    DropChance: 0.50%
    CatClaws:
    Item: QUARTZ
    Name: "&cClaws"
    Lore: "&7[&cRare&7]"
    DropChance: 10%

    I dont think this is even possible but do you know of any plugin that allows you to change a mobs behavior? Something that could change foxes to attack instead of run or Endermites run instead of attacking?
     
  14. Offline

    robertlit

  15. Offline

    KarimAKL

    Does this work?
    I'm pretty sure it's possible but, i haven't heard of any so, i can't help you there.
     
  16. Offline

    Gh0stKitty

    It seems to work! I'll fully try it out later but im a bit busy atm <333

    I've tested it out and it works perfectly!!
    Thank you! <3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2019
    KarimAKL likes this.
Thread Status:
Not open for further replies.

Share This Page