+ Added new build in teleport feature in inv-history-player-detail.yml menu
This menu is not updated automatically, so you can update it manually or delete the menu file.
Code (YAML):
Items:
item-10:
title
: '&6❰&e❰ &6Location &e❱&6❱'
material
: END_PORTAL_FRAME
lore
:
- ''
- '&6&l>&e&l>&r &6Position - World &e&l>&6&l>&r &e
%world%'
- '&6&l>&e&l>&r &6Position - X &e&l>&6&l>&r &e
%loc_x%'
- '&6&l>&e&l>&r &6Position - Y &e&l>&6&l>&r &e
%loc_y%'
- '&6&l>&e&l>&r &6Position - Z &e&l>&6&l>&r &e
%loc_z%'
- '&6&l>&e&l>&r &6Position - Pitch &e&l>&6&l>&r &e
%pitch%'
- '&6&l>&e&l>&r &6Position - Yaw &e&l>&6&l>&r &e
%yaw%'
- ''
- '&6&l>&e&l>&r &6Click to teleport to save location'
count
: 1
position
: 10
Teleport:
player
: '
%playerViewer%'
Location:
world
: '
%world%'
x
: '
%loc_x%'
y
: '
%loc_y%'
z
: '
%loc_z%'
* Fixed wrong command in messages.yml
Supported Minecraft version: 1.13.* - 1.16.*