Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Plugin version: 2.25
- ##
- allow-station-name-edit: true
- # If enabled, PlayerRadios will automatically close the song add gui when you've added a song
- auto-close-song-gui: false
- # 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)
- autodelete:
- enable: true
- time-in-days: 7
- color:
- enable: true
- needs-permission: true
- # The default author to use when no author was found
- default-original-author: Unknown
- # The default station that should play automatically when joining on the server. Set to -1 for none
- default-station: -1
- default-station-name: Default station
- # If set to true, the plugin will try to detect an author for songs that don't have one set
- detect-original-author: true
- disable-commands:
- # This will disable all commands (including /pr <search/playlist/...>) except for admin commands (/pr <reload/version/...>) and /pr help
- all: false
- # If enabled, players won't be able to use /pr station <...> commands
- do: true
- enable-particles: true
- enable-user-stations: true
- # 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
- fix-song-ids: false
- gui-refresh-interval-ms: 1000
- inventory-name: %prefix%
- # The language (file) to be used by the plugin. Will generate a new file if it doesn't exist
- language: en
- max-station-name-length: 32
- max-stations-per-player: 1
- max-type-time-seconds: 10
- # 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
- noteblock-version: -1
- prefix: §8[§6PlayerRadios§8]
- # If enabled, players will not get the item they set as station icon returned
- remove-icon-items: true
- result-amount: 5
- save-last-listened: true
- # 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)"
- show-automatically-named: false
- # 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
- sleep-ticks: 50
- song-settings:
- auto-add-new-songs: false
- submit:
- # 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
- enable: true
- max-file-size-kb: 2048
- needs-permission: true
- # Alternative keywords for "true" to be accepted by the plugin
- true-keywords:
- - yes
- - enable
- - on
- update-check:
- enable: true
- on-command: true
- on-join: true
- # 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
- use-alternate-nbs-import: true
- # 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
- use-fixed-playback-system: true
- # 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
- use-thread-on-process:
- enable: true
- when: 1000
- # Should always be enabled (will automatically be disabled if server is in offline/cracked mode)
- use-uuids: true
- world-list:
- blacklist-mode: true
- list:
- - aBlacklistedWorld
- - anotherBlacklistedWorld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement