For versions starting from 1.11.2+, please refer to https://www.spigotmc.org/resources/signlink.39593/
- Contributors:
- Friwi & original authors (bergerkiller, lenis0012, timstans)
Spigot: 1.8.6 / v1_8_R3
This plugin requires BKCommonLib to be installed!
Description
This plugin acts as a bridge between plugins and signs to easily display text on signs. Instead of entering commands, clicking the sign, or any other routine plugins could use, players can enter 'variables', key values starting (and ending) with %, to show information at that spot.
It also includes features no other plugin is needed for, such as custom text and ticker values you can set in values.yml. Signs are stored on file, they survive reloads and server restarts.
A video says 1000 times more words than a picture.
Installation
Simply drag and drop it to your plugins folder. This plugin depends on BKCommonLib.
Configuration
The linkedsigns.txt contains information of where signs are located. The values.yml sets the (standard) usable keys.
Permissions and commandsCode (Text):# In here you can set default values for this plugin.
# The ticker property can be LEFT, RIGHT or NONE and sets the direction message is 'ticked'.
# tickerInterval sets the amount of ticks (1/20 of a second) are between the ticker update.
# The value is the thing to display or tick.
# To use colors in your text, use the § sign followed up by a value from 0 - F.
# Example: §cRed to display a red colored 'Red' message.
# You can find all color codes on the internet (they may use & there, ignore that!)
sign:
ticker: NONE
value: This is a regular message you can set and is updated only once.
test:
tickerInterval: 3
ticker: LEFT
value: 'Thisisatestmessagebeingtickedfromrighttoleft.'
Use /togglesignupdate to turn sign updating on or off, just in case someone made a huge amount of updating signs that causes lag. Two permission nodes (Bukkit permissions):
Code (Text):signlink.addsign:
description: Allows you to build signs containing variables
default: op
signlink.toggleupdate:
description: Allows you to set if signs are being updated or not
default: op
Links
View the source code at GitHub
Metrics
This plugin sends server count statistics to MCStats.org. You can (globally) opt out in the PluginMetrics/config.yml file.

SignLink 1.35
A simple plugin 'framework' to display variables on signs based on keys.
Recent Updates
- Updated for 1.11.2 Apr 17, 2017
- Added Java 6 support Jul 29, 2015
- Just a move top drone.io Jul 24, 2015