Skip to content

Releases: Despical/OITC

One in the Chamber v1.0.7 (Hotfix)

06 Oct 18:34
Compare
Choose a tag to compare

One in the Chamber Discord Support

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)      ❤ Make Donation

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.7</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

1.0.7 Hotfix Release (06.10.2020)

  • Added more in-game tips.
  • Added license header.
  • Fixed pom.xml issues.
  • Fixed signs.
  • Fixed sending prefix twice.
  • Fixed bStats metrics.
  • Removed static handler list getter from events.
  • Improved GUI performances.

One in the Chamber v1.0.6

03 Oct 15:36
Compare
Choose a tag to compare

One in the Chamber Discord Support

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)      ❤ Make Donation

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.6</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

Change logs:

  • Added more in-game tips.
  • Added missing 1.14, 1.15 and 1.16 items.
  • Added arena selector.
  • Added new death reward.
  • Added death prefix.
  • Added support for 1.16 hex colors
  • Fixed wrong order in bow trails.
  • Fixed NPE when trying to teleport players to lobby location.
  • Fixed update links.
  • Fixed plugin version for PAPI.
  • Fixed player skulls on spectator menu.
  • Fixed update checker.
  • Fixed separate chat.
  • Fixed prefix is not updating on reload with plugin command.
  • Removed system message options.
  • Removed unnecessary command exceptions.
  • Changed MySQL updates to do only one instead of more than nearly 15.
  • Changed message delay of "Waiting for players" from 15 to 45 seconds.
  • Reworked on update checker.
  • Reworked on tab completion.
  • Reworked on spectator settings menu.
    • Added no speed option.
    • Added disable night vision option.
    • Added hide spectators option.
  • Updated dependencies to latest versions.
  • So many improvements for newer version of Java.
  • Made code more readable.

One in the Chamber v1.0.5

03 Sep 14:11
Compare
Choose a tag to compare

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.5</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

One in the Chamber pre-1.0.5

30 Aug 15:38
Compare
Choose a tag to compare
Pre-release

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.4</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

One in the Chamber v1.0.4

24 Aug 10:17
Compare
Choose a tag to compare

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.4</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

One in the Chamber v1.0.3

17 Aug 10:15
Compare
Choose a tag to compare

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.3</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

One in the Chamber v1.0.1

22 Jul 09:43
Compare
Choose a tag to compare

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.1</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

One in the Chamber v1.0.0

09 Jul 11:13
8551c3a
Compare
Choose a tag to compare

One in the Chamber Discord

One in the Chamber is a Minecraft survival minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Kill everyone with your powerful bow or with your sword to get an new arrow! Reach 25 points to win! Who will be the winner? Have fun using it!

Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)

Open Source Libraries

Library Author License
InventoryFramework stefvanschie Unlicense
ScoreboardLib TigerHix LGPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use One in the Chamber API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>OITC</artifactId>
            <version>1.0.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>