Skip to content

Releases: AlpsBTE/Plot-System

v5.0.2

19 Feb 13:45
6c5852e

Choose a tag to compare

Full Changelog: v5.0.1...v5.0.2

Reverts

Fix Plot-System eating up your storage like cookies by @Zoriot in #199

It seems that in some scenarios, this causes an invalid clipboard, which throws an exception and prevents plots from being saved upon completion.
Currently, it is recommended to disable the use of disk for FAWE. This prevents the clipboard from filling up unnecessarily.

It may come back in a configurable style when I have time.

v5.0.1

17 Feb 20:28
c80d1e0

Choose a tag to compare

What's Changed

  • Fix Plot-System eating up your storage like cookies by @Zoriot in #199
  • Critical Issue fix + new languages es, hu, nl, ro by @Zoriot in #210

Full Changelog: v5.0.0...v5.0.1

v5.0.0 - Review 2.0 and Database Rework

20 Jan 10:44
275fa3c

Choose a tag to compare

🔔 Review 2.0 and Database Rework

For this update, we have completely remade our internal database scheme, significantly reducing technical debt and unnecessary complexity.
This allows for future expansion, as well as all of the features implemented in this update:

✒️ New Review System

  • Removed Technique and Block Palette ratings
  • Added Toggle Criteria which are configurable for each build team to give more precise feedback while reducing reviewing time
  • Checked and Unchecked toggles are visible to the builder in the feedback menu
  • Preserve review history

👷Database Rework

  • Remake the entire database scheme from the ground up (PlotSystem DB)
  • Schematics are now stored in the database, no longer requiring FTP or symlinks
  • Remove all FTP and symlink related functionality
  • CityProject, Difficulties, etc. no longer store name and description in db, instead they have a string id which is used to get a translated name & description
  • most tables are stored in models and cached to reduce the amount of sql querries by a large margin, significantly speeding up many aspects of the PS
  • support custommodel data and generic materials additionally to headdb heads for the country items
  • add many more previously hardcoded headdb heads to items.yml
  • increase plot version to 4 and no longer allow loading plots below version 4

🧩 PlotSystem API & PlotSystem Terra

Smaller Changes

  • Implements #137 - Allow units in height stage of tutorial, e.g. 8m
  • Implements #133 - Owner Head in /p members is now Clickable
  • Implements #118 - Repeated Message for submitting/abandoning the plot
  • Implements #66 - Set custom Abandon time for rejected plots
  • Implements #156 - Make CIM disabled via config (Temporary Setting)
  • Fixes #167 - Plots now fully support Axiom Region Restrictions
  • Implements #172 - you can now also use /line white in the default beginner tutorial

Important

You have to manually upgrade tutorial_beginner.yml + move you custom tutorial schematics from /schematics/tutorials to /tutorial/schematics. For General v4 to v5 upgrade see this Guide in our Wiki.
LangLibs 1.5+, Multiverse 5+, FancyNpc 2.4.3+ (Use newest of all))

v5.0.0 - Prerelease

22 Jun 14:26
b0d2838

Choose a tag to compare

v5.0.0 - Prerelease Pre-release
Pre-release
v5.0.0-Pre

🔥🐛 Remove split_score column

v4.1.4 (before database rework)

28 Jun 20:09
7e68767

Choose a tag to compare

🔔 1.20 Update

🎁 New Features

  • Tutorial System (Beginner Tutorial)
  • LangLibs integration

💡 Improvements

  • Code Cleanup (fix warnings, duplications, formatting) c739c7b
  • Finalize German and French translations

🐛 Bugfixes

  • Fix title spacing for menu item borders 806ee36

What's Changed

New Contributors

Full Changelog: v3.0.3-build-120...v4.1.4

Needs LangLibs & LangUI V5.

v3.0.3 build 120

14 Feb 17:09

Choose a tag to compare

🐛 Bugfixes

  • Fix compatibility issue on startup when running on Windows 7427ae0
  • Internal improvements to writing and reading of language/config files 90bf6d7 b340b66 ae8af5c
  • Fix startup error for holograms if plugin gets disabled 2b1d43c

v3.0.2 build 118 | HOTFIX

03 Oct 14:33

Choose a tag to compare

🐛 Bugfixes

  • Fix plugin version check for 3 digit numbers 0bc53bb

v3.0.1 build 117 | HOTFIX

02 Oct 14:45

Choose a tag to compare

🐛 Bugfixes

  • Fix wrong table reference and names when creating database tables for the first time 41f238a

v3.0 build 115

25 Sep 17:35
79e76ea

Choose a tag to compare

ReleaseV3 0_PlotSystemBanner png

🎁 New Features

  • Implemented 3 new Plot-Types 8b32ec7
    • Focus-Mode, Inspiration-Mode, City-Inspiration-Mode - Read More Here
  • New Companion Menu e27e146
    • Plots can now be subdivided and filtered under continent and country
  • New Leaderboard System 8813d56
    • Leaderboards: Shows top 10 players within a certain timeframe & sorts by amount of points acquired within said timeframe.
    • Action Bar: Shows your position within the timeframe of the leaderboard; if not within the top 50, show percentage (Monthly Top 50%)
  • New Review System c356e7d
    • Plot System v3.0 now supports multiple build teams which can be assigned to several countries and reviewers
    • Added country filter to review menu
    • Only show plots in review menu you are assigned to
    • New Chat Feedback Input System to give feedback more easily and quickly

💡 Improvements

  • Improved visibility of open plots in companion menu when selecting plot difficulty or score requirement is enabled bc21f84
  • Added back buttons to menus for better navigation 8b32ec7
  • Assign every plot a version to improve backward compatibility 8b32ec7
  • Improved plot generation and accurate loading and saving of plots due to internal changes 8b32ec7
  • Display player language in plot review menu 6b25125
  • Allow reviewing of own plot when dev mode is enabled ce23116

🐛 Bugfixes

  • Fix incorrect player /tpll teleportation 9460dc2

v2.3 build 87

21 Jan 21:02

Choose a tag to compare

Release2 3

🎁 New Features

  • Implemented page system for review menu 33c1b6a

💡 Improvements

  • Few optimisations for plot world handling 2da15a5
  • Added tip message for plot group system 8da6e62
  • Added /plot members command 8da6e62
  • Added seamless red sandstone to special blocks menu b250ddb

🐛 Bugfixes

  • Fixed click event issue for first slot in review menu 05372e9
  • Fixed SQL connection closure issues when using MySQL 4734883
  • Fixed bug when Multiverse-Inventories is not installed or enabled f12d89a
  • Fixed server freeze when running the command /cleanplot 1807ff4
  • Fixed world not unloading when quiting the server 8fe9c2e
  • Fixed wrong block id for brown and light brown mushroom block in special blocks menu 0989bd1 e1f95cb
  • Fixed data type conversion in SQL statement 4d86b2d