When I try to do
Admins can create special areas with special permissionsetsrest-area (resting area with no hunger and thirst, no pvp etc.
pvp area. I get "Area to big! only one chunk allowed" And that is when I only click on the icon to do something like make a PVP area etc. Thought?
I have a thought maybe 😁I think maybe because I am trying to us yours over F9 protection?
No remove F9 still cannot use
hmm this is confusing. In general if you click on a button that creates an area it should create a virtual area from your current chunk and then try to claim it. This should never exceed a single chunkt except for the only reason i know, if there is a manual area created by F9 that is in the current chunk and other chunks. Then the virtual area will take all chunks that area connected to this manual area. but if you remove the manual area it should be fixed. I'll try to reproduce that by time.
Display MoreAlso ich habe auch Probleme mit den Serverbereichen, die ich mit dem F9 Tool angelegt habe, bzw. was das porten über GPS und die Aktualisierung der Berechtigungen angeht.
Etwas anderes, was ich heute festgestellt habe, mein Server braucht beim Neustarten 3 Anläufe um "on" zu sein.
Er bricht 2 x ab bei dieser Meldung:
[Java] [OZLogger] Terminating Log4j framework globally.
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Nachtrag 19.01.2026: Devidian Kannst Du mir bitte sagen, was hier vor sich geht und wie ich das abstellen kann?
Fehlermeldung immer wenn jemand was claimt (das ist nur ein Ausschnitt, aber ich denke es ist alles enthalten und wiederholt sich in einer Tour):
[2026-01-18 12:07:53] ERROR OZ.LandClaim - getTotalClaimWeight failed: stmt pointer is closed
[2026-01-18 13:05:50] ERROR OZ.LandClaim - getTotalClaimWeight failed: stmt pointer is closed
[2026-01-18 13:26:51] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 13:57:33] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 13:57:56] ERROR OZ.LandClaim - getChunkInfoForPlayer failed: stmt pointer is closed
[2026-01-18 13:57:56] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:00:45] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:01:13] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:02:47] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:03:55] ERROR OZ.LandClaim - getTotalClaimWeight failed: stmt pointer is closed
[2026-01-18 14:07:44] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:07:50] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:10:31] ERROR OZ.LandClaim - getTotalClaimWeight failed: stmt pointer is closed
[2026-01-18 14:12:45] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:16:05] ERROR OZ.LandClaim - getTotalClaimWeight failed: Cannot invoke "java.sql.ResultSet.next()" because "rs" is null
[2026-01-18 14:17:14] ERROR OZ.LandClaim - getChunkInfoForPlayer failed: Cannot invoke "java.sql.ResultSet.next()" because "result" is null
[2026-01-18 14:17:15] ERROR OZ.LandClaim - getTotalClaimWeight failed: stmt pointer is closed
[2026-01-18 14:17:15] ERROR OZ.LandClaim - getChunkInfoForPlayer failed: Cannot invoke "java.sql.ResultSet.next()" because "result" is null
Also das manuell angelegte Bereiche etwas problematisch sein können ist mir bewusst, da die Bereiche zum Beispiel andere area-gruppen haben als die vom plugin. Ich hatte mal überlegt eine Konvertierungsfunktion für admins einzubauen aber bisher sah ich dafür noch keine Notwendigkeit.
Die Meldung Terminating Log4j framework globally. kommt immer beim herunterfahren des Servers und bedeutet nur das der logger ordnungsgemäß heruntergefahren wird, wird er es nicht hängt der server sich auf.
Die anderen Meldungen scheinen irgendwie darauf hinzuweisen das die Verbindung mit der SQLite Datenbank nicht mehr besteht. Kannst du den Fehler irgendwie sicher reproduzierbar machen? Auf meinen Servern habe ich den noch nicht gesehen.
EDIT: Ich habe Anhand deiner Fehlermeldungen mal geguckt ob ich was im code finde. Scheinbar kann ein result aus der datenbank auch "null" sein, ich ging davon aus das nur das result.next() null sein kann, ich habe das jetzt in der Abfrage berücksichtigt und gerade v0.4.1 gepushed, das sollte die Meldungen beheben.