This is a minecraft plugin for paper/spigot servers, made for running python scripts on your server. Using this plugin you can add features to your server without the hustle of making a plugin.
Documentation:
https://github.com/BridgerSilk/PyScriptLoader/blob/main/doc.md
Example:
Documentation:
https://github.com/BridgerSilk/PyScriptLoader/blob/main/doc.md
Example:
Code (Text):
# This is how you would broadcast a welcome message when a player joins
def on_player_join(player_name):
welcome_message = "Welcome to the server, {}!".format(player_name)
print(welcome_message)
broadcastMessage(welcome_message)
def on_player_join(player_name):
welcome_message = "Welcome to the server, {}!".format(player_name)
print(welcome_message)
broadcastMessage(welcome_message)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.17, 1.18, 1.19
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PyScriptLoader is a free Minecraft Java mod. Compatible with Minecraft 1.17, 1.18, 1.19, 1.20 and newer. Downloaded 84 times (via Spigot). Download it and open it directly in the game.