feat: config changes

This commit is contained in:
TheClashFruit 2023-06-16 15:42:47 +02:00
parent 30bcbf247c
commit a92a969ff5
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C
10 changed files with 41 additions and 11 deletions

View file

@ -0,0 +1,14 @@
enabled: false
name: 'Example Cosmetic'
lore: 'Example Cosmetic Lore'
type: 'PET'
menu:
material: 'PLAYER_HEAD'
data: '{display:{Name:"{\"text\":\"Pig\"}"},SkullOwner:{Id:[I;1614010431,-1536998011,-1935885226,-1845021842],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmVlODUxNDg5MmYzZDc4YTMyZTg0NTZmY2JiOGM2MDgxZTIxYjI0NmQ4MmYzOThiZDk2OWZlYzE5ZDNjMjdiMyJ9fX0="}]}}}'
pet:
entity: 'PIG'
default_name: "%player%'s Pig"

View file

@ -1,29 +1,45 @@
title: '<dark_aqua>Servers'
title: '<gold>Cosmetics'
size: 54
border:
enabled: true
material: 'BLACK_STAINED_GLASS_PANE'
open_material: 'COMPASS'
open_material: 'NETHER_STAR'
pages:
- title: '<dark_aqua>Servers'
- title: '<gold>Cosmetics'
id: 'main'
items:
- name: '<green>Getting Started'
material: 'OAK_SIGN'
slot: 22
- name: '<green>Pets'
material: 'BONE'
slot: 20
count: 1
lore:
- '<grey>Edit menu/server_menu.yml to change this menu.'
- '<grey>Aww so cute!'
events:
- type: 'click'
action: 'send_message'
data: '<green>You clicked on Getting Started!'
action: 'open_page'
data: 'pets'
- title: '<gold>Pets</gold> <dark_grey>(</dark_grey>1<dark_grey>/</dark_grey>3<dark_grey>)</dark_grey>'
id: 'pets'
items:
- name: '%cosmetic_name'
material: 'COSMETIC_PET'
slot: 'fill'
count: 1
lore:
- '%cosmetic_lore'
events:
- type: 'click'
action: '%equip_cosmetic'
data: '%cosmetic_id'
navigation:
enabled: true
titles: false
exclude:
- 'main'
navbar:
- name: '<green>Previous Page'
material: 'ARROW'

View file

@ -1,4 +1,4 @@
title: '<dark_aqua>Servers'
title: '<green>Servers'
size: 54
border:
@ -8,7 +8,7 @@ border:
open_material: 'COMPASS'
pages:
- title: '<dark_aqua>Servers'
- title: '<green>Servers'
items:
- name: '<green>Getting Started'
material: 'OAK_SIGN'