Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- title: "<#db3b5b>Список домов"
- size: 3
- activators {
- command: "hhomes"
- }
- catalog {
- type: home
- }
- matrix {
- cells: [
- "_________",
- "_xxxxxxx_",
- "_________",
- ]
- templates {
- "x" {
- material: DIAMOND
- name: "<#db3b5b>Дом %ctg_name%"
- lore: [
- "<#db763b>► Нажмите ЛКМ, чтобы телепортироваться "
- "<#db763b>► Нажмите ПКМ, чтобы удалить дом "
- ]
- click {
- left {
- command {
- player: [
- "home %ctg_name%"
- ]
- }
- closeMenu: true
- }
- right {
- command {
- player: [
- "delhome %ctg_name%"
- ]
- }
- refreshMenu: true
- }
- }
- }
- }
- }
- items: [
- {
- slot: 9
- material: ARROW
- name: "&e&lprev"
- click {
- pagePrev: 1
- }
- rules {
- if: "%home_count% > 7"
- }
- },
- {
- slot: 17
- material: ARROW
- name: "&e&lnext"
- click {
- pageNext: 1
- }
- rules {
- if: "%home_count% > 7"
- }
- }
- ]
Add Comment
Please, Sign In to add comment