Advertisement
MrLetsplay2003

PlayerRadios - Default config.yml

Aug 11th, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.64 KB | None | 0 0
  1.  
  2. ## Plugin version: 2.25
  3. ##
  4. allow-station-name-edit: true
  5.  
  6. # If enabled, PlayerRadios will automatically close the song add gui when you've added a song
  7. auto-close-song-gui: false
  8.  
  9.  
  10. # If enabled, stations will automatically get deleted after the user has been offline/inactive for a certain amount of time (You can enable "dontautodelete" in the stations file for a station to not be auto-deleted)
  11. autodelete:
  12.  
  13.   enable: true
  14.   time-in-days: 7
  15. color:
  16.   enable: true
  17.   needs-permission: true
  18.  
  19. # The default author to use when no author was found
  20. default-original-author: Unknown
  21.  
  22.  
  23. # The default station that should play automatically when joining on the server. Set to -1 for none
  24. default-station: -1
  25.  
  26. default-station-name: Default station
  27.  
  28. # If set to true, the plugin will try to detect an author for songs that don't have one set
  29. detect-original-author: true
  30.  
  31. disable-commands:
  32.  
  33.   # This will disable all commands (including /pr <search/playlist/...>) except for admin commands (/pr <reload/version/...>) and /pr help
  34.   all: false
  35.  
  36.  
  37.   # If enabled, players won't be able to use /pr station <...> commands
  38.   do: true
  39.  
  40. enable-particles: true
  41. enable-user-stations: true
  42.  
  43. # Enable this and reload to fix all song ids (Disable it again afterwards, slows down the plugin). Recommended when updating from a version older than 2.4
  44. fix-song-ids: false
  45.  
  46. gui-refresh-interval-ms: 1000
  47. inventory-name: %prefix%
  48.  
  49. # The language (file) to be used by the plugin. Will generate a new file if it doesn't exist
  50. language: en
  51.  
  52. max-station-name-length: 32
  53. max-stations-per-player: 1
  54. max-type-time-seconds: 10
  55.  
  56. # The noteblock version to use (needed because of the bukkit/spigot API): -1 = auto, 0 = pre-1.9, 1 = 1.9.x - 1.11.x, 2 = 1.12.x
  57. noteblock-version: -1
  58.  
  59. prefix: §8[§6PlayerRadios§8]
  60.  
  61. # If enabled, players will not get the item they set as station icon returned
  62. remove-icon-items: true
  63.  
  64. result-amount: 5
  65. save-last-listened: true
  66.  
  67. # If enabled, songs that are automatically named by file name (because they don't contain a title in the NBS file) will have the suffix "(Automatically named)"
  68. show-automatically-named: false
  69.  
  70.  
  71. # Determines the amount of ticks to wait after song end. If you don't know what to set this to, just leave it as is
  72. sleep-ticks: 50
  73.  
  74. song-settings:
  75.   auto-add-new-songs: false
  76. submit:
  77.  
  78.   # When enabled, users can submit their own songs via "/pr submit <Link>". If "needs-permission" is set to true, users need the permission "playerradios.submit" to do so
  79.   enable: true
  80.  
  81.   max-file-size-kb: 2048
  82.   needs-permission: true
  83.  
  84. # Alternative keywords for "true" to be accepted by the plugin
  85. true-keywords:
  86.  
  87. - yes
  88. - enable
  89. - on
  90. update-check:
  91.   enable: true
  92.   on-command: true
  93.   on-join: true
  94.  
  95. # Disable this, if you think that the imported NBS songs sound weird. I added this because a lot of notes failed to import correctly because of a too high/low pitch. This alters the pitch so it's in a vaild range
  96. use-alternate-nbs-import: true
  97.  
  98.  
  99. # Fixes the playback of songs with some tempos + Will increase song performance (Songs will be run in external thread = Songs will not be influenced by server lag). Disable this if you're having issues
  100. use-fixed-playback-system: true
  101.  
  102.  
  103. # Whether to use a thread when importing/exporting/loading songs. The "use-thread-on-process" option defines starting at how many songs a thread should be used
  104. use-thread-on-process:
  105.  
  106.   enable: true
  107.   when: 1000
  108.  
  109. # Should always be enabled (will automatically be disabled if server is in offline/cracked mode)
  110. use-uuids: true
  111.  
  112. world-list:
  113.   blacklist-mode: true
  114.   list:
  115.   - aBlacklistedWorld
  116.   - anotherBlacklistedWorld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement