Recent content by KiwiFruit555

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

    Functions and communicating with the console

    Script Version: 2.6-beta3 Script Author: KiwiFruit555 (Me) Minecraft Version: 1.17.1 (Paper) The issue is that I need to send a message to the console if the one sending it was the console. There are no errors in the code, it just doesn't work. It stopped working when I tried to implement...
  2. K

    Items are named with italics

    No matter what I do I can’t get rid of the italics on items when I name them If I use <reset> tag it doesn’t work either. command /gibmedastick: trigger: give player a stick named "<reset><bold>Stick of immense power" send "You got da stick now go slap some peeps" It gives me...
  3. K

    Creating GUI in 1.8.8

    You can use the Vanilla GUI feature I’m pretty sure command /refill: trigger: wait 1 tick set {_refillgui} to a new chest inventory with 3 rows # here you can set the slots to items # like this: #set slot 0 of {_refillgui} to a diamond sword with name...