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. erenkara

    i need help

    because Skript's whole purpose is being an English-like programming language, if you spam commands every line you are not only making your code uglier and harder to debug but also ruining the whole point of Skript. You are also filling up your console with useless messages, such as the "tag...
  2. erenkara

    i need help

    Don't use outdated addons and don't run player / console commands unless its absolutely necessary https://skripthub.net/docs/?id=3034
  3. erenkara

    Addon SkCheese

    SkCheese doesn't and will not add Minecraft related features, and I don't think thats possible either way
  4. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.4 Read the rest of this update entry...
  5. erenkara

    Addon SkCheese - Update 1.4

    Added pairs that can be used to store 2 values as a single value, which is very useful for functions. See the wiki for examples.
  6. erenkara

    Make the name of a player rainbow using skript

    You can use minimessage from SkBee https://skripthub.net/docs/?id=10780 set {_m} to minimessage from "<rainbow>%player%" send component {_m} to all players and console
  7. erenkara

    Solved Cooldown on custom item

    difference*
  8. erenkara

    Semi Anti Cheat Skript - HELP! (simple code)

    why do you even need this code in the first place? just don't give people you don't trust op or access to your console
  9. erenkara

    Addon skript-advancements - 1.6.2

    Adds the `on complete` section in the advancement creation section. See the example.
  10. erenkara

    Help optimizing script

    1) chaining if statements is not unreliable, you probably did something wrong 2) as the description of the step event says, it may cause lag on high player counts I don't know if there is a good way to do what you are doing, I would probably have an `every 30 seconds:` event which calculates...
  11. erenkara

    console logging

    use the command event and send the `full command` wherever you want to
  12. erenkara

    How can i check if a variable is set for another variable?

    you must surround expressions inside variables with % like you do in strings {var::%{_player}%}
  13. erenkara

    Addon SkReloader

    erenkara submitted a new resource: SkReloader - Automatically reload scripts. Read more about this resource...
  14. erenkara

    Addon SkReloader 1.0.2

    A simple addon for automatically reloading scripts when you save the file. No setup is needed. Just drag and drop and forget about it. The console and every player with the skreloader.message permission will see the reload messages and script errors. *Note: When you create a new file...
  15. erenkara

    Addon SkCheese - Update 1.3

    - Added wrapped lists, see the documentation or the wiki to learn more. - Fixed the Future type being registered despite being disabled. - Now available on SkUnity docs. - Fixed typos and a small bug related to the config. - Slightly changed 'if not' syntax because it was misleading. - Added...
  16. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.3 Read the rest of this update entry...
  17. erenkara

    Addon skript-advancements - 1.5.9

    - Added 1.20.4 support - Fixed the update checker being incorrect.
  18. erenkara

    skript-advancements

    hotpocket184 updated skript-advancements with a new update entry: 1.5.9 Read the rest of this update entry...
  19. erenkara

    Script ItemForge

    erenkara submitted a new resource: ItemForge - Create custom items with YML. Read more about this resource...
  20. erenkara

    Script ItemForge 1.0.0

    Item forge lets you easily create custom items in a YML file! Requires skript-reflect and SkBee! View Code Usage Create a .yml file inside plugins/Skript/scripts/ItemForge, the name doesn't matter and can be used to group your items. The root key will always be the ID of your item, the ID is...