Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonexum/persodist
A small paper plugin that allows manipulation of view and simulation distance of individual players.
https://github.com/tonexum/persodist
minecraft minecraft-plugin papermc
Last synced: 13 days ago
JSON representation
A small paper plugin that allows manipulation of view and simulation distance of individual players.
- Host: GitHub
- URL: https://github.com/tonexum/persodist
- Owner: ToneXum
- Created: 2024-11-15T16:21:03.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T16:43:10.000Z (3 months ago)
- Last Synced: 2024-11-15T17:34:58.985Z (3 months ago)
- Topics: minecraft, minecraft-plugin, papermc
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PersoDist
A small paper plugin that allows manipulation of view and simulation distance of individual
players.## Usage
You can (**temporarily!**) change the view or simulation distance of a single player using the
`/persodist` (or `/pd`) command.
```
/persodist (mode) (type) (player) [distance]
```
### Arguments:
- `mode`: either "get" or "set"
- "get" will print out the given `type` of distance
- "set" will set the given `type` of distance
- `type`: either "sim" or "view"
- "sim" for simulation distance
- "view" for view or render distance
- `player`: name of the player whose given distance type will be manipulated
- due to API limitations this player must be online### Note
Using the command above will only make non-permanent changes. If a player, whose view or
simulation distance was changed, leaves and rejoins, it will reset to the server default that is
given in
`server.properties`.