
Minesite 1.3.2
Design a beautiful, custom website for your Minecraft server. Completely free. Zero coding required.
This version makes logging in with /minesite login much easier by allowing players to type a code rather than needing to click a link, making it easier for Bedrock players to log in.
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!
This version (and all future versions) of the Minesite plugin was compiled with Java 8, to improve compatability with all servers!
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!