Module:ParallelAliases: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 7: Line 7:
['Pocket Teleporter']    = { title = '&5Pocket Teleporter', name = 'Pocket Teleporter', text = '&eRight-click &7to teleport between spawn/and your last location./&eShift + Right-click &7to reset your last location.' },
['Pocket Teleporter']    = { title = '&5Pocket Teleporter', name = 'Pocket Teleporter', text = '&eRight-click &7to teleport between spawn/and your last location./&eShift + Right-click &7to reset your last location.' },
['Totem of the Void']    = { title = '&5Totem of the Void', name = 'Totem of the Void', text = '&7Prevents you from dying in the void' },
['Totem of the Void']    = { title = '&5Totem of the Void', name = 'Totem of the Void', text = '&7Prevents you from dying in the void' },
['Makeshift Wings']         = { title = '&#C8A249Makeshift Wings', name = 'Wings', text = '&5&oThis apparatus *should* grant/its wearer the ability to fly'},
['Makeshift Wings']         = { title = '&#C8A249Makeshift Wings', name = 'Makeshift Wings', text = '&5&oThis apparatus *should* grant/its wearer the ability to fly' },
['Broken Makeshift Wings'] = { title = '&#C8A249Makeshift Wings', name = 'Makeshift Wings', text = '&5&oThis apparatus *should* grant/its wearer the ability to fly' },
['Broken Makeshift Wings'] = { title = '&#C8A249Makeshift Wings', name = 'Makeshift Wings', text = '&5&oThis apparatus *should* grant/its wearer the ability to fly' },
['Red Astronaut Hat'] = { title = '&4&lRed Astronaut Hat', name = 'Red Astronaut Hat', text = '&5&oThe vast void of space is harsh without this./&r&cRequired to access the Space Station!//&r&7When on head:/&9+2 Armor/&9+2 Armor Toughness' },
['Red Astronaut Hat'] = { title = '&4&lRed Astronaut Hat', name = 'Red Astronaut Hat', text = '&5&oThe vast void of space is harsh without this./&r&cRequired to access the Space Station!//&r&7When on head:/&9+2 Armor/&9+2 Armor Toughness' },
['Flight Accelerator'] = { title = '&dFlight Accelerator', name = 'Flight Accelerator', text = '&7Harnesses ambient energy to increase/your flight speed in space' },


'Food',
'Food',
Line 21: Line 22:
['Unstable Soul Shard']     = { title = '&6Unstable Soul Shard', name = 'Unstable Soul Shard'},
['Unstable Soul Shard']     = { title = '&6Unstable Soul Shard', name = 'Unstable Soul Shard'},
['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', name = 'Tinted Potion Bottle', text = '&5&oA gross bottle that you should/never drink under any circumstances' },
['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', name = 'Tinted Potion Bottle', text = '&5&oA gross bottle that you should/never drink under any circumstances' },
}
}


Line 56: Line 58:
if num == 0 then
if num == 0 then
name = 'Pizza'
name = 'Pizza'
aliases[name] = { title = 'Pizza', name = name, text = '&7Slices: 8'}
aliases[name] = { title = 'Pizza', name = name, text = '&7Slices: 8' }
break
elseif num == 1 then
elseif num == 1 then
name = 'Pizza 1 Slice'
name = 'Pizza 1 Slice'
aliases[name] = { title = 'Pizza', name = name, text = '&7Slices: 1' }
else
else
local name = 'Pizza ' .. num .. ' Slices'
local name = 'Pizza ' .. num .. ' Slices'
aliases[name] = { title = 'Pizza', name = name, text = '&7Slices: ' .. num }
end
end
aliases[name] = { title = 'Pizza', name = name, text = '&7Slices: ' .. num}
end
end


