Skip to content

1.1.1

Compare
Choose a tag to compare
@Despical Despical released this 16 Jan 16:04
· 170 commits to master since this release

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.