Making Fake players for minigame testing

Discussion in 'Plugin Development' started by VortexGmer, Apr 26, 2015.

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

    VortexGmer

    Can someone do What the title said?
    I need to test the minigame but it needs at least 6 players to start. I have one account. How can I make fake players that just act like players but do nothing but just stand around?
     
  2. Invite some friends ?
     
    Konato_K likes this.
  3. Offline

    VortexGmer

    I have freinds, They want to come, Just that all 6 of them don't come at once D:
     
  4. Can not you set minimum players lower?
     
  5. Offline

    VortexGmer

    Yes but then I would have to change many many things, It doesnt work
     
  6. If you're doing a game like hg or something like that, you should be able to change things like that on easy way.
     
  7. Offline

    VortexGmer

    it isn't an HG
     
  8. Offline

    xMrPoi

    @MaTaMoR_ I understand that you're trying to find a solution with a different method, but I can also support @VortexGmer in saying that it's hard getting beta testers for a plugin. Having to get mutliple on, and having to get them to cooperate. It's difficult.

    I'm also wondering how to do this.
     
  9. Offline

    RawCode

    1) include mobs into "player lookup"
    2) spawn mobs like wolves, treat them as players.
    3) they will move around, sit if ordered, attack other targets, few NMS hacks and they can be ordered to move specific location or attack specific target
     
    Rocoty likes this.
  10. Offline

    VortexGmer

    What NMS hacks?
     
  11. Offline

    NordisKFail

    I heard of something named stressbots that get into your server, but i don't know how they could test your plugin. xD They will just stand there in your spawn...
     
  12. I think it's not allowed (don't ask me why :confused:), but put your server in offline mode and join with some accs with a "cracked" launcher.
     
  13. Offline

    VortexGmer

    And also how do you add Wolf w = World.spawnEntity(Blah Blah Blah) to the player count?
     
  14. Offline

    Koobaczech

    Theres a plugin called HeroBrine something, that lets you troll players. I used it once, and it spawned a dummy hero brine player, but he would increment the server player count and would appear in the top player list area. If i were you i would, "accidentally rename the .jar into a .zip" and "accidentally peek at some stuff doe"
    http://www.curse.com/bukkit-plugins/minecraft/herobrine-ai
     
  15. Offline

    VortexGmer

    I might accidentally do this!
     
  16. Offline

    mythbusterma

    @Koobaczech

    Because looking at complied bytecode is really useful.
     
  17. Your code is probably hard to maintain then. I suggest make it easier to maintain so in the future, you don't have to change 'many many things'
     
Thread Status:
Not open for further replies.

Share This Page