Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for full inventory missing #53

Closed
Peda1996 opened this issue Oct 9, 2018 · 7 comments
Closed

Check for full inventory missing #53

Peda1996 opened this issue Oct 9, 2018 · 7 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Peda1996
Copy link

Peda1996 commented Oct 9, 2018

Hy,

I really like your plugin, but when an inventory is full, trading is possible. But after the trade, the traded items are gone, due to a full inventory. (dropping wont work for my, dont know why..)

Please add a check for this.
Reguards
Peda1996

@erikzimmermann
Copy link
Owner

Hey, thanks for your bug report via GitHub. I will add a option there, to cancel a trade then in the config.yml ;)

@erikzimmermann erikzimmermann self-assigned this Oct 26, 2018
@erikzimmermann erikzimmermann added the bug Something isn't working label Oct 26, 2018
@erikzimmermann erikzimmermann added this to the 1.0.5 milestone Oct 26, 2018
@Peda1996
Copy link
Author

Thanks mate :D

@Peda1996
Copy link
Author

Peda1996 commented Oct 27, 2018

Can you please provide a .jar download, as I can't compile it on my own.

I started to create a pom.xml (maven, i really recommend it), and afterwards i started to realize, that CodingAPI has no repo ^^
There is my pom.xml.

 <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>de.codingair</groupId>
    <artifactId>TradeSystem</artifactId>
    <version>1.0.5</version>
    <packaging>jar</packaging>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
    </properties>
    <name>TradeSystem</name>
    <description>Bukkit/Spigot - Trade - Plugin</description>
    <repositories>
        <repository>
            <id>spigot-repo</id>
            <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
        </repository>
        <repository>
            <id>vault-repo</id>
            <url>http://nexus.hc.to/content/repositories/pub_releases</url>
        </repository>
        <repository>
            <id>ess-repo</id>
            <url>http://repo.ess3.net/content/groups/essentials</url>
        </repository>

        <!-- For Github Repos -->
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
        
</repositories>

    <dependencies>
        <!--Spigot API-->
        <dependency>
            <groupId>org.spigotmc</groupId>
            <artifactId>spigot-api</artifactId>
            <version>1.12.2-R0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <!--Bukkit API-->
        <dependency>
            <groupId>org.bukkit</groupId>
            <artifactId>bukkit</artifactId>
            <version>1.12.2-R0.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <!--Vault API-->
        <dependency>
            <groupId>net.milkbowl.vault</groupId>
            <artifactId>VaultAPI</artifactId>
            <version>1.7</version>
            <scope>provided</scope>
        </dependency>

        <!--essentials API-->
        <dependency>
            <groupId>net.ess3</groupId>
            <artifactId>Essentials</artifactId>
            <version>2.13-SNAPSHOT</version>
        </dependency>

        <!--I need a release of Coding API ^^-->

    </dependencies>
</project>

@erikzimmermann
Copy link
Owner

erikzimmermann commented Nov 25, 2018

I never worked with maven, so I need a look into it.

@erikzimmermann
Copy link
Owner

Don't know if you can do something with that: https://github.com/CodingAir/CodingAPI

@Peda1996
Copy link
Author

Oh, you should really have a look into dependency managenment things, they are very useful when working with other developers.

@erikzimmermann
Copy link
Owner

Hey, I'm nearly done with that issue. Would you like to preview it? Add me on discord: #281 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants