Skip to content

Commit

Permalink
added sound
Browse files Browse the repository at this point in the history
  • Loading branch information
leo18bernese committed Nov 1, 2024
1 parent 1c0dc23 commit 3843601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/guilds/configuration/menu-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ items:

command: '[player] gamemode creative'

#Sounds
#Format: SOUND_NAME,VOLUME,PITCH
sound:
- ENTITY_PLAYER_LEVELUP,5,0.5

#Item Functions

#Available functions:
Expand Down
3 changes: 1 addition & 2 deletions docs/guilds/placeholders/placeholderapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholder
| `%guilds_tag%` | Get the player's guild TAG | LeoTag |
| `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [Guild Name] <br/> |


### Player Placeholders

| Placeholder | Description | Example |
Expand All @@ -27,4 +26,4 @@ You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholder
| `%guilds_rank_priority%` | Get the player's guild rank priority | 1 |
| `%guilds_rank_members%` | Get the player's guild rank members (configurable) | Player1, Player2, Player3 |
| `%guilds_rank_members_online%` | Get the player's guild rank members online | Player1, Player2 |
| `%guilds_rank_formatted%` | Tag from config `guild-rank-tag.format` string | [Guild Master] |@
| `%guilds_rank_formatted%` | Tag from config `guild-rank-tag.format` string | [Guild Master] |

0 comments on commit 3843601

Please sign in to comment.