☄️
Asteroid
  • Overview
    • 🎓Introduction
  • Installation
    • ❗Dependencies
    • ⚡How to install
  • Setup
    • 💼Commands
    • 📎Placeholders
    • 🌟Features
      • UUID Access
      • Command Masker
      • Multiplier
      • Connect or Disconnect Fake Players
      • Easily Generate Real or Cracked UUIDs
      • Import Files + Bedrock Support
      • Randomized Join
      • Randomized Disconnect
      • On-Join Commands
      • One-Time Commands
      • Gravity + Pick-up items
      • Fluctuation
      • Scheduler
      • AI
      • Asteroid Proxy
        • RedisDB + Lettuce
        • MySQL
    • 🍩Addons
      • Ranks
  • Tips
    • 💡Cross-Server Player Count (Proxies using Redis)
  • API
    • 🚀AsteroidAPI
    • 🛠️Usage
      • Extension Development Guide
Powered by GitBook
On this page
  1. Setup
  2. Addons

Ranks

If giving ranks to players by command doesn't work or it doesn't update inside tab, you can try using the Ranks addon to give the fake players ranks by force (at the moment supports the plugin LuckPerms). You can find it inside plugins/Asteroid/addons/ranks.yml.

# Flag to enable or disable the addon
# Only suggested to use when executing commands to give ranks doesn't work
enabled: false

# If the player gets a rank once he should stay with it forever
persistent: true

# Weighted probabilities
ranks:
  default: 60
  • enabled: By default it's false, but if you enable it make sure to restart the server.

  • persistent: To know if the player already had a rank before or not, and if it did to keep it forever without changing it every join.

  • ranks: The rank groups that will be given by force to fake players through weighted probabilities.

PreviousAddonsNextCross-Server Player Count (Proxies using Redis)

Last updated 1 year ago

🍩