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

    My Skript is broken!

    Alright can you send me your latest.log in that case?
  2. TPGamesNL

    My Skript is broken!

    You should probably send the whole error
  3. TPGamesNL

    My Skript is broken!

    Can you try this one: https://www.spigotmc.org/resources/skquery-1-9-1-16.36631/
  4. TPGamesNL

    My Skript is broken!

    Try updating it
  5. TPGamesNL

    My Skript is broken!

    Do you have SkQuery? If so, what version?
  6. TPGamesNL

    My Skript is broken!

    I recommend dev36 for 1.8.x
  7. TPGamesNL

    3.5 skript-reflect: Utilities

    Collect Syntax: [%objects%] [%objects% as %javatype%] Creates an array containing the specified objects. Specifying a type determines the component type of the resulting array. The brackets in this syntax are literal, not representing an optional group. Spread Syntax: ...%object% Returns the...
  8. TPGamesNL

    3.4 skript-reflect: Handling events

    Listening to events You may listen to any Bukkit-based event (including events added by other plugins) by referencing the imported class. For example, if you wanted to listen to org.bukkit.event.entity.EnderDragonChangePhaseEvent: import: org.bukkit.event.entity.EnderDragonChangePhaseEvent on...
  9. TPGamesNL

    3.3 skript-reflect: Running Java code

    Calling methods Syntax: %object%.<method name>(%objects%) Example: event-block.breakNaturally() (last spawned creeper).setPowered(true) player.giveExpLevels({_levels}) Methods may be used as effects, expressions, and conditions. If used as a condition, the condition will pass as long as the...
  10. TPGamesNL

    3.0 skript-reflect: Basics

    This section covers the basics of skript-reflect
  11. TPGamesNL

    3.2 skript-reflect: Importing classes

    Importing classes at parse-time (recommended) In most cases, the exact qualified name of the class you need is known without running the script. If this is the case, you should use skript-mirror's import block. import: <fully qualified name> [as <alias>] # multiple imports may be...
  12. TPGamesNL

    3.1 skript-reflect: Reading Javadocs

    Most public APIs and libraries offer documentation in the form of Javadocs. Javadocs outline what features of a library are publicly accessible to developers. Here are a few links to some commonly referenced Javadocs: Java SE 8 Javadocs Spigot Javadocs Fully qualified names A fully...
  13. TPGamesNL

    2.0 skript-reflect: Getting started

    Installation Download the latest skript-reflect.jar from GitHub Move skript-reflect.jar to your plugins/ folder If you have third-party libraries you would like to use (that are not Bukkit plugins), follow the steps outlined here. Tip: Enable effect commands in Skript's config! Effect...
  14. TPGamesNL

    1.0 skript-reflect: Home

    This fork of skript-mirror aims to fix multiple issues that I believe have been present for too long, and implement some long-wanted features. Documentation: https://tpgamesnl.gitbook.io/skript-reflect Source code: https://github.com/TPGamesNL/skript-reflect Downloads: actions (I'll probably...
  15. TPGamesNL

    Solved looping all players at once?

    You can loop all players, have some conditions or whatever, then send the message. Then, after whole loop ends, you wait a second, and then loop again
  16. TPGamesNL

    /skript help problem

    See https://github.com/SkriptLang/Skript/issues/2752
  17. TPGamesNL

    Solved Skript error from transitioning from spigot to paper

    This error occured because your Java version doesn't work with your skript-mirror version (see https://github.com/btk5h/skript-mirror/issues/148). I've fixed this issue in my fork (https://github.com/TPGamesNL/skript-mirror)
  18. TPGamesNL

    Solved Skript only returning "/skript help"

    See https://github.com/SkriptLang/Skript/issues/2752
  19. TPGamesNL

    Solved Skript only returning "/skript help"

    Can you send the error you got from restarting, not reloading?
  20. TPGamesNL

    Black Hole Ability

    Then it's in the wrong section...