discord

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

    Skript -> Discord

    Hi! I'm new to skript and currently have been trying to make a discord gamechat channel for my MC Self-hosted server. My problem is that I can't get my bot up with the server and that since I'm on mac it won't let me open the app.
  2. V

    Solved Webhooks in scripts?

    I am trying to code a script that sends a simple discord webhook message, containing the ip of the server to a webhook, when the server starts. Is that possible and if so how?
  3. Fedox

    Addon skCord 2.0-RELEASE

    Introduction: This is my inaugural Skript addon, and I'm excited to share it with the community. Initially designed to facilitate simple messaging from Skript to Discord, it has evolved to offer more engaging features. Webhook Support: Easily send text messages from Skript directly to your...
  4. skUnity Discord

    Discord Thread remove from event-inventory

    Hi, not sure what I'm doing wrong here; on right click on chest: player's tool is stick named "&b&lConvert Wand": cancel event set {_s} to 0 set {_s} to number of sugar cane in event-inventory remove {_s} sugar cane from event-inventory add {_s} sugar...
  5. skUnity Discord

    Discord Thread help with nbt please

    Code below, first screenshot is a click with a Uses 7 'stick', second is immediately after the click, I'm not sure where I'm going wrong on right click on chest: player's tool is stick named "&bConvert Stick": cancel event loop all items in event-block: loop...
  6. skUnity Discord

    Discord Thread how to use placeholder %skript_...%?

    i need number placeholder to deluxemenus, but just %skript_limit1%/2, what to do? i am making a "set {limit1.%player%} to {limit1}" Posted by: awfeel from the skUnity Discord. View the thread on skUnity Discord here
  7. skUnity Discord

    Discord Thread how to output text from a command?

    i need a full string from command to send to all players. how expression it in % % or how? Code: command /spc [<string>]: permission: command.spc trigger: if arg-1 is not set: send "&c&lINFO &7Вы ничего не написали!" to player else: send "" to...
  8. skUnity Discord

    Discord Thread how do i make a constant line of particles for 5 seconds?

    like i want it to stay from point A to point B for 5 seconds then disipear Posted by: watchduck from the skUnity Discord. View the thread on skUnity Discord here
  9. skUnity Discord

    Discord Thread Lead Detaching

    Hello So Im Working On A Project For My Youtube Video But Ive Been Looking For A Way To Stop Leads from Detaching Like This Picture I havent got any code yet TY IN ADVANCE ❤️ Posted by: nlcxd from the skUnity Discord. View the thread on skUnity Discord here
  10. skUnity Discord

    Discord Thread Server icon change

    My server icons won't change, and I'm not sure why - no errors. on load: load server icon from file "icons/iconblue1.png" add the last loaded server icon to {server-icons::blue} load server icon from file "icons/iconpink1.png" add the last loaded server icon to...
  11. skUnity Discord

    Discord Thread Particles & Vectors

    Im getting familiar with skript as I have been learning for a few months now, and I need help with understanding how to mainipulate particles effectively. I don't know much about vectors but I do understand it is a direction with a force from two locations. My first project is going to be...
  12. skUnity Discord

    Discord Thread Variables deleting on restart

    I have never experienced this before, but when I restart my server all variables is gone. For example if I set {spawn} to my location, then restart the server and check !send "%{spawn}%" to player it returns <none> Posted by: erha8 from the skUnity Discord. View the thread on skUnity Discord here
  13. skUnity Discord

    Discord Thread newbie protection

    Hey! Is there any skripts for newbie protection? If you could find one/ make one for me I would be extremely happy Info: Lasts for 15 minutes after the player first ever joined User can mine & place blocks User can drop and pickup items User cannot get hit by players or hit other players...
  14. skUnity Discord

    Discord Thread on death:

    please i need help Posted by: drakoun777 from the skUnity Discord. View the thread on skUnity Discord here
  15. skUnity Discord

    Discord Thread enter skript

    If player enter the place the player warp spawn i have plugin skript gard essentials Posted by: cookie0907_ from the skUnity Discord. View the thread on skUnity Discord here
  16. skUnity Discord

    Discord Thread Holograms

    Can anyone recommend a good addon for holograms? I've already tried 5 add-ons, none work for me (1.18.2), I don't know if they overlap and therefore don't work, so it would be nice if someone recommended one that works ❤️ Posted by: _grifin_ from the skUnity Discord. View the thread on skUnity...
  17. skUnity Discord

    Discord Thread skript-reflect how to convert essentials data to new economy plugin

    I want to convert essentials economy to another economy plugin called CoinsEngine. I have functions set up to put money into coins engine, but i need help getting functions to check money from essentials specifically, since they both use vault. I think i can just loop all offline players using...
  18. skUnity Discord

    Discord Thread loop issue

    Posted by: littlet6109 from the skUnity Discord. View the thread on skUnity Discord here
  19. skUnity Discord

    Discord Thread Skript class gui

    options: prefix: &eArtix&cRPG &8| on join: if {joined::%player's uuid%} is not set: set {class::%player's uuid%} to "&b&lUNRANKED" set {joined::%player's uuid%} to true on join: if {class::%player's uuid%} is not set: set {class::%player's uuid%} to...
  20. skUnity Discord

    Discord Thread Custom block NBT not adding to block

    on arm swing: set {_type} to type of player's exact target block int tag "MiningPower" of nbt compound of player's tool >= {power::%{_type}%} tag "MiningType" of nbt compound of player's tool = {tooltype::%{_type}%} if tag "custom;BlockHealth" of nbt compound of...