π Commands & Permissions
FallingStars provides a robust set of commands to manage stars, events, and player data. Most commands can be used via the base command /fallingstars or its alias /fs.
π οΈ Administrative Commands
These commands require specific permission nodes and are intended for server administrators.
/fs reload
Reloads the plugin configuration and all star/event files.
fallingstars.command.reload
/fs summon <type> [player]
Summons a specific star at the target player's location.
fallingstars.command.summon
/fs list
Lists all loaded star types currently available.
fallingstars.command.list
/fs clear
Immediately removes all active falling stars from the world.
fallingstars.command.clear
/fs stars
Opens the Star Management GUI to edit star properties.
fallingstars.command.stars
/fs events
Opens the Event Management GUI to manage scheduled events.
fallingstars.command.events
/fs randomspawn
Opens the Random Spawn Configuration GUI.
fallingstars.command.randomspawn
/fs setstars <player> <type> <amount>
Directly set a player's collected count for a specific star.
fallingstars.command.setstars
/fs resetstars <player> [type]
Resets a player's collection data (optionally for one type).
fallingstars.command.resetstars
/fs resetdatabase confirm
Wipes the entire player database. Requires confirmation.
fallingstars.command.resetdatabase
π
Event Management
Manage dynamic events with these sub-commands. All require fallingstars.command.event.
/fs event list
Lists all defined event configurations.
/fs event start <id> [duration]
Manually triggers an event for a specific duration (e.g., 1h).
/fs event stop <id>
Forcefully terminates a running event.
/fs event clear
Stops all currently running events.
/fs event setcenter <id>
Sets the center point of a CENTER event to your location.
/fs event reset-cooldowns <player> [id]
Resets event trigger cooldowns for a player.
π€ Player Commands
These commands are generally available to players by default.
/fs stats [player]
View your own or another player's collection statistics.
/fs top [type]
Displays the leaderboard for the most stars collected.
Pro Tip: You can use tab-completion for all star types, event IDs, and player names to speed up your workflow!
Last updated