File tree Expand file tree Collapse file tree
src/main/java/fr/sandro642/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88
99group = " fr.sandro642.github"
10- version = " 0.1.3.17.1-SNAPSHOT " // Version de votre projet
10+ version = " 0.1.4-STABLE " // Version de votre projet
1111
1212
1313// Ajoutez cette tâche à votre build.gradle.kts
Original file line number Diff line number Diff line change 1717 * @see ConnectorAPI#Logger()
1818 * @see ConnectorAPI#StoreAndRetrieve()
1919 * @see ConnectorAPI#YamlUtils()
20+ * @see ConnectorAPI#MCSupport()
2021 */
2122
2223public class ConnectorAPI {
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ public class YamlUtils {
2727 * @return l'URL de base définie dans le fichier YAML, ou null si une erreur se produit
2828 */
2929 public String getURL () {
30- //HashMap<String, Object> storeLoad = ConnectorAPI.HookManager().loadData("store_and_retrieve.yml");
3130
3231 String yamlFilePath = ConnectorAPI .StoreAndRetrieve ().store .get (ConnectorAPI .StoreAndRetrieve ().FILE_LOCATION_KEY ) + "/infos.yml" ;
3332
@@ -46,7 +45,6 @@ public String getURL() {
4645 * @return
4746 */
4847 public String getRoute (String routeName ) {
49- //HashMap<String, Object> storeLoad = ConnectorAPI.HookManager().loadData("store_and_retrieve.yml");
5048
5149 String yamlFilePath = ConnectorAPI .StoreAndRetrieve ().store .get (ConnectorAPI .StoreAndRetrieve ().FILE_LOCATION_KEY ) + "/infos.yml" ;
5250
You can’t perform that action at this time.
0 commit comments