Arras.io - Start Menu Modifier

Makes the start menu better to look at and adds a setting to hide empty servers.

2023-03-19 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Taureon
रेटिंग
0 0 0
आवृत्ती
1.3
बनवली
2023-02-18
अपडेट केली
2023-03-19
आकार
4.01 KB
License
नाही
यांवर लागू होते:

Now you can look at more servers at once in the server selection screen 👍 Also comes with a toggle to hide empty servers!

BTW, to show hidden servers, paste this into console and then reload:

let k = JSON.parse(localStorage.getItem('arras.io'));
k.privilege = 10;
localStorage.setItem('arras.io', JSON.stringify(k));