File Details
NeoPlots 1.0.0
- R
- Jan 10, 2026
- 347.69 KB
- 73
- 1.21.1
- NeoForge
File Name
neoplots-1.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
v1.0.0 - The "Production Ready" Update
This release marks a major architectural overhaul, focusing on stability, internationalization, and visual polish.
✨ New Features
-
Internationalization (i18n): Implemented a full localization system using
LangKeys. Added native support for 10 languages:-
English (
en_us), Portuguese (pt_br), Spanish (es_es,es_mx), French (fr_fr), German (de_de), Russian (ru_ru), Chinese (zh_cn), Japanese (ja_jp), and Korean (ko_kr).
-
-
New Command: Added
/plot spawnto instantly return players to the Overworld global spawn. -
Mod Branding: Added custom
logo.pngto the mod list menu. -
Trust System: Implemented
/plot add <player>with safety checks (preventing self-add or duplicates). -
Flag System: Implemented
/plot flags <flag> <value>foundation for plot rules.
🛠️ Architectural & Technical Changes
-
Command Refactor: Transitioned from a monolithic
PlotCommandclass to a scalable Router/Delegate Pattern. Logic is now separated into thecommands/subcommands/package. -
World Generation (GridChunkGenerator):
-
Lazy Config Loading: Prevented critical crashes during world creation by deferring block resolution to runtime.
-
Clean World Logic: Explicitly disabled
applyBiomeDecorationto prevent trees, grass, and lava lakes from generating. -
Structure Safety: Hard-disabled vanilla structures (Villages, Ruined Portals) to prevent
NullPointerExceptioncrashes during chunk generation.
-
-
Cross-Dimension Navigation: Rewrote
/plot autoand/plot hometo correctly handleServerLeveltransitions, allowing seamless teleportation between the Overworld and Plot World.
🎨 Visual Improvements
-
Classic Plot Borders: Refined the mathematical logic for slab placement. Road intersections are now clear, and borders strictly enclose plots without gaps or obstructions.
🐛 Bug Fixes
-
Fixed
CommandSyntaxExceptionerrors when retrieving command sources. -
Fixed NeoForge 1.21.1 compilation errors regarding
WorldGenLevelandBiomeManagerimports. -
Fixed metadata generation failure caused by binary files in the
templatesfolder.
📜 Licensing
-
License Update: Changed project license from MIT to All Rights Reserved. The code is now proprietary and closed-source.

