Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

trickybestia/PyPlugin

Repository files navigation

PyPlugin

Main CI Release Total Downloads

PyPlugin is an EXILED plugin, which allows you to write plugins in Python. You can use all Exiled API in your plugin (except yaml configs).

Installation

You should download binaries from releases page, unarchive them and put them in plugins folder (%appdata%/EXILED/Plugins for Windows).

Then you should download plugins and put them into folder you specified in PyPlugin's config. It will look like:

Python:
    PluginA:
        plugin.py
        config.py
    PluginB:
        plugin.py
        config.py

Config

Python plugins don't have yaml configs, but developer can create config.py file in plugin's folder with ~same content:

# PRIORITY 100

# Broadcast duration
MESSAGE_DURATION = 10
# Broadcast message
MESSAGE = "Hello, I am test plugin!"
# Time between broadcasts
MESSAGE_COOLDOWN = 30
# Delay before first broadcast
MESSAGE_ROUND_START_DELAY = 10

And you can edit values in this file.

About

PyPlugin is an EXILED plugin, which allows you to write plugins in Python.

Topics

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy