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

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 30 commits October 20, 2025 10:55
…onsistency and correctly use default item

Before we sometimes set no item at all which is confusing.

Signed-off-by: Zoriot <zoriot+github@proton.me>
…nfiguration

Signed-off-by: Zoriot <zoriot+github@proton.me>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment