Guest User

Untitled

a guest
Oct 21st, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1.  
  2. # Set the level of debug messages shown by PWI.
  3. # INFO: Print general messages
  4. # FINE: Print more detailed messages about what the plugin is doing
  5. # DEBUG: Print detailed messages about everything
  6. logging-level: INFO
  7. # If true, the server will change player's gamemodes when entering a world
  8. # The gamemode set is configured in the worlds.yml file
  9. manage-gamemodes: false
  10. # If true, players will have different inventories for each gamemode
  11. separate-gamemode-inventories: false
  12. # If true, any worlds that are not in the worlds.yml configuration file will share the same inventory
  13. share-if-unconfigured: false
  14. # True if PWI should set the respawn world when a player dies
  15. manage-death-respawn: false
  16. # Attempt to figure out which world a player last logged off in
  17. # and save/load the correct data if that world is different.
  18. # REQUIRES MC 1.9.2 OR NEWER
  19. load-data-on-join: false
  20. # Disables bypass regardless of permission
  21. # Defaults to false
  22. disable-bypass: true
  23. # Set the duration in minutes for player profile information to be cached
  24. cache-duration: 10
  25. # Set the maximum number of player profiles that can be cached at any given time
  26. cache-maximum-limit: 1000
  27. # Disables the nagging message when a world is created on the fly
  28. # Intended for users who know what their doing, and don't need to have worlds configured
  29. disable-nag-message: false
  30. metrics:
  31. # Choose whether or not to enable metrics sending.
  32. # See https://bstats.org/getting-started for details.
  33. enable: true
  34. # Send the number of configured groups.
  35. # No group names will be sent!
  36. send-number-of-groups: true
  37. # Send the total number of worlds on the server.
  38. send-number-of-worlds: true
  39. # All settings for players are here:
  40. player:
  41. # Save and load players' economy balances. Requires Vault!
  42. economy: false
  43. # Load players' ender chests
  44. ender-chest: true
  45. # Load players' inventory
  46. inventory: true
  47. # All options for player stats are here:
  48. stats:
  49. # Load if a player is able to fly
  50. can-fly: false
  51. # Load the player's display name
  52. display-name: false
  53. # Load a player's exhaustion level
  54. exhaustion: true
  55. # Load how much exp a player has
  56. exp: true
  57. # Load a player's hunger level
  58. food: true
  59. # Load if a player is flying
  60. flying: false
  61. # Load how much health a player has
  62. health: true
  63. # Load what level the player is
  64. level: true
  65. # Load all the potion effects of the player
  66. potion-effects: true
  67. # Load the saturation level of the player
  68. saturation: true
  69. # Load a player's fall distance
  70. fall-distance: true
  71. # Load the fire ticks a player has
  72. fire-ticks: true
  73. # Load the maximum amount of air a player can have
  74. max-air: true
  75. # Load the current remaining air a player has
  76. remaining-air: true
Add Comment
Please, Sign In to add comment