-- Sushi --
-- Sushi --
-- for num = 0, 4, 1
for num = 0, 4, 1
-- do
do
-- if num == 0 then
local name
-- local name = 'Sushi Roll'
if num == 0 then
-- elseif num == 1 then
name = 'Sushi Roll'
-- local name = 'Sushi Roll 1 Slice'
aliases[name] = { title = 'Sushi Roll', name = name, text = '&7Slices: 4' }
-- else
elseif num == 1 then
-- local name = 'Sushi Roll ' .. num .. ' Slices'
name = 'Sushi Roll 1 Slice'
-- end
aliases[name] = { title = 'Sushi Roll', name = name, text = '&7Slices: 1' }
-- aliases[name] = { title = 'Sushi Roll', name = name, text = '&7Slices: ' .. num}
else
-- end
name = 'Sushi Roll ' .. num .. ' Slices'
aliases[name] = { title = 'Sushi Roll', name = name, text = '&7Slices: ' .. num}
end
end


-- Fishing loot: junk --
-- Fishing loot: junk --
Line 167: Line 172:
aliases[name] = { title = name, name = name, text = '&l&5ULTRA RARE/&r&7' .. lore}
aliases[name] = { title = name, name = name, text = '&l&5ULTRA RARE/&r&7' .. lore}
end
end
----------------------------
----------- HATS -----------
----------------------------
local dyeableText = '&b♦ Dyeable ♦/'
local hatArmorText = '//&r&7When on head:/&9+2 Armor'


-- Hat Pack 1 --
-- Hat Pack 1 --
local hatPack = {  
local hatPack = {  
{ 'Glow Squid Hat', '&a', '*glowy blorp*'},
{ 'Pirate Hat', '&6', 'Arr, me matey! Set sail for all the seven seas!'},
{ 'Pirate Hat', '&6', 'Arr, me matey! Set sail for all the seven seas!'},
{ 'Squid Hat', '&9', '*blorp*'},
{ 'Squid Hat', '&9', '*blorp*'},
{ 'Glow Squid Hat', '&a', '*glowy blorp*'},
{ 'Bee Hat', '&6', 'Bzzzzz...'},
{ 'Angry Bee Hat', '&6', 'BZZZZZ...'},
{ 'Nectar Bee Hat', '&6', 'Bzzzzz... *drip*'},
{ 'Angry Nectar Bee Hat', '&6', 'BZZZZZ... *drip*'},
{ 'Heart Glasses', '&c', 'Yowza!'},
{ 'White Top Hat', '&f', 'What\'s hiding under there?'},


}
}
Line 179: Line 198:
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&o' .. lore}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&5&o' .. lore .. hatArmorText}
end
end


-- Halloween Series --
-- Hat Pack 2 --
local hatPack2 = {
{ 'Buzzing Bee Hat', '&6', false, 'Bzzzzz...'},
{ 'Buzzing Angry Bee Hat', '&6', false, 'BZZZZZ...'},
{ 'Buzzing Nectar Bee Hat', '&6', false, 'Bzzzzz... *drip*'},
{ 'Buzzing Angry Nectar Bee Hat', '&6', false, 'BZZZZZ... *drip*'},
{ 'Trapper Hat', '&#9d5a2d', true, 'Guaranteed to keep your ears warm!'},
 
}
for _, hat in ipairs( hatPack2 ) do
local name = hat[1]
local color = hat[2]
local dyeable
if hat[3] then dyeable = dyeableText else dyeable = '' end
local lore = hat[4]
aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Hat Pack 2 ♦/&r&5&o' .. lore .. hatArmorText}
end
 
