WooMinecraft - Self-hosted Minecraft Donations

This is a discussion topic for the Ore project, WooMinecraft. View the full project on Ore for downloads and more information.


WooMinecraft

WooMinecraft is a free Minecraft Donation plugin for your server that provides a self-hosted solution where you’re the boss. By leveraging a well known eCommerce plugin on the
WordPress side of things, we allow you to specify commands for product variations, general product commands, and resending of donations at any time.
WooMinecraft Logo

WooMinecraft for Sponge servers. API 8+

Original plugin → Link

LocaleAPI - required.

You will need any plugin or mod that contains the kotlin library!

Config

Your config should look like the below section.

# Set to true in order to toggle debug information
Debug=false
# This must match the WordPress key in your admin panel for WooMinecraft
# This is a key that YOU set, both needing to be identical in the admin panel
# and in this config file
# For security purposes, you MUST NOT leave this empty.
Key=""
MojangURL="https://api.mojang.com/users/profiles/minecraft/"
# If you are having issues with REST, or have disabled pretty permalinks. Set this to false.
# Doing so will use the old /index.php?rest_route=/wmc/v1/server/ base
# Setting this to false will also allow you to set the restBasePath value if you have altered your
# installation in any way.
PrettyPermalinks=true
# If your REST API has a custom path base, input it here.
# NOTE: This is only loaded if prettyPermalinks is set to false.
# Known good URL bases.
# - /wp-json/wmc/v1/server/
# - /index.php?rest_route=/wmc/v1/server/
RestBasePath=""
# You must set this to your WordPress site URL.  If you installed WordPress in a
# subdirectory, it should point there.
URL="http://playground.dev"
# This is how often, in seconds, the server will contact your WordPress installation
# to see if there are donations that need made.
UpdateInterval=1500
# Allowed worlds the player needs to be in to run the commands.
# Disabled by default!
WhitelistWorlds {
    Enable=false
    List=[
        "minecraft:overworld"
    ]
}

How does it work?

This bridges the gap between PHP, and Java by leveraging both the Sponge API ( java ) and the WordPress API with WooCommerce support ( php ). It stores commands
per order, per player, per command ( yes you read that right ) in the WordPress database. This plugin, either when an op requests it, or on a timer, sends a request to
the WordPress server to check for donations for all online players.

If online players have commands waiting to be processed, then all necessary commands are ran. There is NO LIMIT to the type of commands you can set, give, i, tp, etc… all commands are ran
by the console sender, and not a player.

Contributions

As with all Github projects, we encourage our users to contribute, even if it’s just a small as opening an issue. Every little bit helps, especially with pre-releases
that may be unstable.

Please review the Contributors Guidelines for the best way to contribute. If you’d like to see our list of contributors, check that out on github here.

Mojang Guidelines

Since this plugin is GPL and entirely opensource, we cannot be sure how you will use this. However, when providing ‘donation’ options, you are still considered a
commercial entity and therefore are bound to the Mojang Commercial Usage Guidelines

WordPress Plugin

You’ll need the WordPress plugin for this MC Plugin to work - you can get it here.

Changelog

1.4.9 - Sponge

  • Support SpongeAPI10
  • Now instead of using the OkHttp library, the Http client from the java standard library will be used.
  • With no calls to the OkHttp library, there is no longer a need to load the Kotlin library on the server.
  • The code for the /woo ping command has been updated. Reduced code size while preserving functionality. The time of waiting for a response from the site has been increased to 5000ms.

1.4.8 - Sponge

  • The classes of the two missing libraries have been integrated.
  • Fixed activation of commands.

1.4.7 - Sponge

  • Changed the type of the main config of the plugin to HOCON.
  • A link for interacting with the Mojang API has been added to the configuration. This is designed so that you can specify a different link in case of any changes from Mojang’s side.

1.4.6 - Sponge

  • Migration to SpongeAPI.
  • Addition of localizations.
  • Now you can use all localizations at the same time.
  • Added Russian localization.

1.4.5

  • Hotfix for 274
  • Fix pretty-permalink flag to actually use ugly permalinks for rest endpoints.

1.4.4

  • Fix logic for getting pending orders.
  • Additional logging for pending orders.

1.4.3

  • Fix RestApi issues
  • Code cleanup
  • Update /woo ping, now has a sub command/option to ping any website
    example: /woo ping https://www.google.com/

1.4.2

  • Updates the helpsite command.
  • Finishes the /woo ping command.
  • Closed #238 - thanks @YouHaveTrouble

1.4.1-pre

  • Fixes an issue with UUIDs on server-side authentication ( @jerzan )
  • Adds some additional command logic and cleans things up. ( @jerzan )

1.4.0-pre

  • edit RestApi Url to fix alot of user issues
  • extend compatibility for mc versions 1.10 - 1.18.1
  • added debug command( /woo debug ) and a ping command ( /woo ping)
  • added mojang auth to the plugin side, jerzean

1.3.0

  • Added polish translation props YouHaveTrouble
  • 1.16.x support props jerzean
  • Cleanup various readme sections.

1.2.1

  • Disabled legacy support, “should still work on 1.12 and below(untested)”
  • Update spigot api to 1.14.4+

1.2.0

  • Tested on Spigot 1.12.2
  • Cleaned up a lot of internals by simplifying a ton of requests.
  • Now building with okHTTP3 library for ease of use.
  • Move to REST API.

A new version has been released for WooMinecraft, it is available for download here.


See change log

A new version has been released for WooMinecraft, it is available for download here.


The classes of the two missing libraries have been integrated.
Fixed activation of commands.

A new version has been released for WooMinecraft, it is available for download here.


Support SpongeAPI10

  • Now instead of using the OkHttp library, the Http client from the java standard library will be used.
  • With no calls to the OkHttp library, there is no longer a need to load the Kotlin library on the server.
  • The code for the /woo ping command has been updated. Reduced code size while preserving functionality. The time of waiting for a response from the site has been increased to 5000ms.

A new version has been released for WooMinecraft, it is available for download here.


Upgrade to SpongeAPI11.


  • The deprecated code has been replaced

Due to ORE restrictions on the number of colors for tags possible when publishing a new version of the plugin, all new versions will be published with one of two tags - Release or UNSTABLE.