Skip to content

[Battle Royale] Update v1.1.0-SNAPSHOT.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Klnsyf-Sun Klnsyf-Sun released this 19 May 07:58
· 8 commits to master since this release

Changes in v1.1.0-SNAPSHOT.6

  • Add: battle-misc-option.drop-list-total-chance
    • You can set the drop chance more excatly now.
    • For example:
      • The configuration file is as follows:

        drop-list:
         - STONE:
          - REDSTONE: 1000000007
        drop-list-total-chance: 2147483647

      • It means when you break a stone, you have 1,000,000,007/2,147,483,647 (about 46.57%) to get a redstone.
        • 1,000,000,007 and 2,147,483,647 are just two useful Prime numbers (Laugh).
  • Add: Permission battleroyale.join.battlefieldbook
    • Now only player who has permission battleroyale.join.battlefieldbook can get a Battlefield Book with command /battleroyale join.
  • I18n has fully compeleted
    • Updated language file: en_US.yml, zh_CN.yml
  • Fixed some bugs
    • Command /battleroyale quit will remove a player in battlefield without killing it.
  • Known Bugs:
    • Players can't join a battlefield which hasn't been loaded.

WARNING: This is a SNAPSHOT version, may have a huge amount of bugs.