Pets

Do you want a pet? This plugin is for you!

Total Downloads: 12,218 - First Release: Mar 22, 2015 - Last Update: Jun 11, 2018

4.63636/5, 44 likes
  1. Bombardir submitted a new resource:

    NPC Controller - controll any npc (not player)

    Read more about this resource...
     
  2. Nice! That was going to be one of my skills, I'll probably use you plugin then, can you make an API for that later?
    Thanks!
     
  3. Amazing plugin ! But bears run in slow-mo
     
  4. this would be amazing if you could lock a chest to the dog, then you could use it as a follower and make it carry stuff for you
     
  5. Lol, will try it :D
    [DOUBLEPOST=1427095844][/DOUBLEPOST]
    It's bug, just spawn new bear.
     
  6. Love it thanks! Any chance you can use oxides new permissions instead of authlvl?
     
  7. Yes, but it's alpha version, i will add Config, New commands, Permissions when plugin will be finished
     
  8. Hi!

    First I would like to congratulate the Bombardir, the plugin NPC Controller is amazing.
    My suggestions for improvements to the plugin.

    Could have some options, such as:
    - Define which animal control or not;
    - Set the auth level;
    - Set a time between an animal and another for control. For example, if at the moment controlling an animal can only control another X minutes later.

    Example:
    Code:
    {
      "auth": [0|1|2];
      "wolf": [true|false],
      "bear": [true|false],
      "stag": [true|false],
      "boar": [true|false],
      "chicken": [true|false],
      "time": [amount]
    }
     
    Last edited by a moderator: Mar 23, 2015
  9. I will add this later (mb on 0.1 version)
     
  10. Bombardir updated NPC Controller with a new update entry:

    Permissions!

     
  11. I knew those files in the data folder meant some form of flags was coming again soon. You guys are awesome and I love this plugin. I had so much fun last night with my trained attack chicken! I take some video footage tonight :)
     
  12. I have to add the players one by one to the group? Or can I allow all players in the server?
     
  13. Oh, I did not think that someone wants to give it to all players)
     
  14. I want :(
    But thanks, I'll find a way...
    [DOUBLEPOST=1427230887][/DOUBLEPOST]
    Even with permission, can not control animals. I can use command /npc, but says I'm not allowed to control an animal (is set 'canwolf', for example, and can not control the wolf).
     
  15. Weird... Try it with new NPC (spawn with build plugin)
     
  16. I spawned many animals and redid the process several times...
    I will write here the steps I made, make sure it is correct:

    1º) I create a group:
    • oxide.group add animals

    2º) Assign permissions:
    • oxide.grant group animals cannpc
    • oxide.grant group animals canwolf
    3º) Added user (me):
    • oxide.usergroup add "Arqueiro Verde" animals
    Then, I can use /npc, but don't have permission to command a wolf (I spawned a lot of wolves, but didn't work)...
     
  17. Oh, i known were is the problem... Wil fix it and add Config (were u can disable permissions)
     
  18. Bombardir updated NPC Controller with a new update entry:

    Major update


    [DOUBLEPOST=1427243489][/DOUBLEPOST]
    Fixed + now u can off permission system in cfg
     
  19. Both of your NPC controllers (animals and humans) use the same chat command "npc".
    Could I suggest changing this one to "npc_animals <arg>" as the human controller takes a lot more to configure and doesnt require more typing than already exists.

    Awesome work though Bombardir.