Smart LogoSmart

Welcome on board!

Create with Smart

Installation

Errors with Smart's API

We are currently facing with the way shared libraries (and so Smart's Event System) can be load (or will not) through RustyConnector. The whole RC team is on the bug, it should be fixed ASAP!

To use smart, you need to add smart's lib repo to your project

<repository>
    <id>funa-repo</id>
    <name>Funa Java Repo</name>
    <url>https://java.funa.dev/<repository></url>
</repository>
repositories {
    maven {
        name = "funaRepo"
        url = uri("https://java.funa.dev/<repository>")
    }
}
repositories {
    maven {
        name "funaRepo"
        url "https://java.funa.dev/<repository>"
    }
}

On this page