Gamemode Gun Game

Oxide Gamemode Gun Game 1.0.0

Sign in now and buy a copy for 10.00 USD
Dependencies
Gamemode Core (Required)
Gear Core (Required)
Every kill you land swaps your weapon for a new one. Your goal is to make it through a sequence of different weapons faster than anyone else. Get to the final weapon first and take the win.


Console Commands

  • gm.gg create <title> <position> <radius> [maxPlayerCapacity] - Creates a new Gun Game arena with the specified title, position, radius, and optional maximum player capacity.
  • gm.gg edit <arenaId> - Enters editing mode for the specified Gun Game arena, allowing modifications to spawn points, teleporters, and other settings.
  • gm.gg delete - Deletes the Gun Game arena currently being edited.
  • gm.gg teleporter create <position> <radius> [visibilityRange] [visibleZone]- Creates a teleporter within the arena at the specified position and radius.
    • visibilityRange (optional) - Sets the distance players can see the teleporter's information.
    • visibleZone (optional) - Adds a shaded dome around the teleporter for visual marking.
  • gm.gg teleporter delete - Deletes the teleporter associated with the currently edited arena.
  • gm.gg spawn add <position> <radius> - Adds a spawn point to the arena at the specified position and radius.
  • gm.gg spawn delete <spawnPointId> - Deletes a specific spawn point from the arena by its id.
  • gm.gg rule add <rule1> [<rule2> ...] - Adds one or more rules to the Gun Game arena. (See Rules for details on available rules.)
  • gm.gg rule remove <rule1> [<rule2> ...] - Removes one or more rules from the Gun Game arena.
  • gm.gg weapon add <gearSet> <killsNeeded> - Adds a weapon stage to the Gun Game progression, specifying a gear set and required kills to unlock it.
  • gm.gg weapon edit <stage> <newGearSet> <newKillsNeeded> - Edits an existing weapon stage with a new gear set or kill requirement.
  • gm.gg weapon delete <stage> - Deletes a weapon stage from the progression path.
  • gm.gg set <property> <value>- Configures properties of the Gun Game arena, including:
    • title <text> - Sets the arena's name.
    • enabled <true/false> - Enables or disables the arena for players.
    • maxplayers <number> - Sets the maximum number of players allowed.
    • infotemplate <text> - Customizes the arena's information template, showing player count, status, etc. (Check Arena Teleporters for all placeholders you can use.)
    • roundduration <seconds>- Sets round duration in seconds.
      • A positive number ends the round after the specified duration.
      • Setting it to -1 lets the round run indefinitely. (The round will only end when a player progresses through all weapon stages.)
    • killfeed <true/false> - Enables or disables kill notifications in the chat.
Note: For commands requiring a position, use coordinates or type here to set your current location.

Quick Start

  1. Ensure a lobby is set up first. If it's not, follow the lobby setup instructions here.

  2. Use gm.gg create <title> <position> <radius> [maxPlayerCapacity] to create the Gun Game arena.
    Example: gm.gg create Warehouse here 30 20 creates an arena called 'Warehouse' at your location, with a radius of 30 and a maximum capacity of 20 players.

  3. Place spawn points within the arena using gm.gg spawn add <position> <radius>. Add as many spawn points as needed.
    Example: gm.gg spawn add here 1 adds a spawn point at your location with a radius of 1.

  4. Define the weapon stages players will progress through using gm.gg weapon add <gearSet> <killsNeeded> for each stage. (Requires Gear Core plugin.)
    Example: gm.gg weapon add RifleSet 3 sets up a stage where players need 3 kills with 'RifleSet' to progress.

  5. Place a teleporter for players to enter the arena with gm.gg teleporter create <position> <radius>. (This teleporter must be placed within the lobby zone.)
    Example: gm.gg teleporter create here 1 places a teleporter at your location with a radius of 1.

  6. Set the duration for each round using gm.gg set roundduration <seconds>.
    Example: gm.gg set roundduration 300 sets a 5-minute round duration.

Configuration

JSON:
{
  "Version": "1.0.0",
  "Restore Full Health On Kill": true,
  "Restock Gun Ammo On Kill": true
}
  • Restore Full Health On Kill - Determines whether players' health is fully restored after each kill.
  • Restock Gun Ammo On Kill - Determines whether players' gun ammo is fully refilled with each kill.
Author
VisEntities
Downloads
6
Type
Digital product
License duration
Unlimited
Price
10.00 USD
First release
Last update

Ratings

0.00 star(s) 0 reviews

Parent plugin

Also by VisEntities

Back
Top