Looks like an interesting plugin. I don’t know if Monument Addons has any soft of API/integration, but I could imagine making signs with this in Outpost, Bandit, etc and having those signs remaining there through wipes/new maps.
Z-Billboards
$25.00
Sold by: JOSH-ZThe Z-Billboards plugin gives you the ability to make billboards in no-time! With the size of these eye catchers, people WILL see your server info, vending ads or king size memes.
- Description
- Reviews (10)
- Version History
- Discussions (3)
- Setup
- Product Enquiry
Description
Description
Z-Billboards
The Z-Billboards plugin gives you the ability to make billboards of any size you want!
After creation, it is possible to add any image from the internet like you are used to with other sign mods. Multiple images are possible too. What is the first 10 x 10 sized GIF you paste on your base? With the size of these eye-catchers, people WILL see your server info, vending ads, or king-size memes.
No need to edit the image yourself: When pasting an image to a billboard, it will be resized to fit your billboard perfectly. The process of splitting the image into the right amount of pieces is also done automatically. It is really as simple as pasting a normal image on a single sign. I do recommend making your images 50% less bright for a nicer effect using the NEW brightness function and making images a bit darker for a better effect!
NEW: Set the brightness of your image when pasting!
The paste command changed in version 1.3.0
The /billboard sil command has been changed. On creating a billboard, the amount of horizontal and vertical signs is stored, so the sil command does not need these numbers anymore. The new command is just /billboard sil <url>
Added in 1.4.0
Pass an optional brightness parameter to your paste command to set the brightness of your images:
/billboard sil <url> 0.0 – 1.0 (0 = darkest, 1 = lightest)

Product features
- Automatic placement of (neon) signs so they are always aligned
- No photo editing required, insert the image URL and resizing, splitting and pasting is all automatically done for you
- 3 tiers + admin tier for limiting the size of billboards
- Limit the total amount of billboards per tier
- Animated signs possible, pasting an image will use the next free sign
- Toggle power & Adjust animation speed with 1 command
- In theory, no limits regarding total size
- Adjust brightness of the image in game
Usage
Always start with the top left Large Animated Neon Sign or an XL Picture Frame. After that, look at the sign and create the billboard:
/billboard create <horizontal signs> <vertical signs>
To paste an image, look at your billboard and use (command has changed in version 1.3.0):
/billboard sil <horizontal> <vertical> <image url>/billboard sil <image url>
The plugin will now download your image, stretch it to make it fit the full billboard, cut it in equal parts (the amount of neon signs) and paste every part onto the right neon sign.
Synchronize animated billboards
When pasting more than one image on a billboard made of neon signs, it will start to animate. Because not all images are pasted at the same time, it is possible the neon signs are not synchronized with each other. To solve this problem, wait for the pasting to be done and toggle your billboard’s power or speed. Both commands will ‘restart’ your billboard. All neon signs will start at the first image again.
Brightness
Most images on neon signs look better when they are made a little darker. Since version 1.4.0 there is an optional brightness value you can add to the paste command. The image is pasted at it’s brightest (1.0 or 100%) by default. Lower the value to make an image darker, 0.5 means the image will be pasted at 50% brightness. To use this functionality, simply add the brightness after the URL.
Commands
/billboard create 2 2 /billboard sil <image url> /billboard sil <image url> [brightness 0.0 - 1.0] /billboard toggle --> toggle all power on/off (this also syncs animated signs) /billboard destroy --> removes your billboard /billboard speed 1.5 --> changes speed of animated signs /billboard info --> get billboard ID and location
Console commands
billboard.toggle <billboard ID> --> power on/off billboard (needs permission zbillboards.console)

