Create static subpage for a custom post type

Hi,

i’m currently developing a theme and have created a custom post type named “player”.

I want to create two static subpages for every player-post.

Currently i’ve got the following structure:

.xyz Domain Names | Join Generation XYZ
.xyz Domain Names | Join Generation XYZ
.xyz Domain Names | Join Generation XYZ
.xyz Domain Names | Join Generation XYZ

Is it possible to create the static subpages for every post with given templates without having to create the subpages manually?

So that it looks like:

.xyz Domain Names | Join Generation XYZ
.xyz Domain Names | Join Generation XYZ
.xyz Domain Names | Join Generation XYZ
xyz.com/team/player2/double/

Why such an address structure? Why not use a taxonomy to divide into categories?

In fact, team is already a taxonomy,
team
–team_player
----single or double

with the help of bricks, you probably won’t be able to do it. Here you need more in-depth knowledge on changing the url. More precisely, this is not the task of a brick or another page designer.