FastAsyncWorldEdit: Difference between revisions

From Kaboom Wiki
No edit summary
m Make race condition mention into a citation, and slightly tweak wording
 
Line 9: Line 9:
=== Crashing the server ===
=== Crashing the server ===
Due to FAWE's main goal of performing enormous changes in an incredibly short amount of time, the plugin ends up falling short on stability. This results in the plugin containing various bugs that allow players to crash the server, such as   
Due to FAWE's main goal of performing enormous changes in an incredibly short amount of time, the plugin ends up falling short on stability. This results in the plugin containing various bugs that allow players to crash the server, such as   
[https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/3151 a race condition on removing block entities], which results in the server occasionally crashing shortly after someone removes a large section of command blocks.
a race condition when removing block entities<ref>https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/3151</ref>, which results in the server occasionally crashing shortly after someone removes a large section of command blocks.


[[Category:Plugins]]
[[Category:Plugins]]

Latest revision as of 23:24, 2 August 2026

FastAsyncWorldEdit (FAWE) is a fork of the WorldEdit plugin, used to make large changes to the world with commands. It allows players to fill regions with blocks, create spheres, copy and paste sections of the world, and more.

Usage on the server[edit]

As the plugin can be used to create huge spheres in a single command, new players on the server will often run commands to create spheres of destructive blocks, most commonly air, lava, and TNT.

Dumping server logs[edit]

The plugin allows players to dump the server logs through the debugging command "/fawe debugpaste". This is most commonly used to obtain the commands executed inside of command blocks, thus allowing players to obtain exploits ran by other players.

Crashing the server[edit]

Due to FAWE's main goal of performing enormous changes in an incredibly short amount of time, the plugin ends up falling short on stability. This results in the plugin containing various bugs that allow players to crash the server, such as a race condition when removing block entities[1], which results in the server occasionally crashing shortly after someone removes a large section of command blocks.