Archived
0

Update parcels2 project

This commit is contained in:
Dico200
2018-07-25 01:45:59 +01:00
parent 80def8901a
commit 60503351a3
11 changed files with 171 additions and 107 deletions

View File

@@ -75,8 +75,19 @@ class ParcelCommands(override val plugin: ParcelsPlugin) : HasWorlds, HasPlugin
?: error("The specified parcel could not be matched")
player.teleport(targetMatch.homeLocation)
""
}
}
}
@Cmd("claim")
@Desc("If this parcel is unowned, makes you the owner",
shortVersion = "claims this parcel")
fun cmdClaim(player: Player) {
}
}