Speedgot
BookNews 1.8 ~ 1.21.8
-----
A book that show server's news
Download Now
49.1 KB .jar
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
v6.0
Changes:
- Added 2 new actions for clickable text
◾
CHANGE_PAGE
: Able to switch to other page after clicking the text
Spoiler:
Example configuration
Code (YAML):
1
:
word
:
"Go to Next Page"
placeholder
:
"gotopage2"
bold
:
true
color
:
gold
italic
:
false
underlined
:
false
obfuscated
:
false
clickevent
:
enable
:
true
action
:
CHANGE_PAGE
# [OPEN_URL / RUN_COMMAND / CHANGE_PAGE / COPY_TO_CLIPBOARD]
value
:
'2'
# Switch to page 2
hoverevent
:
enable
:
true
text
:
'Click me to go to next page!'
◾
COPY_TO_CLIPBOARD
: copy the text for player
Spoiler:
Example configuration
Code (YAML):
1
:
word
:
"Copy to clipboard"
placeholder
:
"copy"
bold
:
false
color
:
black
italic
:
false
underlined
:
false
obfuscated
:
false
clickevent
:
enable
:
true
action
:
COPY_TO_CLIPBOARD
# [OPEN_URL / RUN_COMMAND / CHANGE_PAGE / COPY_TO_CLIPBOARD]
value
:
'Oh wow, you have copied me!'
hoverevent
:
enable
:
true
text
:
'Click me to copy a text!'
- Renamed
command
and
link
to
value
. Remember to update your config.yml, else the clickable text will not be working
Spoiler:
Changes
Code (YAML):
clickevent
:
enable
:
true
action
:
OPEN_URL
# [OPEN_URL / RUN_COMMAND / CHANGE_PAGE / COPY_TO_CLIPBOARD]
link
:
'https://www.google.com'
has been changed to
Code (YAML):
clickevent
:
enable
:
true
action
:
OPEN_URL
# [OPEN_URL / RUN_COMMAND / CHANGE_PAGE / COPY_TO_CLIPBOARD]
# 'link' and 'command' has been changed to 'value'
value
:
'https://www.google.com'
----------
,
Dec 21, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
32,756
First Release:
Sep 29, 2018
Last Update:
Jun 25, 2025
Category:
---------------
All-Time Rating:
45 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support