Recent content by _95

  • 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 community!

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

  1. _95

    Script Treecapitator Skript 1.0

    WHAT IS IT? When a player chops a tree using an axe, all the logs in the tree will be broken as long as the player has durability. Works with all types of trees and only breaks trees, so houses and other builds are safe! This Skript respects world protections, meaning if a player tries to break...
  2. _95

    Script Treecapitator Skript

    _95 submitted a new resource: Treecapitator Skript - Allow your players to quickly chop trees! Read more about this resource...
  3. _95

    Skript Treecapitator Skript Code Walkthrough (Video + Download)

    This video goes over how I created a Treecapitator Skript for Minecraft, including how the code works, skript-reflect and alternatives, oddities with minecraft log tags, and more. This Skript require skript-reflect, download it here: https://www.spigotmc.org/resources/skript-reflect.82259/...
  4. _95

    Skript Scoreboards Video Tutorial (SkBee)

    This video goes over how to create scoreboards in Skript using SkBee. I show setting title, adding and removing lines, dynamic scoreboards (showing players coordinates), toggling scoreboards and other tips when making scoreboards. If you want me to make a tutorial on another topic, leave a...
  5. _95

    Skript Custom GUIs

    This video goes over how to create GUIs in Skript, how to handle events such as inventory click and close, and then how to implement a simple cookie clicker style game. Code: https://gist.github.com/underscore95/8dfcf234891e480dd200943e7fcda493 Mentioned Tutorials: Items: Functions: I...
  6. _95

    Skript Skript Items + NBT Tutorial

    This video goes over how to create items in Skript with a custom name, lore, enchantments, item flags, and NBT tags. SkBee: https://modrinth.com/plugin/skbee/versions Code in this video: https://gist.github.com/underscore95/2197171014e2952c14362782744e754d
  7. _95

    Skript How to Make a SetHome Skript | Skript Tutorial #3 (video)

    Code used in the video is below, while there is some comments explaining parts of the code, I highly recommend watching the video for full explanation and thought process. # Sethome Skript # /sethome [<home name>] - argument defaults to "home" # /home [<home name>] - argument defaults...
  8. _95

    Skript skript fundamentals