Crafters.one prioritizes a vanilla gameplay experience, however to preserve a stable and functional multiplayer environment, the server implements select modifications to vanilla game mechanics. While these changes are typically subtle and minimally affect gameplay, they are fully documented here. Each entry includes the change details, technical implementation, gameplay impact, and the rationale behind the modification.
Non-Vanilla Game Mechanics
Below is a complete list of all server-side mechanics that differ from standard Minecraft.
Each section outlines what changed, how it works, and why it exists.
100% Explosion Block Drop Chance
| Category
|
Game Rules
|
| Affected Version(s)
|
1.16+
|
| Status
|
✔ Active
|
| Summary
|
All explosions (TNT, Creeper, etc.) will result in all destroyed blocks being dropped as items (unless the block does not normally drop an item).
|
| Implementation
|
Utilizes the vanilla Game Rule to set the explosion block drop chance to 100%.
|
| Rationale
|
Allows creeper holes to be easily repaired, and prevents unintentional griefing of builds by creepers/ghasts, by allowing the player to repair it with the dropped blocks.
|
Fire Spread Disabled
| Category
|
Game Rules
|
| Affected Version(s)
|
1.18+
|
| Status
|
✔ Active
|
| Summary
|
Fire Spread is disabled in all dimensions, to prevent intentional or unintentional griefing of flammable builds.
|
| Implementation
|
Utilizes the vanilla Game Rule to disable the mechanic.
|
| Gameplay Effects
|
Fire will not naturally burn out on any block, however it will not remove any blocks that it is burning on or near, regardless of flammability. Lava will not spread fire.
|
| Rationale
|
Many builds are made of flammable material for decorative/appearance purposes. Given the level of experience of most players, fire spread acts as more of an inconvenience than a challenge.
|
Locator Bar Disabled
| Category
|
Game Rules
|
| Affected Version(s)
|
1.21.7+
|
| Status
|
✔ Active
|
| Summary
|
The Locator Bar is disabled, to maintain privacy of players' locations.
|
| Implementation
|
Utilizes the vanilla Game Rule to disable the feature.
|
| Rationale
|
It is unnecessary and exposes players' locations without their consent.
|
Converted Drowned spawn with Tridents
| Category
|
Mobs
|
| Affected Version(s)
|
1.17-1.18
|
| Status
|
✘ Removed
|
| Summary
|
Zombies that drown to convert into Drowned occasionally spawn with Tridents.
|
| Implementation
|
Utilized a datapack.
|
| Rationale
|
Drowned spawning was considered to be too rare and inconvenient.
|
| Removal
|
Removed to restore vanilla behavior; this modification was deemed unnecessary.
|