Skip to content
AndresTube edited this page Mar 10, 2026 · 6 revisions

Aurus Documentation

A packet-based 3D menu system for Paper servers (1.20.1+)

Pages


Quick Example

my_menu:
  distance: 2.5
  update-in-ticks: 20
  components:
    title:
      type: TEXT
      text: "<gold>Hello, <aqua>%player_name%!"
      x: 0.0
      y: 2.0
      size: 2.0
      background: false
    close_btn:
      type: BUTTON
      text: "<red>[ Close ]"
      x: 0.0
      y: -1.5
      size: 1.2
      actions:
        - "[close]"

Open it with: /au open my_menu

Clone this wiki locally