Skip to content

skJava jar file

Latest

Choose a tag to compare

@benjables benjables released this 01 Jul 20:08

Initial pre-release, it doesn't have many features, but here they are:

  • %player%.setDisplayName{%string%}
  • %player%.getDisplayName{}
  • %player%.sendMessage{%string%}
  • %player%.teleport{%location%}
  • %player%.giveItem{%itemstack%}
  • %player%.openInventory{%inventory%}
  • %itemstack%.addItemFlag{%string% #all caps}
  • set {inv} to %player%.createInventory{%number% #number of rows, %string% #title of inventory}
  • set {loc} to new Location{%world%, %number% #x, %number% #y, %number% #z}
  • set {item} to ItemBuilder{%string% #material, in all caps, %string% #name of item, %number% #amount of items, %strings% #list variable for lore}