Arena

Arena 2.1.1

Arena v0.1.134
ArenaEvents v0.1.67
ArenaUI v0.1.69
ArenaStatistics v0.1.54
ArenaLootSpawns v0.1.04

Fixed potential conflict when using the HumanNPC plugin
Added config option to adjust the amount of time between rounds (when continual play is enabled)
Arena v0.1.133
ArenaEvents v0.1.65
ArenaUI v0.1.69
ArenaStatistics v0.1.54
ArenaLootSpawns v0.1.04

Add kill statistics for NPC kills in NPC survival
Disable Deathnotes from broadcasting deaths for event players and NPCs
Arena v0.1.132
ArenaEvents v0.1.63
ArenaUI v0.1.69
ArenaStatistics v0.1.53
ArenaLootSpawns v0.1.04

After many many hours of investigation I finally worked out why ScientistNPCs don't deal damage with melee weapons (Because FP forgot 1 override...). The workaround is not pretty :p
Just a guess but delay inventory strip on death as a possible workaround for the CLProject NRE?
Arena v0.1.131
ArenaEvents v0.1.62
ArenaUI v0.1.69
ArenaStatistics v0.1.53
ArenaLootSpawns v0.1.04

Changed type of NPC used in NPC Survival
Better NPC controller, they will swarm players
Removed NPCMurderer and just use a ScientistNPC in its place
Give murderers a mummy suit and machete if no kit is specified (since the original murderer kit disappeared a few months ago)
  • Like
Reactions: VinylFresh
Arena v0.1.130
ArenaEvents v0.1.61
ArenaUI v0.1.69
ArenaStatistics v0.1.53
ArenaLootSpawns v0.1.04

CanNetworkTo perf
Arena v0.1.129
ArenaEvents v0.1.61
ArenaUI v0.1.69
ArenaStatistics v0.1.53
ArenaLootSpawns v0.1.04

Updated for hook deprecation
Arena v0.1.128
ArenaEvents v0.1.61
ArenaUI v0.1.69
ArenaStatistics v0.1.52
ArenaLootSpawns v0.1.04

Infected gamemode baseline (currently disabled until tested)
Add dummy HitInfo when killing containers
Arena v0.1.127
ArenaEvents v0.1.60
ArenaUI v0.1.69
ArenaStatistics v0.1.52
ArenaLootSpawns v0.1.03

Updated for hook deprecation
Add config option to give kit when teleported to the lobby (event only server required)
Arena v0.1.126
ArenaEvents v0.1.59
ArenaUI v0.1.69
ArenaStatistics v0.1.52
ArenaLootSpawns v0.1.03

Send a message to the player when they use /menu if the lobby is enabled and they are not in the lobby zone
Added config options to allow players to TP to the lobby (requires a valid lobby zone ID and spawnfile)
Code:
"Lobby Teleportation": {
      "Allow teleportation to the lobby (Requires a lobby spawn file)": false,
      "Allow teleportation if Raid Blocked (NoEscape)": false,
      "Allow teleportation if Combat Blocked (NoEscape)": false,
      "Allow teleportation if bleeding": false,
      "Allow teleportation if building blocked": false,
      "Allow teleportation if on the CargoShip": false,
      "Allow teleportation if in a HotAirBalloon": false,
      "Allow teleportation if on the OilRig": false,
      "Allow teleportation if mounted": false,
      "Teleportation countdown timer": 15,
      "Teleportation cooldown timer": 600
    }
  • Like
Reactions: Lone
Arena v0.1.125
ArenaEvents v0.1.59
ArenaUI v0.1.69
ArenaStatistics v0.1.52
ArenaLootSpawns v0.1.03

Fixed all server commands being blacklisted
  • Like
Reactions: YGBHawk