1.2 Aug 1, 2023
Exciting new Beta features

This version adds support for some exciting new beta features from minesite.org. If you're interested, reach out at on Discord or at https://minesite.org/contact and we'd love to chat!


1.1.1 Jun 20, 2023
Improved Compatability

This version (and all future versions) of the Minesite plugin was compiled with Java 8, to improve compatability with all servers!


1.1.1 Apr 22, 2023
Minor API changes before full release

1.1 Apr 22, 2023
Variables and Minesite API

This version adds new commands to interact with Minesite variables. Check it out with /minesite variable

This version also adds the Minesite API. Developers can get an instance of the API with 

JavaPlugin plugin;
MinesiteV1 minesite = Minesite.v1(plugin);
JavaMinesiteVariableHandler variables = minesite.getVariables();

// Get and set variables!

Or, for Kotlin

val plugin: JavaPlugin
val minesite: MinesiteV1Kotlin = Minesite.v1(plugin).kotlin
val variables: MinesiteVariableHandler = minesite.variables

// get and set variables!

1.0 Apr 13, 2023
Minor Improvements

1.0 Apr 13, 2023
New /minesite mail command!

1.0 Apr 13, 2023
Security Enhancements

1.0 Apr 10, 2023
Print a more informative message when Minesite can't connect to the API

1.0 Mar 30, 2023
Minor bug fixes

1.0 Feb 21, 2023

1.0 Feb 14, 2023