In this update, Redis is not longer needed to run a Skywars server. Nevertheless, we've made some changes on how the arenas are storaged, so if you update a migration is needed. Also, you should replace Balberith v1 to Balberith V2.Finally, if you want to use Redis for Arena storage you should edit Balberith/database.yml and set Type: 'redis'
Code (Text):
Type: 'redis'
Redis:
# Default values from redis
# Set to false when need to specify a host, db, port, password.
UseDefaultValues: true
Host: 'localhost'
Database: 2
Port: 6379
Password: '1nr34lt1m3'
You can find Balberith here:
https://drive.google.com/drive/folders/1WgNuju88JuEg8am2AJ9VnMs0P_l7-4QE?usp=sharing