# 4.0.0

# Requires CraterLib

# Bug Fixes

  • Greatly improved the performance of the placeholder system. No more stuttering and fps drops while resolving placeholders
  • Placeholders can now fail individually. For example: player count fails, all the other server placeholders doesn't break
  • RPC still showing you as in-game, when you get kicked from a server

# New Features

  • Mod is now fully open source, licensed under MIT
  • Developer API for developers to add their own RPC, or control our RPCs
  • Multiple RPCs per event. This means, for each event, like Single Player, you can have multiple rpcs that will be chosen at random
  • You can now add buttons to Server Entries
  • Full-featured in-game config screen
  • Paused State RPC
  • Added in-game notice if you have CraftPresence and Simple RPC installed at the same time

# Changes

  • Switched from using the old C++ based discord rpc, to a new, fully JAVA one. Should fix a lot of mac compat issues (I hope and pray it does)
  • The server side config override feature has been removed until further notice.