Jycko

Mp3 player plugin base

Jul 23rd, 2018 (edited)
5,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.93 KB | None | 0 0
  1. My new Plugin Goal:
  2. MP3 Player
  3.  
  4. This will be my big project after ShipmentBox as time is very limited.
  5.  
  6. Here is what makes me wanted to make this:
  7. - Personally, I think it is fun to play songs in minecraft with nbs. (Note: very)
  8. - nbs song players plugin in minecraft are quite dull (Less features)
  9. - Some servers are quite "colorless" making it boring/depressing to play
  10.  
  11. Concept:
  12. Plays NBS music in minecraft with MP3 / Spotify styled.
  13.  
  14. Features:
  15. - Play songs
  16. - Partyed song
  17. - everything in gui
  18. - Shuffles
  19. - Discord-Like Bot Music
  20.  
  21.  
  22. I will constantly update the songs.
  23.  
  24. Permissions:
  25. - mp3.play.<Song> (Specific song permission)
  26. - mp3.songs (Permission to open the songs gui)
  27. - mp3.menu (Permission to open the MP3 menu)
  28. - mp3.shuffle (Permission to able to edit his shuffles)
  29. - mp3.channel.<list/join/create/invite/leave>[play/stop/add/clear/skip]
  30.  
  31. Player commands:
  32. base= /mp3
  33. Sub commands:
  34. - /mp3 play <Song> (Will play the player a song) (Song unspecific, open /mp3 song gui.)
  35. - /mp3 gui/song/songs (Open the gui with songs inside)
  36. - /mp3 menu (Open the main MP3 Menu, Containing Simple way for these commands like Section for songs, etc)
  37. - /mp3 shuffle add/remove/clear/open (Personal Song Shuffles) [Aliases: /shuffle]
  38. - /mp3 favourites/fav/favourite (Open gui listing his favourite songs)
  39. - /mp3 radio (Play the global radio) [Aliases: /radio]
  40. - /mp3 channel list/join/create/invite/leave <Optional: Channel Name/Player Name>
  41.    > channel play <song>
  42.    > channel stop
  43.    > channel add <Song> (adds song in queue)
  44.    > channel clear (Clear songs in queue)
  45.    > channel skip (Skip song currently playing to next queued song)
  46.  
  47. Admin commands:
  48. - /mp3 radio <Song> (Change the song in radio)
  49. - /mp3 reload
  50. - /mp3 play <Song> <Player> (Play a song to player)
  51. - /mp3 radio stop/continue (Stop/continue the radio song)
  52.  
  53. Ideas, suggestions are all accepted, what do you think?
  54. Put under the comment section!
  55. Regards,
  56. Gober
Add Comment
Please, Sign In to add comment