Skip to content

[FEATURE] Delete or Transfer Ownership of a Player's Plot Without Them Being Online or Standing on It #3

Description

@FemBoysAreCut3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions