GunGame - Bukkit icon

GunGame - Bukkit -----

GunGame Minigame for Minecraft



GunGame.png
» README «
» What is GunGame? «
  • GunGame is a game mode that is mainly known from German Minecraft servers like GommeHD.net.
  • The goal is to kill as many enemies as possible to reach the highest level. But be careful, with each death your level will be reduced.
  • This plugin is at least 90% customizable
  • 6 pieces of equipment are predefined the rest you can determine yourself
  • There are two regions on each map which can be set
  • ActionBar Support (Deactivatable)
  • Chat Support (Deactivatable)
  • User Statistics
» Setup «
» Links «
» Commands «
All permissions follow the same schema <gungame.command.MAINCOMMAND.SUBCOMMAND>
  • /build
  • /forcemap <Map>
  • /map create <Name> <Builder>
  • /map delete <Map>
  • /map edit <Map> <Property> <Value>
  • /map list
  • /map setspawn
  • /region corner <Map> <Region> <1/2>
  • /region create <Map> <Name>
  • /region delete <Map> <Region>
  • /region help
  • /region list <Map>
  • /spectator
  • /statistics
» Video «
  • There are no videos yet should you have made one you can contact me then I link it here
» Terms and conditions «
  • By purchasing the plugin you agree to have read the complete description
  • You may not decompile this plugin.
  • You may not request support in the reviews section. Use the Discord server or GitHub issues page.
  • You may not modify, resell or redistribute this plugin.
  • These Terms of Service may change without notice.
» Configuration «
Code (YAML):

#  _____              _____
# / ____|            / ____|
# | |  __ _   _ _ __ | |  __  __ _ _ __ ___   ___
# | | |_ | | | | '_ \| | |_ |/ _` | '_ ` _ \ / _ \
# | |__| | |_| | | | | |__| | (_| | | | | | |  __/
# \_____|\__,_|_| |_|\_____|\__,_|_| |_| |_|\___|
#
# Copyright (c) 2023 by Dev7ex
# Version: ${project.version}
config-version
: $ {project.version }
# General
prefix
: '§8 [§aGunGame§8 ]§r'
no-permission
: '§cIm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that is in error.'
no-console-command
: ' %prefix% This command can only be executed by players'
no-player-command
: ' %prefix% This command can only be executed from the console'
no-player-found
: ' %prefix% §cThis player is not online!'
# Settings
settings
:
  # ActionBar Settings
  action-bar
:
    enabled
: false
    message
: ' %prefix% §7v.${project.version}'
  # Chat Settings
  chat
:
    enabled
: true
    format
: '§8 [§a %level%§8] §7%name% §8» §7%message%'
# Messages
messages
:
  commands
:
    build
:
      usage
: ' %prefix% §cUsage: /build'
      successfully-enabled
: ' %prefix% §7You have §aactivated §7the buildmode'
      successfully-disabled
: ' %prefix% §7You have §cdeactivated §7the buildmode'
    force-map
:
      usage
: ' %prefix% §cUsage: /forcemap <Map>'
      map-not-playable
: ' %prefix% §7This map is not playable'
      map-already-played
: ' %prefix% §cThis map is already played'
      successfully-forced
: ' %prefix% §7You have set the map §a%map_name%'
    map
:
      create
:
        usage
: ' %prefix% §cUsage: /map create <Name> <Builder>'
        map-already-exists
: ' %prefix% §cThere is already a map with this name'
        map-successfully-created
: ' %prefix% §7You have created the map §a%map_name%'
      delete
:
        usage
: ' %prefix% §cUsage: /map delete <Map>'
        map-successfully-deleted
: ' %prefix% §7You have deleted the map §a%map_name%'
      edit
:
        usage
: ' %prefix% §cUsage: /map edit <Map> <Eigenschaft> <Wert>'
        map-property-not-exists
: ' %prefix% §cThis map property does not exist'
        map-property-value-not-exists
: ' %prefix% §7This value is not valid for property %property%'
        map-property-successfully-edited
