reorder of music-flag (is an enum)

RedstoneFuture | Robert Rauh 2020-03-21 21:51:30 +01:00
parent 6d92187c03
commit e6786bfc69

@ -137,7 +137,6 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
| no-worldedit | Set to `true` to disable WorldEdit usage within the plot | False |
| deny-exit | Set to `true` to disallow players from exiting the plot | False |
| untrusted-visit | Set to `false` to disallow untrusted players from visiting the plot | True |
| music | Set to a music disk ID (item name) to play the music disc | None |
| description | Set the plot description. Supports '&' color codes | Empty |
| greeting | Message sent to players on plot entry. Supports '&' color codes | Empty |
| farewell | Message sent to players when leaving the plot. Supports '&' color codes | Empty |
@ -168,6 +167,7 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
| weather | Specifies the weather conditions inside of the plot | None |
| deny-teleport | Deny a certain group from teleporting to the plot. Available groups: members, nonmembers, trusted, nontrusted, nonowners | None |
| titles | Set to `true` to allow the plot title when someone enters the plot. | None |
| music | Set to a music disk ID (item name) to play the music disc | None |
### Double:
| Name | Description | Default Value