Skip to content
benjables edited this page Jul 1, 2020 · 2 revisions

Welcome to the SkJava wiki!

skJava is a skript plugin that allows the person to use java syntax, but modified a bit.

(Syntax had to be modified a bit because the parser didn't like it to be exact)

Some basic things that you can do are:

  • %player%.sendMessage{%string%}
  • %player%.teleport{%location%}
  • set {loc} to new Location{world, x, y, z}
  • set {inv} to %player%.createInventory{%number%, %string%}

Everything will be put in to more detail in later pages.

Note: I have not included semicolons in the syntax, however I can if you prefer it, just let me know!

if you have any requests, dm me at benjables#9947

Clone this wiki locally