PyScriptLoader icon

PyScriptLoader -----

Lets you use python scripts on your minecraft server instead of making a plugin.



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)
Resource Information
Author:
----------
Total Downloads: 33
First Release: Sep 14, 2024
Last Update: Sep 15, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings