Releases: ASEAN-Build-The-Earth/Plot-System
Releases · ASEAN-Build-The-Earth/Plot-System
V4.0 Pre Release 2
fix: minor fixes and debug logs removal * fix npc name-tag check throwing an exception * exclude hidden country from country board * removed and simplified some debug logger
V4.0 Pre Release 1
feat: aseanLib holo paging library changes * new default click action by DecentHologramPagedDisplay from aseanlib * added npc name-tag checking since it failed to load on switch world sometimes
V4.0 Plot Height Calculation Patch
feat: new plot height calculation * issue: Plot-System throw an exception when a plot height is out of its MIN_WORLD_HEIGHT and MAX_WORLD_HEIGHT value. * fix: I created a set threshold whether the plot is in bound of vanilla y-level or not, all plot out of bounds is then get catches and paste on MIN_WORLD_HEIGHT
V4.0 Beta 1.8
fix: polish code pattern in hologram classes * deleted useless import and debug logging * refactor useless code pattern * added more javadoc to some class
V4.0 Beta 1.7
feat: Hologram bedrock support * If cause for showing different message if a player is playing in java or bedrock * fix hoogram enabling option not working on start
V4.0 Beta 1.6
Shifted to Decent Hologram Plugin
V4.0 Beta 1.5
fix: shifting function with tutorial plot * separate out shifted outline function to its own method * organized and deleted some unused line * if cause to generating outline protection between normal and tutorial plot (tutorial plot doesn't require shifting)