Advertisement
Guest User

ArtMap Configuration

a guest
Jul 19th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. #ArtMap Config
  2.  
  3. #Use "/artmap reload" or restart your server to reload your configurations
  4.  
  5. #Currently supported languages: [english, mandarin, dutch, russian, german, italian, custom]
  6. #Set language to "custom" and reload to generate a customizable lang.yml in your /plugins/ArtMap folder
  7. language: english
  8.  
  9. #The name of the world where your players are using ArtMap
  10. world: world
  11.  
  12. #The number of seconds between each time in-progress artworks are auto-saved to memory
  13. artworkAutoSave: 300
  14.  
  15. #If true, prevents players from using obvious english swear words in artwork titles.
  16. swearFilter: true
  17.  
  18. #If true, action bar messages (messages displayed above a player's toolbar) are disabled.
  19. disableActionBar: false
  20.  
  21. #If you want to set custom recipes, set this to 'true' then use "/artmap reload" to generate a recipe file.
  22. customRecipes: false
  23.  
  24. #If true, players with 'artmap.artkit' permission will automatically get a kit of art supplies when they mount an easel. Their normal inventory will be returned to them on dismount.
  25. forceArtKit: false
  26.  
  27. #If true, return messages to players will not have the [ArtMap] prefix.
  28. hidePrefix: false
  29.  
  30. #Force use of the GUI and disable most slash commands for a bit more immersive feel
  31. guiOnly: false
  32.  
  33. #Do head prefetch - Setting this to false will cause the first load of the artist menu to take a long time.
  34. headPrefetch: true
  35.  
  36. #Head prefetch delay - Delay the head prefetch by the provided number of server ticks (20 ticks per second)
  37. headPrefetchDelay: 0
  38.  
  39. #If the head is not available in the server cache try and get it from Mojang.
  40. doHeadRemoteFetch: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement