Speedgot
SignSystem
-----
Create clickable signs quick and easy.
Download Now
23.4 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Spoiler:
Code Examples
Code (Java):
ClickableSign clickableSign
=
ClickableSignBuilder.
of
(
(
playerInteractEvent
->
{
playerInteractEvent.
getPlayer
(
)
.
sendMessage
(
"You clicked a sign!"
)
;
}
)
, SignLocation.
from
(
signLocation, SignFace.
NORTH
)
)
.
setType
(
Material.
WARPED_WALL_SIGN
)
.
setGlowing
(
true
)
.
build
(
)
;
clickableSign.
addAnimatedLine
(
"§1Animated"
,
"§2Signs"
,
"§3made"
,
"§4easy"
)
;
SignSystem.
getInstance
(
)
.
getSignManager
(
)
.
registerSign
(
clickableSign
)
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
250
First Release:
Dec 22, 2019
Last Update:
Jul 28, 2021
Category:
---------------
All-Time Rating:
0 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support