Configuration
The mod comes with 4 different permissions to determine the maximum size of a billboard per player (group). It also has some other settings to tweak performance:
{ "Maximum amount of signs in total (width x height) Tier 1": 6, "Maximum amount of billboards (any size, 0 = unlimited) Tier 1": 1, "Maximum amount of signs in total (width x height) Tier 2": 12, "Maximum amount of billboards (any size, 0 = unlimited) Tier 2": 3, "Maximum amount of signs in total (width x height) Tier 3": 16, "Maximum amount of billboards (any size, 0 = unlimited) Tier 3": 5, "Maximum amount of signs in total (width x height) Admin": 150, "Width and height of each neon sign image in pixels": 150, --> higher has better quality but uses more performance "Lock signs to owner after creating billboard": true, "Give back a Neon Sign when a billboard is removed with the destroy command": true, "Seconds between pasting images": 0.25 --> pasting too many image parts too fast will product lag, "Destroy billboard when any of it's signs gets removed, picked up or destroyed": true --> this prevents players from duplicating and selling their signs on the black market }
Above (default) settings would mean a player with tier 1 can place a maximum of 1 billboard, containing 6 or less signs.
A tier 3 player can place 5 billboards, each made of maximal 16 signs.
Permissions
zbillboards.admin zbillboards.console --> to use console commands zbillboards.tier1 zbillboards.tier2 zbillboards.tier3
Performance
I managed to create billboards as big as 12 x 12 and they perform very well. Do keep in mind that the process of downloading, resizing and splitting the images is very heavy for your server. Billboards this size WILL produce lag and I recommend to let only admins have the ability to make them this big.
Since version 1.3.0, normal XL Picture Frames are supported. These signs do a lot better in terms of performance!
If you run into an issue or if you have questions or suggestions, please contact me or join the Lone.Design Discord and create a support ticket. I will help you ASAP!
Join my Discord for quick support, suggestions and
to meet other victims of my plugins!
https://discord.gg/7ApTVphM7f
Lone.Design Discord: https://discord.gg/VEesZs9
My other plugins: https://lone.design/vendor/joshz



Reviews (10)
10 reviews for Z-Billboards
Only logged in customers who have purchased this product may leave a review.
Version History
- Updated Updated obsolete Unity request functions
- Fixed Updated for new Rust version
- Fixed Startup error after Rust updates
- Added Added brightness option
- Added Added option to destroy billboards when signs go missing
- Updated Simplified image processing
- Added Added support for XL Picture Frames
- Updated Updated billboard data storage
- Updated Updated sil command for pasting images (no more width/height needed)
- Fixed Minor performance fixes and code cleanup
- Added Added config option to refund the neon sign when using /billboard destroy (default true)
- Updated Updated validation on startup, chosen speed is now saved and restored
- Added Added config option to limit total amount of billboards per player (per tier)
- Fixed Fixed downloads getting stuck
- Added Added config option "Lock signs to owner after creating billboard" (defaults to True)
-
Added
Added console command "billboard.toggle
" to turn a billboard on/off via console - Added Added chat command "/billboard info" to lookup billboard ID and location
- Added Added billboard validation and toggle on startup. This prevents billboards being off or not animating anymore after server restart.
- Added Added hook void OnBillboardPowerToggled(uint billboardID, Signage neonSign, int power) Will get called for each billboard sign that get toggled on or off.
- Added Added permission "zbillboards.console" for using console commands
- Added Changing power or speed on billboards will now skip a non-existing sign instead of aborting the full action.
- Added
Discussions (3)
3 thoughts on "Z-Billboards"
Leave a reply
-
-
When 1.4.2
-
Is there any way of loading images from the local file system?
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
ZombZ EL BANDITO (verified owner) –
So easy to make big beautiful billboards! The 50% darken really makes them pop!
Crystal Corley (verified owner) –
Super easy to use! Works beautifully. Worth every cent!
Deadp00l (verified owner) –
Beautiful product. Billboards look incredible. Looking forward to more content from this seller!
Imperium RolePlay (verified owner) –
Hello. Your plugin is great but when I restart my server the images are frozen and when the image exceeds 2×2 it does not coordinate well
Imperium RolePlay (verified owner) –
Problem solved. Fantastic plugin
Patriot (verified owner) –
Kind of hard to find the limit with the billboards since sometimes things seem good for a few days, but then you will end up with RPC error kicking you and need to get a friend to come destroy some billboards before you can log back in. Would have been nice if this plugin got updated for gif’s instead of a new plugin being sold.
polargem28 (verified owner) –
It’s good, my players enjoy it.
Mrs- Jaqueline Chantal (verified owner) –
Perfect i love it !!!
strand (verified owner) –
Sets your server apart from the rest. Looks very impressive and performance is great
beetle (verified owner) –
There is not much load on the server.
The functionality is great, especially the ability to change speeds.
However, suggestions are ignored.
Jos –
Hey man, I must have missed something and I’m sorry for that. Please send me your suggestion again and I will have a look at it. You should know that I actually LOVE suggestions and people contacting me about problems with my plugins. They give me lots of inspiration for features and really help me out finding bugs I did not find myself.
The quickest way to contact me is on Discord (JOSH-Z#2272), you’re all free to message me anytime about suggestions, but also bugs or questions!