🦛
SkPapi
  • SkPapi
  • Described features of skPapi
    • Client-side entities
      • Modifications
      • Armor stands
    • Client-side holograms
    • Client-side tablist manipulation
    • Client-side NPCs
    • Client-side player tags
    • Client-side player model editing
    • Client-side teams
    • Client-side bossbars
    • Client-side world borders
    • Sign GUIs
  • Syntaxes
    • Expressions
    • Effects
    • Events
Powered by GitBook
On this page

Was this helpful?

  1. Syntaxes

Expressions

List of all expressions available in skPapi.

# Name: Random UUID - generates random UUID
# Example: new classic uuid
new (1¦classic|2¦trimmed) uuid

# Name: JSON Object - Returns JSON object from text, useful for chat components
# Example: jsonobject from text "&c[ADMIN]"
jsonobject from text %string%
# Name: Entity ID - Returns ID of certain entities, useful for packets
# Example: set {_id} to entity id of player's target
entity id of %entities%
# Name: Entity type ID - Returns entity type ID, useful for summoning client side entity
# Example: set {_id} to entity type id of player's target
entity type id of %entities%

PreviousSign GUIsNextEffects

Last updated 4 years ago

Was this helpful?