2020-05-20 17:05:20 +02:00
|
|
|
book:
|
|
|
|
title: "Un magnifique titre"
|
|
|
|
author: "Auteur du livre"
|
|
|
|
pages:
|
2020-06-07 19:53:08 +02:00
|
|
|
#You can add clickable text by writing it like the following example
|
|
|
|
#random_text {your_text_with_abilities,hover_message,click_event<true or false>(action,argument)} other_random_text
|
|
|
|
# ACTION_LIST: CHANGE_PAGE, COPY_TO_CLIPBOARD, OPEN_URL, RUN_COMMAND, SUGGEST_COMMAND
|
|
|
|
#examples:
|
|
|
|
# - This is an example
|
|
|
|
# if a player click {here,he would see this message by hovering,true(CHANGE_PAGE.4)}
|
|
|
|
# he would open page 4
|
|
|
|
# if she exist
|
|
|
|
#note that if you want to write an { or } in your text put a \ before
|
2020-06-08 11:31:01 +02:00
|
|
|
#colors are also supported with & and §, help available on https://minecraft.tools/en/color-code.php
|
2020-05-20 17:05:20 +02:00
|
|
|
- |
|
2020-06-07 19:53:08 +02:00
|
|
|
Premiere page
|
2020-05-20 17:05:20 +02:00
|
|
|
C'est beau tu trouve pas ?
|
|
|
|
- |
|
|
|
|
ça c'est Seconde page.
|
|
|
|
Magnifique non ?
|
|
|
|
- |
|
|
|
|
Et cette troisème alors ?
|
|
|
|
la meilleure de toutes !
|
2020-06-07 19:53:08 +02:00
|
|
|
Tu trouves pas ?
|
|
|
|
- |
|
|
|
|
This is an example
|
|
|
|
if a player click {here,he would see this message by hovering,true(CHANGE_PAGE.1)}
|
|
|
|
he would open page 1
|
2020-06-08 11:31:01 +02:00
|
|
|
if she exist
|
|
|
|
{Link,he would see this message by hovering,true(OPEN_URL.https://spigotmc.org)}
|
|
|
|
{Command,he would see this message by hovering,true(RUN_COMMAND./say salut)}
|
|
|
|
{Suggest,he would see this message by hovering,true(SUGGEST_COMMAND./say salut)}
|