☄️
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. Features

One-Time Commands

Create dynamic scenarios by executing custom commands after fake players join. These interactions add depth and excitement, making your server more captivating than ever. Since they are executed only ONCE, you can use it for giving ranks.

  one_time_commands:
    delay: 5
    commands:
      - "-999:eco give %player% 100" # this happens 100% with 0 delay, it is not taken into account in the whole command probability
      - "50:msg %player% something idk"
    #  - '100:chat!one time command!'
  • Commands to be executed only once and never again, with specified chances, random values and delay. Stored inside $cache$.yml.

Custom Messages

  • You can use the following at the beginning of ":" sudo! ; chat!

  • sudo! -> makes the fake player execute a command on join eg: "50:sudo!register (your authentication plugin command)"

  • chat! -> makes the fake player say something when he joins eg: "50:chat!sup everyone!"

PreviousOn-Join CommandsNextGravity + Pick-up items

Last updated 1 year ago

🌟