TerraWars is a simple gun battle plugin that allows players to engage in Red vs Blue team combat. The plugin includes basic weapon systems and territory capture gameplay.
Currently still under development... so there are many things that cannot be configured. Please look forward to future updates.
As I am a beginner, this plugin might not be perfect, but I will keep working to create more interesting plugins in the future. If you have any questions or suggestions, feel free to let me know! Thank you!
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Pistol - Basic weapon, good for beginners
Rifle - Faster firing weapon
Sniper - Higher damage long-range weapon
SMG - Very fast firing close-combat weapon
Red vs Blue - Two team battle mode
Capture Points - Control territory to gain points
Resource Collection - Gather materials to buy weapons
Scoring System - Simple point tracking
Use Iron Ingots, Gold Ingots, Diamonds to buy items
Purchase weapons and basic supplies
Each team has their own shop location
Iron Generator (every 2 seconds)
Gold Generator (every 3 seconds)
Diamond Generator (every 5 seconds)
Players auto-collect by walking near generators
Build simple wooden wall defenses
Buildings automatically disappear after 30 seconds
Traditional Chinese support
English support
Can reload language settings
Admin creates game area
Players join game and choose teams
Collect resources and buy weapons
Capture control points to gain score
First team to reach 1000 points wins
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Code (Text):
/pgm - Show command help
/pgm reload - Reload settings
/pgm game create {name} - Create game
/pgm game setteam {name} {red/blue} - Set team spawn
/pgm game setchest {name} {red/blue} - Set team chest
/pgm game setshop {name} {red/blue} - Set team shop
/pgm game setiron {name} {number} - Set iron resource generator
/pgm game setgold {name} {number} - Set gold resource generator
/pgm game setdiamond {name} {number} - Set diamond resource generator
/pgm game setpoint {name} {number} - Set capture point
/pgm game setlobby {name} - Set lobby
/pgm game setarea {name} {1/2} - Set game area
/pgm game join {name} - Join game
/pgm game leave {name} - Leave game
/pgm give <player> <1|2|3|4> - Give player weapons
1 = Pistol | 2 = Rifle | 3 = Sniper | 4 = SMG
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Code (Text):
DEFAULT PERMISSIONS (Auto-granted)
- pgame.player - Basic player commands package
- pgame.game.join - Allow joining games
- pgame.game.leave - Allow leaving games
ADMIN PERMISSIONS (OP Required)
- pgame.admin - All administrative functions
- pgame.give - Give weapons to players
- pgame.check - Check game setup integrity
- pgame.reload - Reload plugin configurations