Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| v2.0.1 release | 257.12 KB | May 8, 2015 | 1.8.1 | 738 | Download |
| v2 release | 251.40 KB | Jan 13, 2015 | 1.8.1 | 394 | Download |
| v1.0.2 release | 250.09 KB | Aug 9, 2014 | 1.7.4 | 592 | Download |
| v1.0.1 release | 227.56 KB | Jul 23, 2014 | 1.7.4 | 265 | Download |
| v1.0 release | 226.05 KB | Jul 12, 2014 | 1.7.4 | 289 | Download |
| v0.8.0 release | 212.78 KB | May 19, 2014 | 1.7.2 | 444 | Download |
| v0.7.9 release | 190.24 KB | Apr 30, 2014 | 1.7.4 | 285 | Download |
| v0.7.8 release | 190.21 KB | Apr 26, 2014 | 1.7.4 | 145 | Download |
| v0.7.7 release | 177.68 KB | Apr 23, 2014 | 1.7.4 | 201 | Download |
| v0.7.5 release | 173.03 KB | Apr 21, 2014 | 1.7.4 | 422 | Download |
| v0.7.4 release | 157.78 KB | Apr 12, 2014 | 1.7.4 | 275 | Download |
| v0.7.3 release | 155.15 KB | Apr 5, 2014 | 1.7.4 | 210 | Download |
| v0.7.2 release | 154.13 KB | Apr 1, 2014 | 1.7.4 | 250 | Download |
| v0.7.1 release | 58.06 KB | Apr 1, 2014 | 1.7.4 | 152 | Download |
| v0.6.4 release | 55.48 KB | Mar 30, 2014 | 1.7.4 | 241 | Download |
| v0.6.3 release | 56.69 KB | Mar 27, 2014 | 1.7.4 | 204 | Download |
| v0.6.2 ONLY FOR BUKKIT 1.7.5 release | 48.15 KB | Mar 26, 2014 | 1.7.4 | 200 | Download |
| v0.6.1 ONLY FOR BUKKIT 1.7.5 release | 47.58 KB | Mar 23, 2014 | 1.7.4 | 195 | Download |
| v0.6.0 ONLY FOR BUKKIT 1.7.5 release | 46.76 KB | Mar 23, 2014 | 1.7.4 | 146 | Download |
| v0.6.0 release | 46.76 KB | Mar 22, 2014 | 1.7.2 | 185 | Download |
| v0.5.1 release | 45.93 KB | Mar 22, 2014 | 1.7.4 | 187 | Download |
| v0.5.0 release | 45.93 KB | Mar 9, 2014 | 1.7.2 | 256 | Download |
| v0.4.0 release | 36.84 KB | Mar 1, 2014 | 1.7.4 | 134 | Download |
| v0.3.2 release | 31.14 KB | Feb 8, 2014 | CB 1.7.2-R0.2 | 237 | Download |
| v0.3.1 release | 30.85 KB | Feb 8, 2014 | CB 1.7.2-R0.2 | 172 | Download |
| v0.3.0 release | 30.12 KB | Feb 8, 2014 | CB 1.7.2-R0.2 | 136 | Download |
| v0.2.2 release | 29.95 KB | Feb 5, 2014 | CB 1.7.2-R0.2 | 204 | Download |
| v0.2.1 release | 29.29 KB | Feb 1, 2014 | CB 1.7.2-R0.2 | 160 | Download |
| v0.9.2 beta | 221.01 KB | Jul 6, 2014 | 1.7.4 | 215 | Download |
| v0.9.1 beta | 216.87 KB | Jun 25, 2014 | 1.7.2 | 166 | Download |
| v0.9.0 beta | 212.82 KB | May 31, 2014 | 1.7.4 | 176 | Download |
Screenshots
Description
Signs can now display updating , user specific sign messages (such as your money). Choose from 100+ placeholders or make your own!
This plugin was originally an addon for InSigns by blablubbabc. He's made some other really neat plugins which you should definitely check out.
[Overview]
– Allows you to display text on a sign that is different for each player looking at it.
– Create signs with custom {placeholders} simply by typing them on the sign.
– For example; {player} will turn into your username.
– Create your own placeholders, or download additional ones.
– Placeholders contain information such as your current balance or the held item.
– Placeholders can be updated automatically (default once per second)
– Alternatively you can right click the sign to update it.
– You can find a list of placeholders below.
[Dependencies]
[Recommended]
– ProtocolLib (More efficient sign updating)
[Optional]
– Vault (Adds permission, economy and chat related placeholders)
– Enjin (Adds enjin tags)
– Factions (Adds faction related tags)
– Essentials (Used for getting offlineplayer DisplayName)
[Commands]
| Command | Description | Permission |
|---|---|---|
| /isp setline <index> <value> | Set a line of a sign | insignsplus.setline insignsplus.setline.override |
| /isp help <placeholder> | Describes the function and usage of the placeholder | |
| /isp list <page> | Lists the placeholders for this plugin | |
| /isp save | Saves the plugin data | insignsplus.save |
| /isp reload | Reloads all configuration | insignsplus.reload |
| /isp enable | Enable a disabled placeholder | insignsplus.enable |
| /isp disable | Disables a placeholder | insignsplus.disable |
[Permissions]
– insignsplus.create – allows you to use all non whitelisted placeholders
– insignsplus.create.* – allows you to use everything
– insignsplus.create.<placeholder> – allows you to use a specific placeholder.
[Placeholders]
– {player}
– {world}
– {x}
– {y}
– {z}
– {lvl}
– {exp}
– {money}
– Click here for a detailed list.
[Scripting]
– Custom placeholders go in the folder "…/plugins/InSignsPlus/scripts/"
– Any additional placeholders will go there.
– To add your own copy the default template "example.yml"
– The placeholder for "example.yml" would be {example}
script: - if {hasperm:hello} - return &1Hello! - else - return &4Bye!
– Please visit the scripting page for more info.
[API]
Want to display per user, updating statistics for your minigame plugin?
The API allows you to have auto-updating per user sign messages without having to worry about all the protocol stuff:
– Click here for the developer API
[Performance]
– The plugin only updates packets when the server has a high tickrate.
– The updates occur on a separate thread.
– Only certain whitelisted placeholders are updated.
– You can configure how many signs can be updated at one time (default 1000).
– You may change the update interval (default 1 second).
– You can also simply disable auto-updating if you don't think it's necessary.
[Configuration]
– All configuration can be done through the config.yml
autoupdate: updates-per-milli: 1 #How many signs should be updated per millisecond enabled: true #Wether auto-updating should be enabled interval: 1 #How often should the signs be updated buffer: 1000 #The maximum number of signs to update per interval whitelist: # A list of placeholders to update (you can add your own) - dead - sleeping - etc...
To get a placeholder to autoupdate, simply add it to the "whitelist" in the config.yml
[Images/Video]

[Videos]
English
Russian
Get 0.05 TON 💎
Download







Add a comment