An open API service indexing awesome lists of open source software.

https://github.com/endstone-essentials/sidebar

Custom sidebar plugin for endstone
https://github.com/endstone-essentials/sidebar

Last synced: 4 months ago
JSON representation

Custom sidebar plugin for endstone

Awesome Lists containing this project

README

          

# Endstone Sidebar Plugin

Custom sidebar plugin for endstone server.

## Supported Variables

- [x] `{x}` x coordinate
- [x] `{y}` y coordinate
- [x] `{z}` z coordinate
- [x] `{player_name}` player's name
- [x] `{dimension}` dimension name
- [x] `{dimension_id}` dimension id
- [x] `{ping}` player ping
- [x] `{date}` date
- [x] `{time}` time
- [x] `{datetime}` date and time
- [x] `{year}` year
- [x] `{month}` month
- [x] `{day}` day
- [x] `{hour}` hour
- [x] `{minute}` minute
- [x] `{second}` second
- [x] `{mc_version}` minecraft version
- [x] `{online}` online player count
- [x] `{max_online}` max online player count
- [x] `{address}` player's address
- [x] `{runtime_id}` player's runtime id
- [x] `{exp_level}` player's experience level
- [x] `{total_exp}` player's experience in total
- [x] `{exp_progress}` player's experience progress
- [x] `{game_mode}` player's game mode
- [x] `{xuid}` player's xuid
- [x] `{uuid}` player's uuid
- [x] `{device_os}` os name of player's current device
- [x] `{locale}` player's locale

## Install

- Download .whl file from [release](https://github.com/endstone-essentials/sidebar/releases) or [action](https://github.com/endstone-essentials/sidebar/actions/workflows/build.yml)
- Put it into `plugins` folder
- Restart the server, enjoy!

## Requirement

Python: 3.10+

Endstone: 0.5+