With NekoSounds you will be able to create personalized discs with the music that you most want!
Commands and permissions:
Code (YAML):
/ns record <name> -
"nekosounds.command.record"
#Record the notes to generate the music!
/ns play <name> -
"nekosounds.command.play"
#Play the song in your location!
<> = requirement
[
] = optional
/ns give empty
[player
] -
"nekosounds.command.give"
#Get an empty disc to record on!
/ns give recorded <song name>
[player
] -
"nekosounds.command.give"
#Get a recorded disc
Config:
Code (YAML):
#Maximum distance between the player and the notes to record. (The player can move as they record to capture all of them)
record_distance
: 50
#Maximum waiting time for the next note in seconds. (If a musical note is not played in this time the recording will be saved)
waiting_to_save
: 3
#Default material of the discs obtained by command.
disc_default_material
: ENDER_EYE
empty_disc:
name
:
"&fempty disk"
lore
:
-
""
-
"&aRight click to open the interface"
recorded_disc:
name
:
"&bMusic disc"
lore
:
-
"&7%author_name% - %music_name%"
- "&7Duration
:
%music_duration%"
disc_interface:
record:
default_name
:
"My song name"
name_too_short
:
"The name is too short!"
name_already_exists
:
"There is already a song with this name!"
messages:
waiting_notes_to_record
:
"&eWaiting for musical notes to record..."
recording
:
"&aRecording disc!"
finished_recording
:
"&aThe recording has finished! &d%author_name% - %music_name%"
no_have_empty_disc
:
"&cYou must have an empty disc in your inventory!"
no_is_author
:
"&cYou must be the author of the song to create a copy!"
copy_created
:
"&aCopy created successfully!"