Advertisement
Guest User

config.yml

a guest
Nov 14th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. # Description:
  2. # UseMetrics: The plugin deos send informations about your server to http://mcstats.org/plugin/Furniturelib
  3. # Language: current avaible Language:
  4. # - EN_en: english
  5. # - DE_de: german
  6. # - PL_pl: polish | By gabixdev
  7. # - FR_fr: france | By Niasios
  8. # useParticles: you can enable/disable the particles when it is not enough space
  9. # DisableSitting: you can enable/disable the sit function of my plugin
  10. # viewDistance: This is the distance how long the player becomes the ArmorStands renderd you can make it smaller to reduce the CLIENT Lags.
  11. # LimitType: This is the limitation type
  12. # - PLAYER: You can specificate player kits and give your player the permissions furniture.limit.<kit>
  13. # - WORLD: You can specificate the limit from models for each world
  14. # - CHUNK: You can specificate the limit from models for evrey chunk
  15. # ProtectionLib/RegeionMemberAccess: You can enable/disable the access for region Owners to interact with another Models
  16. # Database/type: This is the Database type
  17. # - SQLite: this save the Furniture infos at plugins/Furniturelib/*.db
  18. # - MySQL: this save the Furniture infos at a extern Database
  19. # Database/database: this is the database name
  20. # Database/user: this is the user to access the database
  21. # Database/password: this is the password to access the database
  22. # Database/port: this is the connection port for the Database
  23. # Database/host: this is the ipadress or a domain to connect to a mysql database
  24. # Database/importCheck: this import a *.db into a *.mysql database
  25. # Purge: this is the option to autoPurge the Database and remove old Furnitures
  26. # Purge/time: this it the time how long a player must be offline to remove it from the database
  27. # Purge/autoPurge: this can be enable/disable to auto purge the models on Plugin loading
  28. # Purge/removePurge: this option remove the models from the database without a reload from the plugin
  29. # timer: this is the auto save timer
  30. # timer/Enable: enable/disable this option to activate the timer
  31. # timer/time: this it the save time
  32. # autoFileUpdater: true/false it convert all files from <1.13 to 1.13 !
  33. # PlaceMode: this is the mode of what the Furnitures are placed from each player
  34. # Mode: "PRIVATE/PUBLIC" : set all new placed furnitures to private or public
  35. # Access: "INTERACT/BREAK/BREAK_INTERACT" : it means the player have permissions to interact or break another Furnitures !
  36. config:
  37. UseMetrics: true
  38. Language: EN_en
  39. useParticles: true
  40. DisableSitting: false
  41. viewDistance: 100
  42. LimitType: PLAYER
  43. glowing: true
  44. CheckUpdate: true
  45. rotateOnSit: true
  46. autoFileUpdater: false
  47. Creative:
  48. RemoveItems: false
  49. Interact: true
  50. Place: true
  51. PlaceMode:
  52. Mode: PRIVATE
  53. Access: INTERACT
  54. ProtectionLib:
  55. RegeionMemberAccess: false
  56. Database:
  57. type: SQLite
  58. database: furniture
  59. user: ROOT
  60. password: 123abcdefg
  61. port: 3306
  62. host: localhost
  63. importCheck: false
  64. Purge:
  65. time: 30
  66. autoPurge: false
  67. removePurge: false
  68. timer:
  69. Enable: false
  70. time: 300
  71. spamBlock:
  72. Place:
  73. Enable: true
  74. time: 5
  75. Break:
  76. Enable: true
  77. time: 5
  78. timeDisplay: mm:ss:SSS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement