HomeJavaModsPyScriptLoader
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:

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)
Quick facts

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.

Explore more