Recent content by ReportCards

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. ReportCards

    Addon SKNoise | The Addon to Generation - Complete Revamp

    Update 1.0 This update is a complete recode of skNoise, bringing in a new way to handle generators, more ways to edit a generator and its values Generators are now actually an object compared to constructing the entire generator through one line. You can save a generator to a variable now as...
  2. ReportCards

    Addon Plosk | The PlotSquared 5 Addon 1.0.1

    Plosk The addon to PlotSquared 5 This addon adds 11 events, 16 expressions, and 2 conditions. All related to making management for PlotSquared easier! You can change trusted players in a plot, get the border blocks, change flags, and more now, with ease! All events, expressions, and conditions...
  3. ReportCards

    Addon Plosk | The PlotSquared 5 Addon - Major Bug Fix + bStats

    This update fixes an issue with the plugin not starting or loading effects correctly. As well as adds bStats support
  4. ReportCards

    Plosk | The PlotSquared 5 Addon

    Plosk The addon to PlotSquared 5 This addon adds 11 events, 16 expressions, and 2 conditions. All related to making management for PlotSquared easier! You can change trusted players in a plot, get the border blocks, change flags, and more now, with ease! All events, expressions, and conditions...
  5. ReportCards

    Addon SKNoise | The Addon to Generation - Fix Voronoi Noise

    This update fixes voronoi noise bugs from 0.1.8
  6. ReportCards

    Addon SKNoise | The Addon to Generation - SKNoise | Voronoi Noise

    NEW EXPRESSION - Voronoi: Syntax: [sknoise] voronoi [noise] at [x] %number%[,] [[y] %-number%[(,|[,] and) [z] %-number%]] [with cell values] [sknoise] voronoi [noise] at (loc|location) %location% [with cell values] Description: Get's the voronoi noise at a location, voronoi...
  7. ReportCards

    Addon SKNoise | The Addon to Generation 1.0

    SKNOISE The Addon That Includes Noise! (No, not sound) The addon is still in a heavily early build and will have more to it soon. I am still somewhat new to Java so the code may not be the best, but within test runs I can generate 1 million perlin values in 0.6 seconds (With nothing but setting...
  8. ReportCards

    Addon SKNoise | The Addon to Generation - Normalized, bStats, and more

    I lowkey forgot to update the resource here, this is a quick summary of what was changed. (0.1.1) Average The expression was made more efficient Noise Noise expressions were given a syntax to allow locations ((perlin|simplex) noise at %location%) (0.1.2 - 0.1.4) Seed Seed expression was...
  9. ReportCards

    SKNoise | The Addon to Generation

    THE ADDON CURRENTLY ONLY SUPPORTS 1.16 SKNOISE The Addon That Includes Noise! (No, not sound) The addon is still in a heavily early build and will have more to it soon. I am still somewhat new to Java so the code may not be the best, but within test runs I can generator 1 million perlin values...
  10. ReportCards

    Solved Change nametag and tab name

    You can't just diss the whole Minehut community, I know where you're coming from, but I've been with Minehut since it had less than 50 players a day on average, there are some really talented people there, and I don't mean with Skript, but with Java or art, or any of the sorts (Even one of the...
  11. ReportCards

    Set a mobs target

    For the last line you wouldn't need to put the percentage signs on the variable, so instead put {var} not %{var}%
  12. ReportCards

    Solved Every second not working..?

    Just a suggestion, use every 20 ticks as it can actually be every second, if tps is lower than 20 tps, every second will not be every second instead longer, as every 20 ticks would still be every second (Its wierd ik)
  13. ReportCards

    Web Hosting

    VOUCH - Free website - Easy to navigate and use cPanel! - Cool portfolio! https://techcloud.site/portfolio - Cool text editor with syntax! - Much more to see!
  14. ReportCards

    Offline player uuid not working

    When I attempt to get the players uuid to set there skull on a block as there skull it doesn't work
  15. ReportCards

    Help with clearing a certain recipe.

    Skript Version: Skript 2.2 (Custom) Skript Author: Bensku Minecraft Version: 1.12.2 --- When trying to clear a recipe for a blaze rod named "&rGold-Dipped Stick" it does not let me craft it nor does it send that it loaded recipes. Full Code: command /addr: trigger: wipe crafting...