Search results

  • 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. jackYodil

    I went a little to ham...

    Hey guys just to let the admins know they have a lot of resources to moderator tonight because I went a little to ham, Please review these before they expire @itismejoey @BaeFell Btw these are all on my spigot page https://www.spigotmc.org/members/jackyodil.187852/
  2. jackYodil

    Skript Tutorials - Amazing way to learn Skript!

    Hello, Today I will be offering skript tutorials for FREE! Yes, For you developers out there who want to learn skript I will be here waiting for a reply. The way I will be teaching you is through a screen sharing program. I know a lot of people think if you give somebody your skype you're going...
  3. jackYodil

    Skript How Skript does their looping in java

    Skript does it like this (Java) (loop all players): for (Player p : Bukkit.getOnlinePlayers()) { //Code Here //Example Code p.sendMessage("Hello!"); Skript does looping a list like this: public ArrayList<String> stringhere; for(String msg : stringhere) { //code here These are...
  4. jackYodil

    Script InstaGen with a config! (Good for a faction server!)

    jackYodil submitted a new resource: InstaGen with a config! (Good for a faction server!) - InstaGen, a simple wall genning plugin for your faction's server! Read more about this resource...
  5. jackYodil

    Script InstaGen with a config! (Good for a faction server!) 1.1

    InstaGen, a simple wall genning plugin for your faction's server! A config in the plugins folder Simple and easy to use! A new plugin for you factions server! /insta-gen obi give <player> - Gives the player the obsidian item gen! /insta-gen stone give <player> - Gives the player the stone...