java

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

    Hiring Searching for a Java Developer

    Server/Person name: OrpetveitMC Brief about you: hi I'm Tully (nothing much to say) Perm or temp?: temporarily Basic idea of request: I'm looking for someone who's experienced with Java and making Java plugins and can make me a working staff chat across all servers, A ban system and a mute...
  2. Liz3

    Start coding directly with Bukkit/spigot or normal programming?

    Hey Guys, this is a term i wanted to ask a long time ago and im not sure if i will only ask it here in the skUnity Forum, but lets get started: Im right know a 17 Years old junior dev working full time, mostly in web languages like javascript(ts),php, html etc.... I made the SkriptIDE two years...
  3. C

    Hiring Developers for new Minigame

    Server/Person name: ChaoticMC/CodaPlays Brief about you: At least 1 year of Developing knowledge would be appreciated. Perm or temp?: Temp Basic idea of request: Needs to be able to make basic Skripts or Java Plugins. Budget/Offering: Message me and make an offer for amount of $$$ you...
  4. I

    Java

    Is there any way to set a .sk file into a java plugin?
  5. btk5h

    Addon skript-mirror 0.19.1

    Documentation | Source | Releases Quickstart import: java.lang.System java.lang.String as JavaString java.lang.Math org.bukkit.Location command /reflectiontest: trigger: System.out!.println("Hello from Skript!") sender.sendMessage("Reflection message!") message...
  6. FUZIK

    entity-tracking-range help!

    entity-tracking-range by mojang works by using the "x" and "z" axis. script: by bensku mc: 1.12 addons: SkQuery by Lime entity-tracking-range by scriptworks by using the "x", "y" and "z" axis. problem: how can this be implemented by the "entity-tracking-range" across all axes (x, y, z)...
  7. Spartan9802

    Solved Register new type

    Good evening, I am trying to save a new type (CraftingInventory) but I do not understand how to do: / I looked at several code but none is intuitive for me ....
  8. Gamebuster

    Solved How and Where does skript convert text into Java bytecode

    I'm just wondering what class actually converts a skript file into bytecode, and how it actually does so at runtime. I was thinking about making something similar to skript for something else, and I just kinda want to know how skript does it to see if it's a better design, but I can't seem to...