hello,There is no arena body in the decompression package
Survival Arena
$19.99
Sold by: imthenewguySurvival Arena is a plugin that spawns a Battle-royal style game, where players must scavenge for equipment and fight to the death, all while staying inside of a shrinking, non-radiated zone.
- Description
- Reviews (5)
- Version History
- Discussions (3)
- Setup
- Product Enquiry
Description
Description
Survival Arena
Requires:
Works with:
Survival Arena is a plugin that spawns a Battle-royal style game, where players must scavenge for equipment and fight to the death, all while staying inside of a shrinking, non-radiated zone.
The plugin spawns a large play area high in the sky and inherits the biome type from the ground below. This means that if the area is suspended above an arctic biome, all of the rocks, trees, logs and bushes will be spawned mirroring that biome type.
Players are teleported into the center building when they join, and once the game begins, they must loot containers to gear up to survive. Players are returned to their original locations when they leave the event or respawn after dying at the event.
Server owners can change or add loot profiles via the config. The plugin will select a random profile when the arena begins and fill the loot containers based on your specifications.
It comes with 2 default loot profiles:
- Primitive – spears, melee weapons, bows, crossbows, burlap equipment, revolvers etc
- GunLoot – more modern weapons.
The plugin uses EventHelper to run automatically, handle joining and leaving, and will allow players to vote to start the game.
Admins can also add additional trees, bushes, logs and loot spawns to the arena via command.
Type: Chat Command: survivalarena Function: Sends the user the UI to start up the game. Loot profiles, spawn height and lobby time can be adjusted here before starting the game.
Type: Chat/Console Command: startarena <heightMod> <lobbytime> <arenaName> <lootProfile> Function: Spawns and starts the game using the specified heightmod and lobbytime parameters. You can simply use the command with no parameters to start it using the default settings and a random arena/lootprofile.
Type: Chat/Console Command: endarena Function: Ends any active games and despawns the arena.
Type: Chat Command: spawnarena <name> Function: Spawns the arena, but does not start the game. Useful for debugging and development.
Type: Chat Command: setcentrepoint Function: Sets the arena's new center point at the players location. Useful if you want to move the spawn so it has more biome variety. Be sure not to make it too high or too close to the ground.
Type: Chat Command: survival Function: Used to join the game when the lobby is active.
Type: Chat Command: saremove Function: Removes the tree, loot container, log or bush that the player is looking at. This will no longer spawn in future games.
Type: Chat
Command: addtree
Function: adds a tree spawn at the players position.
Type: Chat
Command: addbush
Function: adds a bush spawn at the players position.
Type: Chat
Command: addlog
Function: adds a log spawn at the players position.
Type: Chat
Command: addloot
Function: adds a loot spawn at the players position.
Type: Chat
Command: saleave
Function: Leaves the event
Type: Console/Chat
Command: wipeoldarena
Function: Wipes any entities that are at the same height or higher than the arena.
survivalarena.admin
If you wish to create your own arena, you may follow this tutorial here: https://youtu.be/BxmcjHjIJDU
Please note that the map file name needs to contain survivalarena or it will not allow the getarena command to work. Also I will not be offering support for this, so use at your own risk.
Reviews (5)
5 reviews for Survival Arena
Only logged in customers who have purchased this product may leave a review.
Version History
- Updated Updated Item storage to support ownership information.
- Added Added config option to prevent players from joining the event if they have items in their inventory.
- Added Added some redundancies to restorig items when using the sarestore command.
- Fixed Fixed issue where items weren't being restored when a player died/returned to where they were before the event (Thank you DrSmoker!)
- Fixed Fixed an issue with score not showing players names.
- Added Added support for Warmode.
- Added Added prevention of ItemPerks and EpicLoot items to containers (requires latest versions of each plugin).
- Fixed Fixed an exception thrown OnPlayerDeath.
- Updated Updated return type for CanPopulateLoot to prevent conflicts
- Updated Completely rebuilt the map for Decembers patch that removed the old rocket assets.
- Added Added a scoreboard (default command: sarank)
- Fixed Fixed an issue with items not restoring after last forced patch.
- Fixed Fixed an issue with blacklisted commands being bypassed using case.
- Fixed Fixed an issue with data not wiping on server wipe.
- Fixed Fixed an issue where the a wounded player would remain wounded when they were left the match, or the match ended.
- Added Added support for CorpseLocation to prevent players teleporting to their corpses when they die in the arena.
- Added Added support for WalkingDead plugin to prevent walkers from spawning when a player dies at the arena.
- Added Added hook: OnPlayerItemsRestored(BasePlayer player) - called when the player's items are restored.
- Added Added support for custom item.contents.capacity values.
- Updated Patched pooling
- Updated Patched for October update.
- Updated Updated for July's surprise patch.
- Added Added support for CollectionLog to prevent item collections from being added when looting arena containers.
- Updated Updated OnEntityTakeDamage to unsubscribe while event isn't running.
- Fixed Fixed an issue with players not receiving participation rewards when killed by non-player related damage types. Included everything except suicide.
- Removed Removed debug text from participation rewards.
- Added Added hook void OnEventLeave(BasePLayer player, string eventName)
- Added Added option to prevent Skill Tree buffs from triggering while at the event [requires 1.5.1+]
- Added Added Notify support for item recovery.
- Added Added support for Life Support plugin.
- Added Added options to disable some chat messages.
- Fixed Fixed a conflict with IsEventPlayer and RestoreUponDeath.
- Added Added config option for commands to run when a player has left the event.
- Fixed Fixed an issue that required players to re-insert their extended magazines after item restoration.
- Added Added Notify message options for when the lobby is being advertised.
- Added Added config option for commands to run when a player has left the event.
- Fixed Fixed an issue that required players to re-insert their extended magazines after item restoration.
- Fixed Fixed an issue that was causing players not to spawn with rocks and torches.
- Added Added participation rewards. This will allow servers to reward players for simply participating in the event, and allows for larger rewards the longer the player stays alive.
- Fixed Fixed an issue that was allowing backpacks to drop.
- Fixed Fixed an issue that was allowing the player to lose xp from dying at the event.
- Added Added config option to delay the restoration of items for 1 second after the player respawns.
- Added Added support for RestoreUponDeath.
- Fixed Removed double messaging of event join.
- Added Added native support for preventing backpack from opening.
- Fixed Fixed auto-reward so it actually rewards the player when they win.
- Fixed Fixed an issue that allowed the extra pockets pouch from SkillTree to be opened.
- Fixed Fixed an issue that would select the primative loot profile most of the time.
- Fixed Fixed an issue with join messages not displaying.
- Fixed Fixed an issue with item dupling if the event was cancelled due to plugin reload.
- Fixed Fixed an issue with UI buttons bypassing command restrictions (backpack etc).
- Added Added Drop Weight system to loot profiles.
- Fixed Fixed a bug with the config being overwritten when a mistake is made.
- Updated Changed the event joining/leaving handling to be handled via SurvivalArena instead of EventHelper. EventHelper is now only required for event scheduling etc.
- Added Added support for desert dwellings (prevents crate and NPC spawns).
- Fixed Fixed the getarena command and method.
- Fixed Fixed an issue with Heightmod not moving the spawn point for EventHelper
- Fixed Fixed the players remaining counter so it updates when players die.
- Fixed Fixed a null reference exception on EMEndGame
- Added Added prevention of crafting while at the event.
- Fixed Fixed the death mechanic when a player jumps off the edge of the arena. It will now strip the body and force the player to die.
- Updated Changed the player death to drop a container instead of a corpse.
- Fixed Fixed a bug where some DroppedItemContainers would drop to the floor after an event.
- Added Added support for EventHelpers team management system.
- Added Added support for EventHelper join messages.
- Added Added option to allow players to loot while out of the circle.
- Fixed Fixed an issue with the prizes being deducted per roll, rather than per command run.
- Added Added support to prevent CustomLoot from overwriting the container contents.
- Fixed Fixed a death-loop bug that would kill the player over and over again.
- Fixed Fixed an issue where players could not use commands after leaving the event (requires EventHelper v1.0.11+)
- Added Added support for NTeleportation. Players who teleport to a player who is in the arena, will be teleported back to their old position immediately.
- Added Added a failsafe command to wipe old arenas using the Centre spawn point of each arena: forcewipevector
- Updated Patched for May update.
-
Fixed
Fixed the System.Collections.Generic.ICollection
compile error.
- Added Added option for preventing outside players from getting near the event. Will warn via chat command that they are too close.
- Added Added additional check to prevent outside players from deploying entities near the arena.
- Added Added XP support for SkillTree when a player wins a round.
- Added Added a failsafe for despawning (added try/catch to despawn method).
- Fixed Fixed prize issue for ServerRewards and Economics.
- Added Added option for auto redeeming prizes when a player wins the event. This will happen after the player has been teleported from the event.
- Added Added support for Notify and GUIAnnouncements
- Updated Updated the wipe old arenas function to make it more robust and precise. Will only affect arenas spawned after this update. Moved the old method to chat command: /forcewipeoldarena
- Added Added a weighted system for loot profile selection. You can adjust the number to give a higher/lower chance for that profile to be used in the game.
- Added Added option for command to be run when the gates open.
- Added Added option to disable the use of NightVision plugin.
- Updated Updated the config option for "How many prizes should the player receive per claim?", so when it is set to 0 it will disable item prizes.
- Added Added support for multiple arenas.
- Fixed Fixed chat spam.
- Fixed Fixed automatic clean up issue - will only clean up entities within the play area.
- Fixed Fixed Death messages
- Fixed Fixed an OnServerInitialized exception issue.
- Added Added support for Loot Table & Stacksize GUI plugin.
- Added Added a failsafe to despawn bags at the end of the event.
- Added Added support for Economics and Server rewards for winning.
- Added Add UI for circle status.
- Added Added UI button to leave the event.
- Added Added support for AlphaLoot.
- Added Added more configuration options for radiation zone.
- Updated Changed the radiation panel colour and made it configurable.
- Added Added a leave command to leave the arena (default: /saleave)
- Updated Made the join and leave commands configurable.
- Added Added text under the lobby timer showing players how to leave if they want.
- Added Added clean up option to config (default false). Will delete any entity that is at a similar height and higher than the arena's spawn height.
- Added Added console and chat commands to manually run clean up: wipeoldarena
- Fixed Fixed message spam
Discussions (3)
3 thoughts on "Survival Arena"
Leave a reply
-
-
Is there a way to have players spawn in the arena with a certain item? Like night vision?
-
is it possible to block all commands when in the event, got people abusing shop and telelport plugins while in there
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
Chill Roleplay (verified owner) –
Players Love this. Instant hit – No work needed to setup! – was very fun and such a good price. Have never seen a plugin be able to spawn and remove a arena like this when its done. this usually takes a ton of work in rust edit to do something like this but it was just install, run command and we where fighting!
Nevs Sven (verified owner) –
it´s working so fine and makes a lot of fun but now on the 2.12.2022 the Rust update Killed it because the Doors are not open wait for a Patch and then you can buy it Rly good work is this !!
Gunz0G (verified owner) –
Incredibly fun right out of the box! Huge hit on my server – players love the change of pace and risk-free PVP practice, which has by-proxy increased the overall PVP activity on the server as a whole. Can’t wait to dive into making some custom arenas.
Im the new guy go easy D –
Thanks for the review. I am always happy to fix conflicts with my plugins, but I would prefer it be raised via the correct channels (lone discord support or my own discord support) so I can fix the issue, rather than lowing the plugin rating via a review. The discussions aren’t for support; they are for asking questions about the plugin.
There are a number of API calls in the EventHelper plugin, which manages the player transition to/from the SurvivalArena event. The developer of the backpack plugin is welcome to download it and work using those APIs, or you/they can contact me on discord to work with me if those aren’t sufficient.
im the new guy#0001 or https://discord.gg/jxD7MtaV9g
DiscordUser15 (verified owner) –
The plugin is great! I think following your recommendations we will be able to make the plugin more stable.