# # plugin.language # -> If you want add your language open `languages` folder copy `en.yml` call it as you want # set `language` property to your file name and /reload server # # plugin.saving-frequency # -> Determinate how frequent data is saved to files, value in minutes # # # piano-config.models-limit # -> Limit of pianos that could be spawn on the server # # plugin.auto-download-resourcepack # -> automatically download texture pack when player joins to server # # piano-server.enable # -> runs piano server so players could join with desktop app # # piano-server.customer-server-ip # -> When value is empty IP of your server will be detected automatically # Common issues: # - if you server IP has port ignore port WRONG -> craftplayer.com:22225 GOOD -> craftplayer.com # - if you are running server locally set value to 'localhost' # - if your server use proxy put here proxy IP # - if above solutions does not help set IP that players are connecting to # # piano-server.port # -> Make sure port is open on your hosting # plugin:
version: 1.1.3
language: en
saving-frequency: 5
auto-download-resourcepack: true
piano-config:
models-limit: 10
minDistanceToPiano: 3.0
maxDistanceFromPiano: 3.0
maxDistanceFromKeys: 2.0
piano-server:
enable: true
customer-server-ip: ''
port: 2022