Skip to content

aidan-p/MCScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCScreen


Doom being displayed inside of a Minecraft world

Features

  • Display main monitor inside locally ran Minecraft server through RCON or plugin implementation

Requirements

Getting Started

  • Download and install Python and all required packages.
  • Download repo and unzip in any directory.
  • Decide if you would like to use the RCON implementation (slower) or plugin implementation (quicker)
    • Change the "USE_FAST_PLUGIN" variable to "False" if you would like to use RCON, otherwise leave as "True" if you are using the plugin
  • Modify "NUM_WORKERS" to the number of threads you would like to handle the display (for example, I have a Ryzen 7 5700x3d which is an 8c/16t chip, so I am using all 16 threads)
  • Modify the "RCON_PORT"/"PLUGIN_PORT" and "PASSWORD" to the correct variables
  • Modify the "START_X", "START_Y", and "START_Z" to the appropriate coordinates
  • Run by executing:
    python .\mcscreen.py

About

Display your monitor inside of a Minecraft server using blocks!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages