Skip to content

DaveTheCamper/CashShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CashShop

Gateways:

Como usar:

pom.xml

<dependency>
    <groupId>me.davethecamper.cashshop</groupId>
    <artifactId>cash-shop</artifactId>
    <version>**{VERSÃO}**</version>
</dependency> 

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 https://maven.apache.org/xsd/settings-1.0.0.xsd">
    <activeProfiles>
        <activeProfile>github</activeProfile>
    </activeProfiles>
  
    <profiles>
        <profile>
            <id>github</id>
            <repositories>
            
                <repository>
                    <id>central</id>
                    <url>https://repo1.maven.org/maven2</url>
                </repository>
                
                <repository>
                    <id>github</id>
                    <url>https://maven.pkg.github.com/DaveTheCamper/CashShop</url>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
                
            </repositories>
        </profile>
    </profiles>
  
    <servers>
        <server>
            <id>github</id>
            <username>**{SEU.USERNAME.GITHUB}**</username>
            <password>**{SEU.TOKEN.GITHUB}**</password>
        </server>
    </servers>
</settings>

Mais informações sobre pom.xml https://maven.apache.org/pom.html

Mais informações sobre settings.xml https://maven.apache.org/settings.html

About

Implementação de Gateways (PagSeguro, PayPal, etc) para vendas dentro do jogo Minecraft por dinheiro real, sem a necessidade de criação de um site

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages