[中文 | English]
GunFight Arena is a gunfight game mod for Minecraft Bedrock Edition that supports multiplayer gameplay and offers multiple modes.
Important
This version will no longer receive major updates as I will begin designing the second version. The main changes include:
- A more structured code architecture
- A custom-designed weapon system and UI
This is a long-term project, and I hope to continue its development.
There are two methods for installing the game, explained below.
Method 1️⃣: Installing the .mcworld
File
- In Releases, find the appropriate version and download the
.mcworld
file. - Open the file to automatically import it into the game.
Method 2️⃣: Installing the .mcpack
File
- In Releases, find the appropriate version and download the
.mcpack
file. - Open the file to automatically import it into the game.
- Download the corresponding versions of Aplok Guns and Personal Sidebar Scoreboard (you can find the links in the Contributions section).
- Create your world, then import the behavior pack and resource pack in the following order:
- Enable
Experiments
->Beta APIs
Warning
If you installed the game using the .mcworld
method, you DO NOT need to perform the initialization settings.
Initialization is only required if you installed the game using the .mcpack
method.
-
Assign yourself the
admin
tag. -
Enter the command
/function gf/setting/{position}
to set various points.- After entering the command, the system will record the coordinates of the block that your crosshair is targeting.
- When setting teleportation points such as
blue
/red
/bomb
/lobby
, please place an extra block at the intended location and target that block with your crosshair before executing the command.The image below is an example. If your teleportation point is above a brick block, please place another block above it and target that block when setting the point, otherwise the teleportation point may be incorrect.
-
Special Storage Container (setting with
/function gf/setting/container
) must be a container (chest/barrel) located in a loaded chunk; otherwise, an error will occur.
Commands available to all players:
/function gf/join # Join the game
/function gf/left # Leave the game
/function gf/gamestart # Start the game
/function gf/stat # View your career game statistics
Commands available only to players with the admin
tag:
/function gf/setting/clear # Clear all settings
/function gf/setting/blue # Set the Blue Team's respawn point
/function gf/setting/red # Set the Red Team's respawn point
/function gf/setting/bomb # Set the bomb package respawn point
/function gf/setting/bomb_targets # Set the bomb installation points (if there are multiple points,
you can run this command repeatedly to set them)
/function gf/setting/container # Set the location of the special storage box
-
Game Rules:
- Players are divided into Red Team (Attackers) and Blue Team (Defenders).
- The attackers' objective is to plant the bomb, while the defenders must prevent and defuse it.
- If the bomb successfully explodes or all defenders are eliminated, the Red Team wins; otherwise, the Blue Team wins.
- The sides will be switched when more than half of the total rounds have been played.
-
How to Play:
- During the preparation phase,
Right-Click
the feather in your inventory to open the shop. - While holding the bomb package, hold
Right-Click
to plant it. While holding the wire cutters, holdRight-Click
to defuse the bomb package. - Red Team members can
Right-Click
on a dropped bomb package to pick it up. - If you drop the bomb package from your inventory, it will become an item on the ground; you can pick it up again by
Right-Click
it. - When holding a weapon:
a.
Sneak
to enter aiming mode
b. PressRight-Click
to shoot
c.Sneak
+Left-Click
to reload
- During the preparation phase,
👤Author: @xigma0512
🎨AplokGun Addon: Aplok Guns, developed by @GabrielAplok
⭐Personal Sidebar Scoreboard: YouTube, developed by @MonkeyChan
This project is licensed under the MIT License. See the LICENSE file for details.