Skip to content

This project is an implementation of the Common for the Bukkit platform, aiming to provide a standardized framework, tools and content for the Minecraft server such as command frameworks, menu frameworks etc.

License

Notifications You must be signed in to change notification settings

UnitedDev/BukkitAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentification

Vous pouvez vous authentifier avec GitHub pour Maven en modifiant votre fichier ~/.m2/settings.xml afin d'ajouter votre token personnel. Créez un nouveau fichier ~/.m2/settings.xml s'il n'en existe pas.

Dans la balise servers, ajoutez une balise server avec un id, en remplaçant USERNAME par votre nom d'utilisateur GitHub, et TOKEN par votre token d'accès personnel.

Comment créer un token d'accès personnel ?

Exemple de fichier settings.xml

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
          http://maven.apache.org/xsd/settings-1.0.0.xsd">
  
  <servers>
    <server>
      <id>kohei</id>
      <username>Rhodless</username>
      <password>mon_super_token</password>
    </server>
  </servers>
</settings>

Ajouter le projet en dependency pom.xml

<repository>
  <id>kohei</id>
  <url>https://maven.pkg.github.com/KoheiDev/BukkitAPI</url>
</repository>
<dependency>
  <groupId>fr.kohei</groupId>
  <artifactId>bukkitapi</artifactId>
  <version>VERSION</version>
</dependency>

About

This project is an implementation of the Common for the Bukkit platform, aiming to provide a standardized framework, tools and content for the Minecraft server such as command frameworks, menu frameworks etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages