Skip to content

tim-van-dijkhuizen/MinecraftCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Due to lack of time and motivation, I will no longer develop new major features. As of now, I will still be fixing bugs, updating the plugin and making minor improvements. This project was started as a proof of concept and even though I'm happy with the results, there isn't much people who can use this plugin. The plugin is open-source, so feel free to continue developing this project for your own personal use.

MinecraftCommerce

A Spigot plugin for creating in-game donation stores.

More information: https://www.spigotmc.org/resources/minecraft-commerce.86973

Documentation

Developer API

The developer API allows you to extend MinecraftCommerce. You should only interact with the plugin through its public API: nl.timvandijkhuizen.commerce.CommerceApi. I recommend that you use my SpigotUtils plugin API. This utility plugin helps you develop better plugins with less code.

Where should I place my code?

All extensions should be registered before MinecraftCommerce is initiated. To do this you must either register them from onLoad() or setup() if you're using the plugin API from SpigotUtils.

What can I do with the API?

About

A plugin for creating in-game donation stores.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors