PreciousStones

PreciousStones

269k Downloads

Block Ownership

setzer1411 opened this issue ยท 1 comments

commented

Is there a quick way to transfer the ownership of many blocks to one player without doing it individually?

commented

You can change them directly on the database and then /ps reload. something like

UPDATE pstone_fields set owner='newonwer' where owner = 'oldowner'
UPDATE pstone_cuboids set owner='newonwer' where owner = 'oldowner'