mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
New translations friend-list.yml (Spanish)
This commit is contained in:
parent
7cace251f0
commit
1b724fcf3c
@ -0,0 +1,58 @@
|
||||
#GUI display name
|
||||
name: Friends
|
||||
#Number of slots in your inventory. Must be
|
||||
#between 9 and 54 and must be a multiple of 9.
|
||||
slots: 54
|
||||
items:
|
||||
friend:
|
||||
slots:
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
- 19
|
||||
- 20
|
||||
- 21
|
||||
- 22
|
||||
- 23
|
||||
- 24
|
||||
- 25
|
||||
- 28
|
||||
- 29
|
||||
- 30
|
||||
- 31
|
||||
- 32
|
||||
- 33
|
||||
- 34
|
||||
function: friend
|
||||
#No friend
|
||||
item: GRAY_STAINED_GLASS_PANE
|
||||
name: '&cNo Friend'
|
||||
lore: { }
|
||||
#Online friend
|
||||
online:
|
||||
item: PLAYER_HEAD
|
||||
name: '&a[Online] &f{name}'
|
||||
lore:
|
||||
- '&7Level {level} {class}'
|
||||
- '&7Online Since: {online_since}'
|
||||
- ''
|
||||
- '&cRight click to remove.'
|
||||
#Offline friend
|
||||
offline:
|
||||
item: PLAYER_HEAD
|
||||
name: '&c[Offline] &f{name}'
|
||||
lore:
|
||||
- '&7Last Seen: {last_seen} ago'
|
||||
- ''
|
||||
- '&cRight click to remove.'
|
||||
request:
|
||||
slots:
|
||||
- 49
|
||||
function: request
|
||||
item: WRITABLE_BOOK
|
||||
name: '&aNew Friend Request'
|
||||
lore: { }
|
Loading…
Reference in New Issue
Block a user