-- Cat Series --
local catHats = {
{ 'Black Cat Hat', '&8'},
{ 'British Shorthair Cat Hat', '&7'},
{ 'Calico Cat Hat', '&6'},
{ 'Jellie Cat Hat', '&f'},
{ 'Ocelot Hat', '&e'},
{ 'Persian Cat Hat', '&#f3ca8e'},
{ 'Ragdoll Cat Hat', '&#8a756a'},
{ 'Red Cat Hat', '&c'},
{ 'Siamese Cat Hat', '&#e9dcc7'},
{ 'Tabby Cat Hat', '&#785940'},
{ 'Tuxedo Cat Hat', '&f'},
{ 'White Cat Hat', '&f'},
}
for _, kitty in ipairs( catHats ) do
local name = kitty[1]
local color = kitty[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Cat Series ♦/&r&5&oThe purr-fect hat!' .. hatArmorText}
end
 
-- Donator Crowns --
local donatorCrowns = {
{ 'Bronze', '&#cd7f32'},
{ 'Silver', '&#dbdbdb'},
{ 'Gold', '&6'},
{ 'Diamond', '&b'},
}
for _, hat in ipairs( donatorCrowns ) do
local name = hat[1] .. ' Donator Crown'
local color = hat[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&5&oAwarded to &r&ePlayer &r&5&ofor their/generous support for Parallel!' .. hatArmorText}
end
 
-- Spooky Hat Pack --
local halloweenHats = {  
local halloweenHats = {  
{ 'Original Witch Hat', '&a', 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Original Witch Hat', '&2', false, 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Red Witch Hat', '&c', false, 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Witch Hat', '&2', true, 'Double, double toil and trouble;/Fire burn and cauldron bubble...'},
{ 'Black Plague Doctor Mask', '&8', false, 'Bring out the leeches!'},
{ 'White Plague Doctor Mask', '&f', false, 'Bring out the leeches!'},
{ 'Pink Plague Doctor Mask', '&#ff69b4', false, 'Bring out the leeches!'},
{ 'Bloody Netherite Axe Hat', '&8', false, 'Here\'s Johnny!'},
{ 'Pumpkin Hat', '&#f9801d', false, 'We got this idea from &r&5Among Us!'},
{ 'Jack o\'Lantern Hat', '&#f9801d', false, 'It\'s like the Pumpkin Hat, but on fire!'},
}
}
for _, hat in ipairs( halloweenHats ) do
for _, hat in ipairs( halloweenHats ) do
local name = hat[1]
local name = hat[1]
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local dyeable
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Hat Pack 1 ♦/&r&o' .. lore}
if hat[3] then dyeable = dyeableText else dyeable = '' end
local lore = hat[4]
aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Spooky Hat Pack ♦/&r&5&o' .. lore .. hatArmorText}
end
end


Line 196: Line 277:
local villagerHats = {  
local villagerHats = {  
{ 'Armorer\'s Welding Mask', '&7', 'Shield your eyes from the fiery forge!'},
{ 'Armorer\'s Welding Mask', '&7', 'Shield your eyes from the fiery forge!'},
{ 'Butcher\'s Headband', '&c', 'Keeps the sweat out of your eyes!'},
{ 'Cartographer\'s Golden Monocle', '&e', 'They make maps so tiny these days...'},
{ 'Cartographer\'s Golden Monocle', '&e', 'They make maps so tiny these days...'},
{ 'Cleric\'s Cowl', '&d', 'Hey, where\'s the rest of the cape?'},
{ 'Farmer\'s Straw Hat', '&e', 'It ain\'t much, but it\'s honest work.'},
{ 'Farmer\'s Straw Hat', '&e', 'It ain\'t much, but it\'s honest work.'},
{ 'Fisherman\'s Lucky Hat', '&6', 'It was thiiiiiiis big!'},
{ 'Fletcher\'s Feather Hat', '&f', 'Practically a marksman already!'},
{ 'Librarian\'s Book Hat', '&4', 'Can\'t put it down!'},
{ 'Shepherd\'s Herding Hat', '&f', 'They never go where I want them to.'},
{ 'Weaponsmith\'s Eyepatch', '&c', 'I keep running into walls with this thing...'},
{ 'Weaponsmith\'s Eyepatch', '&c', 'I keep running into walls with this thing...'},
}
}
Line 204: Line 291:
local color = hat[2]
local color = hat[2]
local lore = hat[3]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Villager Series ♦/&r&o' .. lore}
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Villager Series ♦/&r&5&o' .. lore .. hatArmorText}
end
 
-- Misc Hats --
local miscHats = {
{ 'Early Supporter Glasses', '&2', '&5&oThanks for supporting the server!'},
{ 'Sculk Plague Doctor Mask', '&3', '&5&oBring out the leeches!'},
{ 'New Year\'s Eve 2020 Glasses', '&b', '&8New Year\'s Eve 2020/&5&oHere\'s to 2021!'},
{ 'New Year\'s Eve 2023 Glasses', '&b', '&b♦ Dyeable ♦/&r&8New Year\'s Eve 2023/&r&5&oWe\'ll take a cup of kindness yet,/for auld lang syne.'},
{ 'Santa Hat', '&#ee001a', '&8Christmas 2020/&r&5&oBut I heard him exclaim, ere he drove out of sight—/“Happy Christmas to all, and to all a good night!”'},
{ 'Reindeer Antlers', '&6', '&8Christmas 2021/&r&5&oNow, Dasher! Now, Dancer! Now, Prancer and Vixen!/On, Comet! On, Cupid! On, Donder and Blitzen!'},
{ 'White Reindeer Antlers', '&f', '&8Christmas 2021/&r&5&oNow, Dasher! Now, Dancer! Now, Prancer and Vixen!/On, Comet! On, Cupid! On, Donder and Blitzen!'},
{ 'Structure Creator Hat', '&6', '&81.18 Structure Contest/&r&5&oAwarded to players with an accepted/build in the 1.18 Structure Contest!'},
{ 'Wild Structure Creator Hat', '&2', '&81.19 Structure Contest/&r&5&oAwarded to players with an accepted/build in the 1.19 Structure Contest!'},
}
for _, hat in ipairs( miscHats ) do
local name = hat[1]
local color = hat[2]
local lore = hat[3]
aliases[name] = { title = '&l' .. color .. name, name = name, text = lore .. hatArmorText}
end
 
 
--------------------------------
----------- TROPHIES -----------
--------------------------------
 
-- Trophies --
local trophies = {
{ 'Ender Dragon Trophy', '&d',  'Parallel Ender Dragon Fight',    'Awarded to the brave souls who ventured/into the End to defeat the Ender Dragon'},
{ 'Unstable Rift Trophy', '&5',  'Rift Event - August 21, 2020',  'Awarded to those who were present/to witness Jess crash the server/by harnessing the power of the rift'},
{ 'Gold Medal', '&6',    'Parallel Olympics 2020',  'Awarded to &r&ePlayer'},
{ 'Halloween Build Battle - First Place Trophy', '&6', 'Halloween Build Battle 2020',    'Awarded to &r&eBrotherKarl &r&5&oand &r&eFroootLooops &r&5&ofor their build:/"Nightmare Before Christmas on a Budget"'},
{ 'Halloween Build Battle - Second Place Trophy', '&6', 'Halloween Build Battle 2020',    'Awarded to &r&e_IronHugo_ &r&5&ofor their build:/"UCO (Unidentified Crashed Object From Sky)"'},
{ 'Roast Turkey Trophy', '&6', 'Thanksgiving 2020',  'The beginning of a great holiday season!'},
{ 'First Purge Trophy', '&c',  'January 15, 2021',  'All crime is legal until the server switches hosts.'},
{ 'Red\'s Space Station Event Trophy', '&c',  'August 15, 2021',  'Let\'s hope you\'re wearing a helmet...'},
{ 'End Dimension Reset Trophy', '&d',  'October 16, 2021',  'That darn dragon won\'t stay dead!'},
{ 'Turkey Friend Trophy', '&6',  'Thanksgiving 2021',  'This little guy will accompany you/on this special day!'},
{ 'Grinch Head', '&2',  'Christmas 2021',  '"And what happened, then? Well, in Whoville they say –/that the Grinch\'s small heart grew three sizes that day."'},
{ 'Parallel Worlds Event Trophy', '&#f5ecd4',  'January 29, 2022',  'So this is what happens when you let/a dragon crash through your rift...'},
{ 'Valentine\'s Day Candle', '&#ff69b4',  'Valentine\'s Day 2022',  'Will you put your Minecraft bed/next to mine?'},
{ 'Haunted House Trophy', '&5',  'Halloween 2022',  'Spooky...'},
{ 'Pumpkin Pie Trophy', '&6',  'Thanksgiving 2022',  '"Don\'t you know anything about Thanksgiving dinners?/Where\'s the mashed potatoes?/Where\'s the cranberry sauce?/Where\'s the pumpkin pie?"'},
{ 'Reindeer Trophy', '&2',  'Christmas 2022',  'You wouldn\'t mind my red nose?'},
{ '2023 Countdown Trophy', '&6',  'New Year\'s Eve 2022',  '3... 2... 1... HAPPY NEW YEAR!!!'},
{ 'Cornucopia Trophy', '&6',  'Thanksgiving 2023',  'From all of us at Parallel, we hope/you have a happy Thanksgiving!'},
{ 'Gingerbread House Trophy', '&#9f5529', 'Christmas 2023',  'If you can\'t catch me... I might be here!'},
{ 'Hatching Chick Trophy', '&b',  'Easter 2024',  'Happy Easter, everyone!'},
}
for _, trophy in ipairs( trophies ) do
local name = trophy[1]
local color = trophy[2]
local date = trophy[3]
local lore = trophy[4]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8' .. date .. '/&r&5&o' .. lore}
end
 
-- Anniversary Trophies --
local anniversaryTrophies = {
{ '1', '&b',  '2021', 'Thanks for being a part of our community!/Here\'s to the future!'},
{ '2', '&e',  '2022', 'Thanks for being with us for two years!'},
{ '3', '&b',  '2023', 'Three whole years?!?'},
{ '4', '&9',  '2024', 'We\'re still here FOUR years later?!?!?'},
}
for _, trophy in ipairs( anniversaryTrophies ) do
local name = 'Parallel ' .. trophy[1] .. '-Year Anniversary Trophy'
local color = trophy[2]
local year = trophy[3]
local lore = trophy[4]
aliases[name] = { title = '&f&lParallel ' .. color .. trophy[1] .. '-Year Anniversary &fTrophy', name = name, text = '&8April 1, ' .. year .. '/&r&5&o' .. lore}
end
end


-- Cat Series --
-- Firework Rocket Trophies --
local catHats = {  
local anniversaryTrophies = {  
{ 'British Shorthair', '&7'},
{ 'Festive', '&9',  '2020', 'Firework go boom!'},
{ 'Calico', '&6'},
{ 'Explosive', '&c',  '2021', 'Oooooo... pretty colors!'},
{ 'Red', '&c'},
{ 'Thunderous', '&9',  '2022', 'Yowza, would\'ya look at that!'},
{ 'Flammable', '&c',  '2023', 'KABOOOOM!'},
{ 'Vivid', '&9',  '2024', 'I\'m going to record this and/never look at the footage again!'},
}
}
for _, kitty in ipairs( catHats ) do
for _, trophy in ipairs( anniversaryTrophies ) do
local name = kitty[1] .. ' Cat Hat'
local name = trophy[1] .. ' Firework Rocket Trophy'
local color = kitty[2]
local color = trophy[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&8♦ Cat Series ♦/&r&oThe purr-fect hat!'}
local year = trophy[3]
local lore = trophy[4]
aliases[name] = { title = '&l' .. color .. trophy[1] .. ' Firework Rocket Trophy', name = name, text = '&8Fourth of July ' .. year .. '/&r&5&o' .. lore}
end
end


return aliases
return aliases

Navigation menu