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
- Host: GitHub
- URL: https://github.com/endstone-essentials/sidebar
- Owner: endstone-essentials
- License: mit
- Created: 2024-08-03T15:31:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:13:08.000Z (over 1 year ago)
- Last Synced: 2025-12-06T02:49:17.715Z (6 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+