* auf die MC 1.21.4 aktualisiert
* Plots können jetzt mehrere Plotschilder haben, die auch allesamt aktualisiert werden, wenn die Update-Funktion ausgelöst wird
+
sethome Subbefehl hinzugefügt, der den Spawnpunkt für Plots festlegt
+ Blasseichenholzschilder werden jetzt ebenfalls als Plotschild unterstützt (
kann in der Config mit PALE_OAK als Standard festgelegt werden)
* das Entfernen von Plotschildern wurde theoretisch behoben, funktioniert aber nicht immer auf Anhieb
* kleinere Auffälligkeiten im Code behoben
PlotsAPI
-
PlotsAPI.createPlot() removed, use class
WrappedPlot.Builder instead
-
PlotsAPI.deletePlot() removed, use
WrappedPlot.delete() instead
*
WrappedPlot.Builder updated
*
WrappedPlot.getSignLocation() removed and replaced by
WrappedPlot.getSigns() which returns a Set of Location's
*
WrappedPlot.setSignLocation() removed and replaced by
WrappedPlot.addSign() and WrappedPlot.removeSign()
+
WrappedPlot.setHomeLocation() and
WrappedPlot.getHomeLocation() added