Jump to content

lencorp

Creator
  • Posts

    3
  • Joined

  • Last visited

Everything posted by lencorp

  1. Version 1.0.3

    67 downloads

    Bring Your Fireworks to Life! The Firework Artist plugin lets you take your Rust celebrations to the next level by turning your favorite images into custom firework displays. Whether it’s for a special event, a server-wide celebration, or just to show off your creativity, this plugin adds a unique and personal touch to your fireworks. Features: Turn Images into Fireworks: Upload any image and watch as it’s transformed into a vibrant firework pattern. The plugin breaks down the image into a grid, selecting key points to recreate using firework “dots” in the sky. Each dot represents a portion of the image. Color Matching: The plugin analyzes the colors in your image and matches them to the available firework colors. Easy Customization: Adjust the detail, speed, and look of your fireworks with a few simple settings. You have full control to make sure everything runs smoothly. Simple Commands: Players can easily upload images and apply them to fireworks with straightforward chat commands. Permission Control: Decide who can create custom fireworks on your server. Optimized Performance: Firework Artist is designed to run efficiently, processing images in a way that minimizes impact on your server’s performance. Limit the number of custom fireworks in a radius to help prevent frame drops. Commands /fil <image_url> Uploads an image from the specified URL and applies it to the firework you’re looking at. Usage Example: /fil https://example.com/image.png Note: The command will only work if the player has the necessary permission and if the command is enabled in the configuration. fireworkartist.togglecommand (Console Command) Toggles the ability to use the /fil command on or off useful if you only want people to do fireworks shows at the end of wipe (as an example) can only be run in the server console or by a player with permission. Permissions fireworkartist.use Grants the player permission to use the /fil command to create custom fireworks. fireworkartist.admin Players with this permission can run the fireworkartist.toggle command Demo https://www.youtube.com/watch?v=EqaSLnSGwwY High definition fireworks The plugin allows you to control how detailed each firework is. Increasing the number of "dots" in a firework can have an impact on client FPS, but with the right tuning you can get very detailed fireworks. Example (config set to 1000 dots) https://www.youtube.com/watch?v=sdZMFEO4AIQ
    $10.00
    BUYER BEWARE If you have little knowledge of how MySQL works, this is not the plugin for you, as this will not work out of the box. You will need to tweak things. The website has a cross-site scripting exploit in it that allows anyone with basic programming experience to extract (or delete) anything from your database using the web panel. The moment anyone with special characters in their name does anything on your server, this plugin will throw an NRE because this is how the developer handles special characters. public string RemoveSpecialCharacters(string str) { return str.Replace("'", "").Replace("@", ""); } For anyone who already owns this plugin and wants to fix this NRE from spamming your console, this is the fix: public string RemoveSpecialCharacters(string str) { return MySql.Data.MySqlClient.MySqlHelper.EscapeString(str); } Basically, this is a poorly thought out and implemented plugin and if you do not already own it then you are better off picking any of the other plugins available on this.
  2. lencorp

    Shop

    Honestly, this is a great plugin. It has some nice performance features other shop plugins do not. I do want to address some of the negative comments because I think they are unjustified. The plugin is easy to setup, it just has really long configuration files. I think most of the issues stem from trying to edit these files in a text editor. You really need to use something like Visual Studio Code (free) to edit them as you can collapse entire sections to make the file a bit more manageable, adding of kits is very easy - again if you use visual studio code.
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.