Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- virtualchest {
- TextTitle = "&4&lChoose a Starter"
- Rows = 2
- Position-3-1 {
- Item {
- Count = 1
- ItemType = "pixelmon:pixelmon_sprite"
- UnsafeDamage = 0
- DisplayName = "&a&lBulbasaur"
- ItemLore = [
- "&fBulbasaur, the Seed Pokémon."
- "&fA young Bulbasaur uses the nutrients from its seed for the energy it needs to grow."
- ]
- UnsafeData {
- SpriteName = "pixelmon:sprites/pokemon/001"
- }
- }
- KeepOpen = true
- PrimaryAction = "virtualchest open bulbasaur"
- SecondaryAction = "virtualchest open bulbasaur"
- IgnoredPermissions = [
- "virtualchest.open.self.starter"
- ]
- },
- Position-5-1 {
- Item {
- Count = 1
- ItemType = "pixelmon:pixelmon_sprite"
- UnsafeDamage = 0
- DisplayName = "&c&lCharmander"
- ItemLore = [
- "&fCharmander, the Lizard Pokémon."
- "&fWhen the tip of Charmander's tail burns brightly, that indicates it's in good health."
- ]
- UnsafeData {
- SpriteName = "pixelmon:sprites/pokemon/004"
- }
- }
- KeepOpen = true
- PrimaryAction = "virtualchest open charmander"
- SecondaryAction = "virtualchest open charmander"
- IgnoredPermissions = [
- "virtualchest.open.self.starter"
- ]
- },
- Position-7-1 {
- Item {
- Count = 1
- ItemType = "pixelmon:pixelmon_sprite"
- UnsafeDamage = 0
- DisplayName = "&9&lSquirtle"
- ItemLore = [
- "&fSquirtle, the Tiny Turtle Pokémon."
- "&fDuring battle, Squirtle hides in its shell that sprays water at its opponent whenever it can."
- ]
- UnsafeData {
- SpriteName = "pixelmon:sprites/pokemon/007"
- }
- }
- KeepOpen = true
- PrimaryAction = "virtualchest open squirtle"
- SecondaryAction = "virtualchest open squirtle"
- IgnoredPermissions = [
- "virtualchest.open.self.starter"
- ]
- }
- Position-5-2 {
- Item {
- Count = 1
- ItemType = "minecraft:nether_star"
- UnsafeDamage = 0
- DisplayName = "&4&lReturn to Main Category"
- ItemLore = [
- "&fChoose from a different generation"
- ]
- }
- KeepOpen = true
- PrimaryAction = "virtualchest open genmenu"
- SecondaryAction = "virtualchest open genmenu"
- IgnoredPermissions = [
- "virtualchest.open.self.starter"
- ]
- }
- TriggerItem {
- ItemType = ""
- EnablePrimaryAction = false
- EnableSecondaryAction = false
- }
- }
Add Comment
Please, Sign In to add comment