Is your feature request related to a problem? Please describe.
Currently, there is no way to delete a player's plot or transfer its ownership if the player is not standing on it. This becomes problematic when managing inactive players or restructuring plot assignments, as administrators have to manually teleport to each plot before making changes.
Describe the solution you'd like
I would like a syntax that allows deleting a player's plot or changing its owner without requiring the player to be online or on the plot. Some possible syntaxes could be:
-
Deleting a player's first plot in a specific world:
delete player's first plot in world "world"
or
clear player's first plot in world "world"
-
Changing the owner of a player's first plot:
set plot owner of player's first plot in world "world" to arg-1
or
change owner of player's first plot in world "world" to arg-1
-
Alternative syntax for specific plot IDs:
delete plot with id "1;1" in world "world"
set plot owner of plot with id "1;1" in world "world" to arg-1
Describe alternatives you've considered
Currently, the only way to delete or reassign a plot is to first teleport to it. However, this is impractical for large servers with many inactive players or when administrators need to mass-manage plots efficiently. Using external scripts or manual database modifications is not ideal and can be error-prone.
Additional context
This feature would greatly improve plot management for administrators, making it easier to handle inactive plots, reassign ownership, or clean up abandoned areas without unnecessary manual steps.
Is your feature request related to a problem? Please describe.
Currently, there is no way to delete a player's plot or transfer its ownership if the player is not standing on it. This becomes problematic when managing inactive players or restructuring plot assignments, as administrators have to manually teleport to each plot before making changes.
Describe the solution you'd like
I would like a syntax that allows deleting a player's plot or changing its owner without requiring the player to be online or on the plot. Some possible syntaxes could be:
Deleting a player's first plot in a specific world:
or
Changing the owner of a player's first plot:
or
Alternative syntax for specific plot IDs:
Describe alternatives you've considered
Currently, the only way to delete or reassign a plot is to first teleport to it. However, this is impractical for large servers with many inactive players or when administrators need to mass-manage plots efficiently. Using external scripts or manual database modifications is not ideal and can be error-prone.
Additional context
This feature would greatly improve plot management for administrators, making it easier to handle inactive plots, reassign ownership, or clean up abandoned areas without unnecessary manual steps.