The rules of GunGame are simple. Each kill you get will advance you 1 rank, each rank comes with a new weapon. The first person to get a kill the final rank wins.
For information regarding how to setup and run a event check the overview for EventManager
GunGame requires atleast 1 'Weapon Set' to be created. A weapon set is a list of weapon's that will be given for each rank. The rank limit is solely based on the number of weapons you have added to the weapon set.
You must either be admin, or have the permission "eventmanager.admin" to create weapon sets.
To add a weapon to a weapon set you create the item and hold it in your hands, then use the "/ggset add" command to add it to the weapon set.You can add attachments and change the ammo type which will all be saved in to the weapon set
Commands
/ggset new
- Start creating a new weapon set/ggset edit <name>
- Edits the specified weapon set/ggset delete <name>
- Deletes the specified weapon set/ggset list
- Lists all available weapon sets/ggset add <opt:rank>
- Adds the weapon you are holding to the weapon set. If you specify a rank the weapon will be inserted at that position/ggset remove <number>
- Removes the specified rank from the weapon set/ggset ranks
- List the weapons and ranks in the weapon set/ggset save <name>
- Saves the weapon set you are currently editing
Config
{
"Respawn time (seconds)": 5,
"Reset heath when killing an enemy": false,
"Version": {
"Major": 0,
"Minor": 5,
"Patch": 0
}
}
MIT License
Copyright (c) 2019 k1lly0u
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.