Flags
The 'Flags' gamemode is an interactive sandbox where viewers drop blocks onto a platform. The goal is to clear all blocks and finish the game timer.
/flags create
<sand_size> <total_size> [height]Generates the main platform at your location.
| Parameter | Description |
|---|---|
| <sand_size> | Inner sand area size |
| <total_size> | Outer structure size |
| [height] | Initial sand height (optional) |
/flags create 10 15 5/flags delete
Deletes the platform.
/flags clear
Clears all blocks from the platform and starts the 10s countdown if not running.
/flags tp
Teleports you to the top of the platform.
/flags civil
<spawn|clear|tp|undead> [params]Manages civilians (helpers). You can spawn, clear, tp, or spawn undead helpers.
| Parameter | Description |
|---|---|
| spawn [count] [blocks] [name] | Spawn civilians (amount, spread radius, custom name) |
/flags civil spawn 10 20 Zombi/flags civil clear/flags tnt
[count] [name]Spawns instant TNT on the platform. Optionally displays the donor's name.
/flags tnt 5/flags tnt 10 Pekares/flags fatcat
Blows up the entire block tower by planting TNT right in the middle.
/flags sand
<type|random> <amount>Queues falling sand blocks randomly over the platform. Type can be a material name or 'random'.
/flags sand random 50/flags sand red_sand 20/flags sandrow
<type|random> <rows>Queues full solid rows of falling sand blocks.
/flags sandrow random 5/flags count
Shows the total number of active blocks on the platform.
/flags height
Shows the current height of the sand pile.
/flags sandcheck
Spawns a row containing all sand-like blocks (useful for testing).
/flags material
<inside|outside> <material>Changes the material of the inside/outside structure.
/flags material inside quartz_block/flags scoreboard
Toggles the display of the leaderboard (scoreboard) on the screen.
/flags add
<country> <amount>Adds the specified amount of points to the selected country.
/flags add Russia 500/flags remove
<country> <amount>Removes the specified amount of points from the selected country.
/flags remove USA 100/flags reset
Resets the points of all countries to zero. Records a win for the leader in the overall records statistics.
/flags flagtop
Outputs the current leaderboard (TOP countries) to the chat.
Basic Minecraft Commands
The core set of commands that covers 90% of needs for normal gameplay and basic world setup.
/time set day
Sets the time to day.
/gamerule doDaylightCycle false
Freezes time (the sun stops moving).
/weather clear
Clears the weather.
/gamerule doWeatherCycle false
Disables weather cycles (no more rain or thunderstorms).
/gamemode creative
Creative mode (also available: survival, spectator, adventure).
/difficulty normal
Normal difficulty (also available: peaceful, easy, hard).
/tp
<player>Teleport to another player.
/tp
<x> <y> <z>Teleport to specific coordinates.
/spawnpoint
Set your respawn point at your current location.
/setworldspawn
Set the spawn point for all new players on the server.
/give
<player> <item> [amount]Give an item (e.g.: /give @s diamond 64 gives you a stack of diamonds).
/clear
Completely clear your inventory.
/gamerule keepInventory true
Keep inventory after death (items won't drop).
/kill
[player]Kill yourself (or a specific player).
/experience add
<player> <amount> levelsGive experience levels (e.g.: /experience add @s 30 levels).
/heal
Restore health and hunger (requires Essentials plugin).
/gamerule mobGriefing false
Mobs no longer break blocks (creepers don't destroy land, endermen don't steal).
/gamerule doFireTick false
Fire stops spreading to wood and burning it.