| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Multi Language Scripting Plugin for Minecraft Servers.
Using the plugin system, you can easily add your own languages.
Because of the modular design, it is easy to add support for other platforms. In fact, it doesn't even have to be a Minecraft server. Any Java application with a plugin system can be supported.
The latest version is not yet released, so you have to build it yourself.
git clone https://github.com/SelfMadeSystem/ServerScripter.gitcd ServerScripter
./gradlew buildCopy the built jar for either the proxy or the server to the plugins folder
Run the server once to generate the config files and the addons folder
Copy the built jar for the languages you want to use to the addons folder
You may view examples for each language in the examples folder.
| Back | FazBrowse Home | New Git URL |