-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
AndresTube edited this page Mar 14, 2026
·
5 revisions
| Requirement | Version |
|---|---|
| Paper Server | 1.20.1+ |
| Java | 17+ |
| PacketEvents | 2.x (separate plugin) |
| PlaceholderAPI (optional) | Any |
- Install PacketEvents 2.x as a separate plugin on your Paper server.
- Drop
Aurus-1.1.4-BETA.jarinto yourplugins/folder. - Start the server — default menus are created in
plugins/Aurus/menus/. - Open a menu in-game:
/au open welcome_server
plugins/
Aurus/
config.yml <- cursor settings, global options
menus/
welcome_server.yml
user_profile.yml
name_menu.yml
animated_menu.yml
pixelart.yml
...
- PacketEvents 2.x — required. Must be installed as a separate plugin. Used for packet-based entity rendering and interaction handling.
-
PlaceholderAPI — optional. Enables
%placeholder%support in text fields and actions, and exposes%aurus_variable_<name>%for INPUT variables.
Tip: You can hot-reload menus with
/au reloadwithout restarting the server.
Home | Getting Started | Menu Configuration | Component Types | Actions | Animations | Placeholders | Commands