: ' %prefix% §7The property §a%property% §7was set to §a%value%'
      help
:
        message
:
         - ''
          - '§8§m                    §r§r %prefix% §8§m                    '
          - ''
          - '§7» §7/map §acreate §7<Name> <Builder>'
          - '§7» §7/map §adelete §7<Map>'
          - '§7» §7/map §aedit §7<Map> <Eigenschaft> <Wert>'
          - '§7» §7/map §ahelp'
          - '§7» §7/map §alist'
          - '§7» §7/map §asetspawn §7<Map>'
          - ''
          - '§8§m                    §r§r %prefix% §8§m                    '
          - ''
      list
:
        usage
: ' %prefix% §cUsage: /map list'
        message
: ' %prefix% §7Maps: %map_names%'
      setspawn
:
        usage
: ' %prefix% §cUsage: /map setspawn <Map>'
        successfully-set
: ' %prefix% §7You have set the spawn point for map §a%map_name%'
    region
:
      corner
:
        usage
: ' %prefix% §cUsage: /region corner <Map> <Region> <1/2>'
        successfully-set
: ' %prefix% §7The corner %corner% for the region §a%region_name% §7has been set!'
      create
:
        usage
: ' %prefix% §cUsage: /region create <Map> <Name>'
        region-already-exists
: ' %prefix% §cThis region already exists'
        region-type-not-exists
: ' %prefix% §cThis region does not exist'
        region-successfully-created
: ' %prefix% §7The region §a%region_name% §7was created'
      delete
:
        usage
: ' %prefix% §cUsage: /region delete <Map> <Region>'
        successfully-deleted
: ' %prefix% §7You have deleted the region §a%region_name% §7on the map §a%map_name%'
      help
:
        message
:
         - ''
          - '§8§m                    §r§r %prefix% §8§m                    '
          - ''
          - '§7» §7/region §acorner §7<Map> <Region> <1/2>'
          - '§7» §7/region §acreate §7<Map> <Name>'
          - '§7» §7/region §adelete §7<Map> <Region>'
          - '§7» §7/region §ahelp'
          - ''
          - '§8§m                    §r§r %prefix% §8§m                    '
          - ''
      list
:
        usage
: ' %prefix% §c§cUsage: /region list <Map>'
        message
: ' %prefix% §7%map_display-name%§7: %region_names%'
        empty-message
: ' %prefix% §7%map_display-name% has no regions'
    statistics
:
      usage
: ' %prefix% §cUsage: /statistic'
      message
:
       - ''
        - '§8§m                    §r§r §7 %user_name% §8§m                    '
        - ''
        - '§7» §7Kills
: §a %user_statistic_kills%'
        - '§7» §7Deaths
: §a %user_statistic_deaths%'
        - '§7» §7K/D
: §a %user_statistic_kd%'
        - ''
        - '§8§m                    §r§r §7 %user_name% §8§m                    '
        - ''
  event
:
    player-join
:
      message
:
        enabled
: true
        value
: '§a» §7 %player_name% §7has entered the game'
    player-quit
:
      message
:
        enabled
: true
        value
: '§c« §7 %player_name% §7has left the game'
  map
:
    not-exists
: ' %prefix% §7This map does not exist!'
    set
:
     - ''
      - ' %prefix% §7Map: §a%map_display_name%'
      - ' %prefix% §7Von: §a§a%map_builder%'
      - ''
  region
:
    not-exists
: ' %prefix% §7This region does not exist'
  player
:
    level
:
      max-level
: ' %prefix% §7Dev7ex has reached the highest level'
    death
:
      killed
:
        message
: ' %prefix% §7You were killed by §a%killer_name%'
      suicide
:
        message
: ' %prefix% §7You died'
    kill
:
      message
: ' %prefix% §7You killed §a%victim_name%'

[/SPOILER ]
Resource Information
Author:
----------
Total Downloads: 6
First Release: Aug 24, 2023
Last Update: Feb 25, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings