https://github.com/stackotter/delta-example-plugins
A repository of example plugins for Delta Client
https://github.com/stackotter/delta-example-plugins
Last synced: 8 months ago
JSON representation
A repository of example plugins for Delta Client
- Host: GitHub
- URL: https://github.com/stackotter/delta-example-plugins
- Owner: stackotter
- License: gpl-3.0
- Created: 2021-10-30T07:40:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T07:46:08.000Z (over 4 years ago)
- Last Synced: 2025-06-09T00:38:30.372Z (10 months ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Plugins for Delta Client
This repository contains a few example plugins to help developers get a practical understanding of how to use the plugin API.
## Usage
```sh
# make sure that the version of delta client cloned supports plugins (not all branches might) (for now use the `plugins` branch).
sh setup.sh
# Enter the directory containing the example you want to try
cd HelloWorld
# Build the example and then run Delta Client with the built plugin installed
sh build-and-run.sh
```
## Example Plugins
### Hello world
Prints a message for all of its life-cycle events (such as getting loaded and unloaded). Prints a message when the player joins a server and when the player joins a world.