scriptserver
What's this?
Sciptserver is a minecraft server wrapper, allowing you to write simple plugins using the RCON connection and STDIN/OUT from the java console. This is currently a WIP port to deno, milage may vary.
Todo:
- Basic functionality
- Split up java server from rcon connection
- Plugin interface pattern
- Events module
- Command module
- Utils module
- isOp
- isOp
- getOnline
- tellRaw
- getEntityData
- getDimension
- getLocation
- teleport
- JSON module
- Essentials module
- More user friendly config (deep defaults)
- README documentation
- Paper/Spigot flavors