Advertisement
TnKnight

Silky Spawner - config.yml

Oct 25th, 2020 (edited)
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.68 KB | None | 0 0
  1. #####################################################
  2. #                                                   #
  3. #                   !! WARNING !!                   #
  4. #                                                   #
  5. # Please, DO NOT change anything in version section #
  6. #                                                   #
  7. #####################################################
  8. version: 0.4.0
  9. auto-check: true
  10.  
  11.  
  12.  
  13.  
  14. Prefix: "&e[&bSilky&1Spawner&e] "
  15.  
  16.  
  17. #If true, pickaxe with Enchantment has name below will be able to break the spawners.
  18. #If false, SilkTouch is required to break spawners.
  19. CustomEnchantment: true
  20. EnchantmentName: "Spawner Picker"
  21.  
  22.  
  23. #If true, GameMode listed below will be required if a player want to pick the spawner up. Others gamemode will be received nothing.
  24. RequireGameMode: true
  25. GameMode: SURVIVAL
  26.  
  27.  
  28. #Name and Lore of the spawner appeared when placing the spawner down. Distance is how far from the Name to the top face of the spawner.
  29. #Spacing stands for is the gap between each line (From 0.1 -> 1 with 1 is a full block height)
  30. NameAndLore:
  31.   Distance: 2.0
  32.   Space: 0.3
  33.  
  34.  
  35. #Number of characters that can be added to name or lore of the spawner
  36. #Should the plugin counts the color codes as character. For example, &a&lKnightHat has 13 characters if true, and 9 if false
  37. #!!!blank spaces(" ") will not be counted.
  38. CountTheCodes: true
  39. MinimumChars: 3
  40. MaximumChars: 15
  41. # %type% could be either Name or Lore.
  42. Name: Name
  43. Lore: Lore
  44. #This line will be appeared in lore applied to every spawner on the last line (this line will not be displayed when placed).
  45. TypeOfCreature: "&cCreature: &6&l%creature_type%"
  46.  
  47.  
  48. #Name and lore modification will be cancelled if players type this in their chat
  49. CancelRequest: "!cancel"
  50.  
  51.  
  52. #For more color. Visit this website: https://www.colorschemer.com/minecraft-color-codes/
  53. HelpCommand:
  54.   Header: "&9List of all &b&lCLICKABLE &9commands"
  55.   HoverText: Click here to get the command!
  56.   TextColor: YELLOW
  57.   HoverColor: GRAY
  58.  
  59.  
  60. # You are no longer be able to modify permissions because it caused some type of troubles and less efficent
  61. # For more, please visit: https://github.com/knighthat/Silky-Spawner/wiki#permissions
  62. CommandsAssistant:
  63.   help:
  64.     Usage: "/silkyspawner help"
  65.     Description: "List all the available commands."
  66.     Permission: silkyspwner.command.help
  67.   reload:
  68.     Usage: "/silkyspawner reload"
  69.     Description: "Reload this plugin."
  70.     Permission: silkyspawner.admin
  71.   enchant:
  72.     Usage: "/silkyspawner enchant"
  73.     Description: "Add custom enchantment to your holding pickaxe"
  74.     Permission: silkyspawner.command.enchant
  75.   setname:
  76.     Usage: "/silkyspawner setname <name>"
  77.     Description: "Name your spawner"
  78.     Permission: silkyspawner.command.setname
  79.   lore:
  80.     Usage: "/silkyspawner lore "
  81.     Description: "Get help for lore command"
  82.     Permission: silkyspawner.command.lore.[add/set/insert/remove]
  83.   remove:
  84.     Usage: "/silkyspawner remove <radius>"
  85.     Description: "Remove all the ArmorStands around player."
  86.     Permission: silkyspawner.command.remove
  87.   create:
  88.     Usage: "/silkyspawner create [Mob Type]"
  89.     Description: "Give you a spawner to modify with the specific mob."
  90.     Permission: silkyspawner.command.create.[mob name]
  91.   gui:
  92.     Usage: "/silkyspawner gui"
  93.     Description: "Open GUI instead of using commands"
  94.     Permission: silkyspawner.command.gui
  95.   changemob:
  96.     Usage: "/silkyspawner changemob [Mob Type]"
  97.     Description: "Change spawned type of a spawner"
  98.     Permission: silkyspawner.command.changemob.[mob name]
  99.   status:
  100.     Usage: "/silkyspawner status <look/hand>"
  101.     Description: "Get spawner's status "
  102.     Permission: silkyspawner.command.status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement