Skip to content

RedstoneCloud/ExamplePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RedstoneCloud ExamplePlugin

Extend RedstoneCloud with powerful custom plugins

πŸ“– Overview

The ExamplePlugin serves as a template for creating your own plugins to extend the functionality of RedstoneCloud. Whether you're looking to add custom features, integrate additional software, or automate tasks, this plugin provides the foundation you need to get started.

🎯 Features

  • Demonstrates how to structure a RedstoneCloud plugin.
  • Provides basic examples of interacting with RedstoneCloud's API.
  • Easily customizable to fit your network's unique needs.

πŸš€ Getting Started

To start developing with ExamplePlugin, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RedstoneCloud/ExamplePlugin.git
    
  2. Build the project: Make sure you have Maven and Java 22 installed. Navigate to the project directory and run the build command:

    mvn clean package
    
  3. Deploy your plugin: Once built, place the generated .jar file into the plugins folder of your RedstoneCloud setup.

  4. Start the cloud: Run RedstoneCloud and your custom plugin will be loaded automatically.

✨ Customization

Feel free to modify the plugin to add custom features or integrate with other services. Some areas you can explore:

  • Custom commands: Add new commands to interact with RedstoneCloud or other parts of your network.
  • Server events: Listen to specific events and trigger automated actions.
  • API calls: Leverage RedstoneCloud's API to sync data, manage servers, or add new functionality.

πŸ“Œ License

This project is licensed under the Apache-2.0 License. For more information, see the LICENSE file.

About

Plugin example for RedstoneCloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages