Skip to content

Releases: andiricum2/MCEarth-Server

v0.0.3.2 - CloudBurst Connection Fix

01 May 12:05
Compare
Choose a tag to compare

v0.0.3.1 - Improved Adventure system and generation + Generation Fixes + Minor updates

30 Apr 18:56
Compare
Choose a tag to compare

v0.0.3 - Tile-based Spawn System instead of Player-based

29 Apr 18:57
Compare
Choose a tag to compare

GitHub Release Notes - Version 0.0.3

Spawn System Enhancements 🌟:

  • Completely revamped the spawn system for enhanced effectiveness.
  • Previously, when the spawn limit was set to 1000, the server attempted to generate 1000 tappables simultaneously. Now, administrators can limit the maximum tappable amount per tile, preventing overwhelming spawns.
  • Modified the range representation for clarity. Instead of a coordinate system, it now uses simple numerical values (e.g., 0, 1, 2, 3...).
  • Radius adjustments now directly impact spawn size: e.g., a radius of 1 results in a 3x3 tile spawn; increasing the radius to 2 expands the spawn area to 5x5, and so forth.

Improved Spawn System Workflow 🔄:

  • When players request tappables, the system now efficiently checks each tile individually and generates tappables tile by tile, treating each tile as a Minecraft chunk. This optimization enhances server performance.
  • The system first verifies the complete tappable limit of the server.
  • Next, it examines each tile to populate, generating entities only in tiles that haven't reached the per-tile limit.

Other Updates 🛠️:

  • Implemented an auto configuration update system. Executing the updated executable automatically adds missing configurations to the JSON file and creates any necessary missing files.
  • Fixed issues with adventure spawns.
  • Introduced auto resource pack and build plate downloads for convenience.
  • Added additional information to the web panel for improved monitoring and management.

Image of spawn system 📸:
[https://cdn.discordapp.com/attachments/1165290195919327333/1234431500729192458/rn_image_picker_lib_temp_6c1e7a60-d411-4c80-8d97-770c78575963.jpg?ex=6630b56c&is=662f63ec&hm=6ee78bb821964be6cf2c2411c64e4e15d564983e5a216a3fba7a1e6f3142442f&]

Thank you for your continued support and feedback! We're excited about these improvements and look forward to hearing your thoughts.

Full Changelog: v0.0.2.1...v0.0.3

Panel Security and Adventures Config - v0.0.2.1

28 Apr 20:01
Compare
Choose a tag to compare

(Adventure Spawn isn't working)

Full Changelog: v0.0.2...v0.0.2.1

Panel, Map and Adventures Update - v0.0.2

27 Apr 19:23
Compare
Choose a tag to compare

Tappables + Adventureland Fixes - v0.0.1.2

04 Apr 15:48
43228e6
Compare
Choose a tag to compare

Sand Update v0.0.1.1

02 Apr 14:36
7029fae
Compare
Choose a tag to compare

Custom Generation - v0.0.1

02 Apr 10:56
Compare
Choose a tag to compare