One in the Chamber v1.0.6
One in the Chamber
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.