Skip to content

Releases: ASEAN-Build-The-Earth/Plot-System

v4.2.1

25 Jun 15:14
v4.2.1
2ed0adf

Choose a tag to compare

Upstream update from AlpsBTE/main v4.1.4

  • Merged upstream's v4.1.4 to legacy/4.2.1 in #9

  • Fixes for inactivity interval's typo

  • Full Changelog: v4.2.0...v4.2.1

Added Hebrew translations

Important

Attaches file LangLibs-Paper-1.5.jar & langui-1.1.0-SNAPSHOT.jar provides updated language management and /language command to open language selection menu

Tested for this version of plot-system, other version of langui may not work with this release
References: LangLibs v1.5, LangUI v1.1

v4.2.0

20 Jun 23:52
v4.2.0
35f40ad

Choose a tag to compare

Latest Stable – v4.2.0

Full Changelog: v4.1.3-build-3...v4.2.0

Important

Plot-System is moving to a new major version 5.X.X

This branch (legacy/4.2.0) is the latest stable version,
but is now in maintenance mode and only receives critical bug fixes.


🗂️ Features

The following custom features and modifications were introduced in this fork:

🔗 Discord Integration w/ DiscordSRV Plot-System

Offering optional plugin to integrate the system to discord server.

  1. Download the latest release of the plugin here
  2. DiscordSRV v1.29.0 is required for the integration to complete
  3. Upload the plugin, restart the server and configure the plugin's configuration
  4. The slash command /setup help can then be used for assists with the integrations

🌎 Coordinates Options for Bedrock Support

New configurable coordinate features to customize the terra server with plot-system

📌 plot-shifting

Tip

This feature aims to solve plot coordinates issue being too large for Bedrock client to handle.

Enabling this will make supporting bedrock client with Geyser/Floodgate possible.


terra-offset

Optional config to terra server coordinates offset.
Set this if the reference terra server is using a different coordinate system.

v4.1.3-build-3

04 Jun 18:17
2054ef0

Choose a tag to compare

⚙️ Fixed non-shifting plot bug not being able to paste correctly

Discord Integration by @tintinkung in #7

Full Changelog: v4.1.3-build-2...v4.1.3-build-3

v4.1.3 Build 2

29 Apr 16:58
1de3763

Choose a tag to compare

New Discord Integrations

Fixes

  • [Fix] plot type priority when generating new plot by @tintinkung in #6
    • When first generating plot, plot type is default to Local Inspiration Mode and then set to a user configured type later after the plot finish generating.
    • This breaks because the plot shifting require accurate value before generating the plot, so the plot position is correct.
    • Fix is to expose PlotType field to all plot generator and use the user configured type for the parameter ensuring type accuracy.

Full Changelog: v4.1.3-build-1...v4.1.3-build-2

v4.1.3 Build 1

22 Apr 11:05

Choose a tag to compare

First build of Plot-System v4.1 (.3)

What's Changed

  • Rebase all commit history to AlpsBTE's latest branch
  • Old commits is now archived as legacy 4.0.2
  • All custom hologram feature has been removed (maybe will add it later)
  • DecentHologram as been merged to AlpsBTE therefor; we can use their branch freely now

New Feature

[Fix] Plot Coordinates Upstream by @tintinkung in #5

  • 2 new coordinates options for enabling plot shifting and terra server offset
  • plot shifting: Enables shifting of single-plot worlds so the plot is positioned at (0, 0).
    Only applies to plots with a version >= the required version (required opting in to use this feature).
    Recommended for bedrock coordinates support.
  • terra offset: The terra server coordinates offset.

Full Changelog: v4.0-beta.1.5...v4.1.3-build-1

V4.0 Pre Release 2

25 Apr 19:01

Choose a tag to compare

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

25 Apr 13:17

Choose a tag to compare

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

25 Apr 17:49

Choose a tag to compare

Pre-release
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

19 Apr 20:39

Choose a tag to compare

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

17 Apr 18:32

Choose a tag to compare

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