Skip to content

Releases: Despical/OITC

1.1.1

16 Jan 16:04
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 Despical Unlicense
ScoreboardLib Despical GPLv3
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.1.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

License

One in the Chamber is free and open source software under the GPL-3.0 License

1.1.1 Release (13.01.2020 - 16.01.2020)

  • Added missing prefix to some setup messages.
  • Added online player completion to tab complete for stats command.
  • Added more option to customize for spectator and lobby items.
  • Added play again item.
  • Added support for Minecraft 1.16 and higher versions.
  • Added 144 character support for scoreboard entries.
  • Added Arena#broadcastMessage method and removed ChatManager#broadcastMessage.
  • Fixed adding arena signs manually break arena configuration.
  • Fixed spectators aren't teleporting to hub when bungee option is enabled.
  • Fixed when arena list is empty upon bungee join or quit.
  • Fixed default script engine commands in rewards file.
  • Fixed joining through a sign while player is holding leave item.
  • Fixed colorizing for scoreboard entries in Minecraft 1.14 and higher versions.
  • Fixed Hex colors in debugger and normal in-game messages.
  • Fixed slot for lobby items.
  • Fixed and updated license header.
  • Removed sign updating scheduler to avoid affecting timings.
  • Removed duplicated spectator events.
  • Removed default false booleans.
  • Deleted unnecessary default false booleans.
  • Changed package of CreateCommand.java class.
  • Changed some events in efficient way.
  • Changed default leave item to red bed from white bed.
  • Changed PAPI's version with Bukkit's.
  • Changed some debugger keys.
  • Now arena creation message sending centered.
  • Now list command replaces values faster.
  • Now system saves and loads player data faster.
  • Improved tab completion.
  • Too many performance improvements.

One in the Chamber v1.1.0

31 Oct 15:06
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 Despical Unlicense
ScoreboardLib Despical 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.1.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

1.1.0 Release (22.10.2020 - 31.10.2020)

  • Added new placeholder to get amount of players in arena without spectator amount:
    • %oitc_{arena_id}:players_left%
  • Added enable option for spectator settings.
  • Fixed scoreboard friendly fire caused players visible.
  • Fixed NPE when signs aren't located in default world.
  • Fixed statistics are not resetting after game finishes.
  • Optimized events.

One in the Chamber v1.0.9

14 Oct 16:49
47c4b1f
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 Despical Unlicense
ScoreboardLib Despical 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.9</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

1.0.9 Release (09.10.2020 - 14.10.2020)

  • Fixed debugger sends prefix twice.
  • Fixed NPE with conversation builder.
  • Fixed item lores for Minecraft 1.13 and higher versions.
  • Replaced some methods with thread-safe API methods.
  • Command optimizations and performance improvements.
  • Improved GUI performances.

One in the Chamber v1.0.8 (Addition Hotfix)

07 Oct 18:32
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 Despical Unlicense
ScoreboardLib Despical 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.8</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

1.0.8 Addition Hotfix Release (07.10.2020)

  • Fixed all of the sign problems.
  • Removed unnecessary colorize method for lores.

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>