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. 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}%}
  2. erenkara

    Addon SkReloader

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

    Addon SkReloader 1.0

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

    Addon SkCheese

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

    Script ItemForge

    erenkara submitted a new resource: ItemForge - Create custom items with YML. Read more about this resource...
  7. 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...
  8. erenkara

    Script PluginGuard [TAB Hider / Cheat Detection] - 2.1.1

    - Fixed lots of bugs about the config. - Fixed a bug where the player gets kicked when using the 'fakelist' method. - Added optional update checker.
  9. erenkara

    PluginGuard [TAB Hider / Cheat Detection]

    erenkara updated PluginGuard [TAB Hider / Cheat Detection] with a new update entry: 2.1.1 Read the rest of this update entry...
  10. erenkara

    Script Buttons - 1.0.2

    - Replaced outdated syntax with newer ones. - Added optional update checker.
  11. erenkara

    Script Buttons

    erenkara updated Buttons with a new update entry: 1.0.2 Read the rest of this update entry...
  12. erenkara

    Script Simple Chunk Collector - 1.1.0

    - Improved item calculation, free space is not wasted now. - Fixed a bug that lets you place multiple chunk collectors in 1 chunk. - You can customize the hopper more now. - Now requires skript-reflect. - Added optional update checker.
  13. erenkara

    Script Simple Chunk Collector

    erenkara updated Simple Chunk Collector with a new update entry: 1.1.0 Read the rest of this update entry...
  14. erenkara

    Script TAB Hook - 1.0.1

    - Now works with the latest TAB plugin. - Added optional update checker.
  15. erenkara

    TAB Hook

    erenkara updated TAB Hook with a new update entry: 1.0.1 Read the rest of this update entry...
  16. erenkara

    Script UpdateCheckerCore - 1.0.0

    -
  17. erenkara

    Script UpdateCheckerCore

    erenkara updated UpdateCheckerCore with a new update entry: 1.0.0 Read the rest of this update entry...
  18. erenkara

    Script UpdateCheckerCore 1.0.0

    Update Checker Core is the easiest and fastest way to add update checkers to your resources! Update Checker Core handles all of the HTTP stuff for you so that you can focus on your resource instead. Each check is cached so that requests aren't spammed. Supported Websites SpigotMC Yes...
  19. erenkara

    Script UpdateCheckerCore

    erenkara submitted a new resource: UpdateCheckerCore - Easily add update checkers to your resources! Read more about this resource...
  20. erenkara

    Addon SkCheese - Update 1.2

    - Added 'future' syntaxes. They can be used to wait for an event in the middle of your code such as waiting for a chat input. - Added multi-line string section. - Renamed 'reverted condition' to 'if not'. - The 'if not' and 'all true?' conditions are now seperate in the config. For more info...