3.2.0 - Recoded commands and added new features!

Details

  • Filename
    BetterMessages-3.2.0.jar
  • Uploaded by
  • Uploaded
    Aug 22, 2022
  • Size
    112.14 KB
  • Downloads
    268
  • MD5
    875024d726a576f3b11a1772f2e4e1de

Supported Bukkit Versions

  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2

Changelog

Requires an updated config but it shouldn't break everything (maybe).
TEST BEFORE USING IN PRODUCTION

 

- Recoded the whole command system with a custom library (https://github.com/JustDoom/CMDInstruction if your interested, documentation soon)
- Added a "storage-type" option to switch between a custom system for tracking join, leave etc stats and using Minecrafts statistics system.
- Added an "editmsg" command. This allows you to edit a message if you have the correct permission using "/bm editmsg <message name> <new message>". User must have the permission "bettermessages.editmsg.<message name>". The console can also do this, it is good for custom message menus for example. Command from the console "/bm editmsgother <player> <message name> <new message>".
- And some general optimizations/bug fixes