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 comminuty!

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

  1. FallingCatus

    inventory loop help

    The skript loads without error. on death of the player the items are removed. on respawn the chest is given to the player but upon open only 1 item/stack is in the gui. any help would be great, thanks Options: Prefix: &fPixel&aislands &8- Message_On_Respawn: &7Your items are being...
  2. FallingCatus

    detect chunk issue?

    Hey all, I'm having a issue, no errors showing but with this skript it doesn't seem to set only the event blocks chunk as true but instead sets others around it? but the event chunk doesn't seem to be set, its weird. i have sent full code so you guys can test and hopefully help me out here. what...
  3. FallingCatus

    block break event with custom block

    can someone tell me what i am doing wrong here? its not cancelling the event and is dropping the default block. I feel i am missing something simple here. thanks options: block: light gray glazed terracotta name: "&b&lGravity Generator" lore: "&7This item restores earth like...
  4. FallingCatus

    make this more efficient?

    Hey all so i wrote this skript to handle effects on a server i am building but i have noticed over time the server is lagging a little and when this skript is enabled some players timeout when joining but when disabled it is fine. I have no where mastered skirpt yet and will still class myself...
  5. FallingCatus

    leaf decay

    hey all! So i am building a new sever that uses custom world gen but i seem to have a problem with it, after cutting down trees leaves will not decay, i have spoke to the dev of that plugin and even though i have tested this on a brand new server with no other plugin, he believes its another...
  6. FallingCatus

    time remaining...

    Hi, So I have a basic skript running on my server that auto restarts my server after a set time but i was wondering if there would be a way to add a command to show how much time remains till the restart? like /restarttime or something... Is that possible? I am no Skript god so dont dont laugh...
  7. FallingCatus

    GUI 1.13 servers

    Does anyone know of a gui addon that has been updated for 1.13? I am currently using the latest dev version of Skript but making a gui does not show items.
  8. FallingCatus

    Solved send message to another player

    Hey all, just a simple one hopefully... So i am just wondering how i would send a message to another player, not the player that executed the command... this is what i have so far but cant seem to send the message to arg 1 on line 17 no errors when loading skript. command /sellblocks...
  9. FallingCatus

    Block to inventory

    Category: Block Breaks Suggested name: Break2Inventory What I want: So i am looking for a skript that will take whatever items drop when the player breaks a block and put it in their inventory instead, i seen 1 skript on here that is close to what i want but i does not replace the block with...
  10. FallingCatus

    Solved best skript version

    Hi folks, just wondering what the best skript version for a 1.8.8 mc server is? I used the latest verion on my 1.12.2 server all all was fiine but when using the same version in 1.8.8 i get lots of errors and skripts will not load.
  11. FallingCatus

    Solved GUI help.

    Hey all, i seem to be having an issue, i am creating a gui for my staff to use for banning warning and mute. I have only set ban and temp ban for now, I have gave the satff the permissions needed for both the ban plugin and my skript. The issue is i can use the gui fine, i click and it opens the...
  12. FallingCatus

    Run Multiple Commands?

    Hey all, Is there a way i can run 2 or more commands in this situation? create a gui slot 9 of player with iron sword named "&aPvP/Kill Aura Hacks" to run player command "/advancedban:ban %arg-1%" I would like it to run a console /smite arg-1 then run the ban command but I can not find a way...
  13. FallingCatus

    Solved GUI acting weird issue.

    Hey all, New to skript so I am probably missing something obvious but i have built a punish gui the links to other pages and that all works fine but when myself or staff click items in our inventory it affects the gui and from time to time the items from the gui end up in staff inventories. You...
  14. FallingCatus

    Solved execute player command issue

    Hey so i am completely new a using Skript so my project will be very simple to most and probably very common, I am making a simple punish/ban GUI plugin and i have 2 separate Skript files for my tempban and permban GUIs and they both work perfect, what I'm having issues with is what I'm planning...