A minecraft plugin providing web browsing feature
/webdisplay
: gives the player webdisplay map
- you need to place webdisplay map in 3x1 configuration to get it to work.
- only the person with op permission can interact with webdisplay
- webdisplay tabs are saved on rebbot
-
Download the latest webdisplay plugin from https://github.com/cyoung06/WebDisplay/releases
-
put the plugin into your server's plugins folder
-
Download BKCommonLib from https://ci.mg-dev.eu/job/BKCommonLib/
-
put BKCommonLib into your server's plugins folder
-
Start the server and enjoy!
run following commands to install necessary packages
sudo apt-get -y install xorg xvfb gtk2-engines-pixbuf
sudo apt-get -y install dbus-x11 xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic xfonts-scalable
Before starting your server, run following commands
Xfvd :1 &
export DISPLAY=:1
Downgrade to openjdk-8