A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

uh oh, smoll readme fix

authored by

Mr. Snowy and committed by
GitHub
22df781d e7d4771c

+11 -11
+11 -11
README.md
··· 28 28 ### TODO: 29 29 30 30 #### Planned commands: 31 - -[ ] `/wild` - Teleports you to a random location in the Overworld 32 - -[ ] `/worldspawn` - Teleports you to the worldspawn 33 - -[ ] `/spawn <dimension>` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension 31 + - [ ] `/wild` - Teleports you to a random location in the Overworld 32 + - [ ] `/worldspawn` - Teleports you to the worldspawn 33 + - [ ] `/spawn <dimension>` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension 34 34 35 35 #### Improvements: 36 - -[ ] Modify /back to check if the location is safe and automatically choose a nearby location that is safe 37 - -[ ] Create a config to add any delays and disable commands, also add commands for operators in game 38 - -[ ] Add a perm system 39 - -[ ] Limit tpa requests for a player 40 - -[x] Add translation system 41 - -[x] Improve responses for commands 42 - -[x] Add Quilt support and NeoForge 36 + - [ ] Modify /back to check if the location is safe and automatically choose a nearby location that is safe 37 + - [ ] Create a config to add any delays and disable commands, also add commands for operators in game 38 + - [ ] Add a perm system 39 + - [ ] Limit tpa requests for a player 40 + - [x] Add translation system 41 + - [x] Improve responses for commands 42 + - [x] Add Quilt support and NeoForge 43 43 44 44 45 45 ### Want to help? ··· 50 50 3. Go to [here](https://minecraft.wiki/w/Language) and pick the in-game locale code for the language you want to translate 51 51 4. Copy `en_us.toml` and paste it in a new file called `[in-game locale code here].toml` 52 52 5. Translate the file 53 - 6. Submit a pull request with your translation :D! 53 + 6. Submit a pull request with your translation :D!