MyDeacy / ServerDocument-Nukkit

You can publish documents containing folder hierarchies to the server.(Nukkit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerDocument

Nukkit plugin. (Written in Groovy)

Setup

Put the plugin in the plugin folder and place the files in the data folder.

Only text files(*.txt ) and folder are supported.

📂plugin_data
 ┗ 📂ServerDocument
    ┗ 📂public
      --------------------------
     | ┣ 📜File1.txt            
     | ┣ 📜てきとう.txt           
     | ┣ 📂Folder               
     | ┃  ┗ 📜HogeHoge.txt      
     | ┗ 📂Rule                      ← Display on server
     |    ┣ 📜Hoge.txt         
     |    ┣ 📜General.txt         
     |    ┣ 📜Fuga.txt         
     |    ┗ 📂Folder3           
     |       ┗📜MyDeacy.txt     
      --------------------------

Usage

Join the server and enter the /sd command.

ScreenShots

image image image

About

You can publish documents containing folder hierarchies to the server.(Nukkit)

License:GNU General Public License v3.0


Languages

Language:Groovy 100.0%