EventManager

Moved

Total Downloads: 10,601 - First Release: Dec 16, 2014 - Last Update: Apr 19, 2018

4.92857/5, 56 likes
  1. everything worked great until my friend crashed. and we were stuck until server restart,
    we tryed to end it but it said no arena battle. then we tryed to open a new arena and it said there was one in progres.

    and if you end the arena while someone is dead, they will respawn without anything.
     

  2. We get the same issue, occasionally someone is stuck in the arena, and I think it is correct that if you are dead when the arena ends, you respawn randomly with nothing.
     
  3. Good afternoon, I have a problem: the plugin Arena everything works fine but when the players will teleport into the arena Ying why that is not issued weapons. They appear completely naked ... what to do for the issuance of a weapon?
     
  4. So while it RUST legacy or Experimental? I have an experimental!
    [DOUBLEPOST=1429182271][/DOUBLEPOST]And all shall be issued automatically after. rather than through the command / kit
     
  5. so I have these plug-ins and stand, but at the start of the arena all the players appear naked, I need to do to them in the arena was issued a weapon?
     
  6. you need to configure the kits, read the overviews, everything is explained
     
  7. Well thank you!
     
  8. Mughisi updated Arena - Core with a new update entry:

    Teleport update

     
  9. So can I call a kit from arenaplugin using the Kits plugin?

    example: I make a kit for the arena /kit arena

    Or do I have to set gear manually within arena config?
     
  10. CHR

    CHR

    Better use the config
     
  11. Is the zone in arena supposed to be notp true, cos with no tp people get inv cleared and just stays where they are.
     
  12. if they have inv cleared and nothing it's because your kits werent set properly.
     
  13. just used default from config. And people didnt get teleported
    inside.
     
  14. and how does the config can know where you want them to teleport if you dont tell it where to --'?
    i don't understand how you are actually trying to use this plugin --'
     
  15. Ok. I will try to explain what I have done

    -Build arena
    -Set arena zone (tried with and without -notp)
    -Set spawnpoints, saved to arena.json
    -load arena core
    -load arena deathmatch
    -set default pack
    -edit deathmatch config to use updated itemnames
    - /arena_game 1
    - /arena_spawnfile arena
    - /arena_open

    Then inventory gets cleaned and nothing more.
    When I close arena inventory comes back.
    Dunno what I've done wrong this time.
    Got plugin running fine in earlier version (maybe a month ago)
    Maybe someone could post their working config?

    Thanks for your great effort on this plugin.

    PS: hope we can use the Kits plugin with this in the future.
     
  16. CHR

    CHR

    Take that and it will at least work with an AK
    Code:
    {
    "KillMessages": [
    "Good Shot",
    "You got him!",
    "Nice Shot!",
    "Destruction!",
    "Like a boss!",
    "You're Unstoppable",
    "Boom!",
    "Ultrakill!",
    "Y0u 4R3 s0 1337!"
    ],
    "RandomPack": true,
    "SpawnImmunity": 4,
    "Packs": [
    {
    "backpack": [
    [
    "ammo_rifle",
    250
    ]
    ],
    "belt": [
    [
    "rifle_ak"
    ],
    [
    "syringe_medical",
    2
    ]
    ],
    "armor": [
    "hazmat_boots",
    "hazmat_jacket",
    "hazmat_gloves",
    "hazmat_pants"
    ]
    },
    {
    "backpack": [
    [
    "ammo_rifle",
    250
    ]
    ],
    "belt": [
    [
    "rifle_ak"
    ],
    [
    "syringe_medical",
    2
    ]
    ],
    "armor": [
    "hazmat_boots",
    "hazmat_jacket",
    "hazmat_gloves",
    "hazmat_pants"
    ]
    }
    ],
    "KillLimit": 10,
    "DefaultPack": 1,
    "AutoArena_Settings": {
    "CancelArenaTime": 360,
    "CloseOnStart": true,
    "MinimumPlayers": 2,
    "ArenasInterval": 1800,
    "WaitToStartTime": 30,
    "MaximumPlayers": 10,
    "ArenaLimitTime": 1800
    },
    "ArenaGame": "Deathmatch",
    "authLevel": 1,
    "Rewards": {
    "Random": false,
    "Packs": {
    "Guns": [
    [
    "rifle_bolt",
    1
    ],
    [
    "rifle_ak",
    1
    ]
    ],
    "Ammo": [
    [
    "ammo_rifle",
    250
    ],
    [
    "ammo_pistol",
    250
    ]
    ],
    "Explosives": [
    [
    "explosives",
    100
    ]
    ]
    },
    "activated": true
    }
    }
     
  17. Yes most likely it's à problem in your configs.
    And yes actually the new version is ready for testing but i won't be home for 2 weeks so i can't test it.
    I did make it that it should work with the kits plugin