Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehdot/athere
A fabric mod that adds the basic functionality of '@here' to Minecraft's commands.
https://github.com/rehdot/athere
Last synced: about 2 months ago
JSON representation
A fabric mod that adds the basic functionality of '@here' to Minecraft's commands.
- Host: GitHub
- URL: https://github.com/rehdot/athere
- Owner: Rehdot
- License: cc0-1.0
- Created: 2024-05-29T09:29:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T09:36:13.000Z (5 months ago)
- Last Synced: 2024-08-12T10:58:36.726Z (5 months ago)
- Language: Java
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AtHere 1.0.4
-
AtHere is a small command helper intended for Minecraft server operators.Features
-
* The "@here" command argument, which executes a command for every player online.
* The "@[number]->[number]" command argument, which counts up from the starting number to the ending number.
* The "@step->[number]" argument modifier, which will affect how fast the number argument will count upwards.**Usage Examples:**
-
* /tphere @here <- Teleport everyone online to you
* /msg @here hello! <- Message every player "hello!"
* /fill ~ ~ ~ ~ ~@0->200 ~ tnt <- Spawn in towers of TNT until Y=200
* /give @here cooked_beef @1->9 <- Give everyone 45 steak
* /tp @here ~ @300->2000 ~ @step->100 <- Teleport everyone up to 2000 blocks, 100 blocks at a time**Commands:**
-
* /athere exclude [player] <- Excludes a player or argument from command execution
* /athere include [player] <- Includes a player or argument from command execution
* /athere delay [number] <- Sets the delay in milliseconds between each command's execution
* /athere stop <- Stops every running AtHere task
* /athere status <- Displays AtHere's current statuses:)