Skip to content

Conversation

@Cinnazeyy
Copy link
Member

@Cinnazeyy Cinnazeyy commented Feb 10, 2025

This is a PR for issue #147

Last things missing:

  • Fix leaderboard query
  • Fix total completed plots query
  • Add caching (or remove it completly) - it's currently broken
  • Fix Focus mode (currently its generating void world without actual schematic)
  • Add "Umlaute" Conversion for city names & else where needed (Migration Tool)
  • Default City Names (Migration Plugin)
  • Fix [Bug] - IllegalStateException when creating plot #165
  • Improve & Expand Documentation - mainly about new Database Design + Review System + City + Country Translations
  • Update Readme & remove HolographicDisplays mentions
  • Maybe fix [Feature] - Improve surrounding area (fixes Axiom + FAWE) #167 - because that should be really easy & is explained good in the issue
  • Add Default system_info entry for new installations (for existing its created in Migration Tool - see discord msg)
  • Test if disable-city-inspiration-mode config works as expected
  • Add build_team_uses_toggle_criteria logic for the criterias -> currently no toggle criteria are possible to use/add
  • Fix LangLibs setDynamicKey Bug (or remove it from Plot-System)
  • Fix the Bugs with Longhi (abondon doesnt work + he cannot review plots)
  • Undo review voids plot - Longhi Bug on Discord
  • Fix ownCloud image in Readme
  • Fix PS always using schematics/links from inside the archive - Deployed had not worked on their end
  • Pull Translations from crowdin

Cinnazeyy and others added 30 commits December 13, 2024 18:50
…raction

# Conflicts:
#	src/main/java/com/alpsbte/plotsystem/commands/CMD_Plots.java
#	src/main/java/com/alpsbte/plotsystem/core/menus/ReviewPlotMenu.java
#	src/main/java/com/alpsbte/plotsystem/core/system/Builder.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/utils/PlotUtils.java
# Conflicts:
#	src/main/java/com/alpsbte/plotsystem/commands/plot/CMD_Plot_Abandon.java
#	src/main/java/com/alpsbte/plotsystem/commands/plot/CMD_Plot_Submit.java
#	src/main/java/com/alpsbte/plotsystem/commands/plot/CMD_Plot_UndoSubmit.java
#	src/main/java/com/alpsbte/plotsystem/core/menus/companion/CityProjectMenu.java
#	src/main/java/com/alpsbte/plotsystem/core/menus/companion/CompanionMenu.java
#	src/main/java/com/alpsbte/plotsystem/core/menus/companion/CountryMenu.java
#	src/main/java/com/alpsbte/plotsystem/core/system/CityProject.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/Plot.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/generator/DefaultPlotGenerator.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/utils/PlotUtils.java
Cinnazeyy and others added 19 commits November 6, 2025 14:16
Signed-off-by: Zoriot <zoriot+github@proton.me>
We used to set the items SetAsync where the source and other stuff weren't. Also improved the plot filtering.
Mainly written by GitHub CoPilot.
… management

Otherwise /p members doesn't work at all without id.
Pasting the completed schematics at the correct height
Use variables for commonly used args lookups
# Conflicts:
#	pom.xml
#	src/main/java/com/alpsbte/plotsystem/PlotSystem.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/generator/PlotWorldGenerator.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/utils/PlotUtils.java
#	src/main/java/com/alpsbte/plotsystem/core/system/plot/world/PlotWorld.java
#	src/main/java/com/alpsbte/plotsystem/core/system/tutorial/utils/TutorialNPC.java
#	src/main/java/com/alpsbte/plotsystem/utils/Utils.java
#	src/main/resources/plugin.yml
@Zoriot Zoriot changed the title [WIP] #147 Database Rework Database Rework & new Review System Jan 12, 2026
@Zoriot Zoriot force-pushed the update/1.21-data-abstraction branch from e29b16c to e781bd0 Compare January 14, 2026 13:43
@Zoriot Zoriot force-pushed the update/1.21-data-abstraction branch from f66cec6 to 6970511 Compare January 14, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment