Skip to content

garrettjoecox/scriptserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

713cd36 · Sep 6, 2021

History

47 Commits
Apr 15, 2021
Apr 15, 2021
Sep 28, 2016
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021

Repository files navigation

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