PyMine-Server icon indicating copy to clipboard operation
PyMine-Server copied to clipboard

A fast and easy to use, moddable, Python based Minecraft server!

Results 22 PyMine-Server issues
Sort by recently updated
recently updated
newest added

- Add docstrings to classes and functions in the sphinx style (use docblock-python or a similar plugin) - Create documentation on https://readthedocs.org using reStructured text - This should be as...

Documentation
Enhancement
Good First Issue

**Display argument names and their annotations (if any) for each command.** ``` == help menu == test: Documentation missing. Arguments: - b: Bool - f: Float - d: Double -...

**Add a `heal` and a `feed` command, for manipulating health and hunger.** ## Heal Sets a player's health to any value using the PlayUpdateHealth packet. ### Syntax `heal ` `new_health`...

Add a `kill` command for killing players. Sets a player's health to 0 using the PlayUpdateHealth packet. Syntax: `kill `

- We use poetry to manage dependencies cleanly, and the startserver scripts should have support for it!

Enhancement

### Feature - Config should be sorted by category(rcon, query, world, etc)->alphabetically, with comments describing each section. Comment can be achieved with [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) ### Reason - The config should be...

Enhancement
Good First Issue

A way to customise and use a persistent rcon + local log It should Show difference between rcon & local Show timestamp Show command run Maybe like this? - `timestamp...

Enhancement

### Feature Add more meta data fields to plugin.yml like - - name (required) - description - version (required) - author - license - website/docs? ### Reason Allows more customizability...

Enhancement
Good First Issue

### Feature - allow for statistics and console logging to be live exported to a central statistics /logging server Link to per plugin logging, expose a "channel" per plugin ###...

Enhancement

# Shell Rewrite ## Shell Features - [x] If `debug_mode` is enabled in the server.yml, not recognized commands should be evaluated as python. - [x] Maybe an option for custom...

Enhancement