Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jul 18, 2023
1 parent 3f4d6b2 commit 4b4a2b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ A (temporary) world manager for Folia

## Commands & Permissions

| Command | Permission | Description |
|----------------------------------|-------------------------------|-------------------------------------------------|
| `/mfw current` | `morefoworld.current` | Shows the current world |
| `/mfw current <player>` | `morefoworld.current.others` | Shows the current world of another player |
| `/mfw teleport <world>` | `morefoworld.teleport` | Teleports you to the specified world |
| `/mfw teleport <world> <player>` | `morefoworld.teleport.others` | Teleports another player to the specified world |
| Command | Permission | Description |
|-------------------------------------------------------|-------------------------------|--------------------------------------------------|
| `/mfw current` | `morefoworld.current` | Shows the current world |
| `/mfw current <player>` | `morefoworld.current.others` | Shows the current world of another player |
| `/mfw teleport <world>` | `morefoworld.teleport` | Teleports you to the specified world |
| `/mfw teleport <world> <player>` | `morefoworld.teleport.others` | Teleports another player to the specified world |
| `/mfw linkworld <from_world> <to_world> <nether/end>` | `morefoworld.linkportal` | Link Portals between `from_world` and `to_world` |
| `/mfw unlinkworld <world> <nether/end>` | `morefoworld.linkportal` | Un-link Portals of a `world` |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'me.hsgamer'
version = '1.1.0-SNAPSHOT'
version = '1.1.0'
description = 'A (temporary) world manager for Folia'

repositories {
Expand Down

0 comments on commit 4b4a2b7

Please sign in to comment.