Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Since version 2.0.0, you are able to combine the modes!
- # You can add an unlimited amount of surprises! If you need help with creating don't hesitate to contact me!
- # If you want to add a new surprise, you have to create a new key by typing CustomSurpriseX where X is the surprise number.
- # Please note the spacing(DO NOT USE TAB), yaml is very strict!
- # Make sure you increase the number for every new surprise, also make sure you don't skip numbers.
- # Don't remove CustomSurprise1! Disable Surprises.CustomSurprises if you don't want to use them!
- CustomSurprises:
- # CustomSurprise example with all modes used, except a building surprise.
- # For the building surprise see CustomSurprise2
- # This surprise is not enabled.
- CustomSurprise1:
- # Chance works the same as for normal surprises.
- Chance: 100
- # A custom permission required to get this surprise
- Permission: "superluckyblock.custom.permission"
- # A list of commands that will be executed when this surprise is ran.
- Commands:
- - 'give %player% minecraft:dirt 2'
- - 'give %player% minecraft:cobblestone 4'
- # A list of items that will be dropped when this surprise is ran.
- #You can find the valid values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Items:
- - 'BUCKET'
- - 'COAL'
- # A list of entitites that will be spawned when this surprise is ran.
- # You can find the valid values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
- Entities:
- - 'PIG'
- - 'SHEEP'
- # A message that will be sent after the surprise ran.
- # PluginSettings.MessagePrefix will be used in front of it.
- Message: "Enjoy the test surprise!"
- # This surprise will not be triggered unless you install WorldEdit and create the schematic file.
- # I recommend to remove or edit this surprise, as it's just an example.
- # Schematics should be saved in plugins/SuperLuckyBlock-Pro/schematics
- # BUILDING SURPRISES WON'T WORK ON 1.13 OR WORLDEDIT 7!
- CustomSurprise2:
- Chance: 100
- # Name of the schematic that should be spawned
- Schematic: dirthouse.schematic
- # Location accepts the following values: player and block. This field is REQUIRED for building surprises.
- # When you select player, it will spawn the building at the player's location.
- # When you select block, it will spawn it at the block's location.
- Location: player
- CustomSurprise3:
- # The luckyblock will be changed into this block after the surprise is ran. If this option is removed the luckyblock will become AIR.
- # You can find the valid values here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Block: DIRT
- Permission: "this.is.another.permission"
Advertisement
Add Comment
Please, Sign In to add comment