planet/planet/splashes.py

65 lines
2.0 KiB
Python
Raw Normal View History

2022-04-15 11:34:38 +00:00
"""
Copyright (C) 2022 Alexey Pavlov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
SPLASHES = [
"The moon is not a planet",
"Pluto = Planet",
"Ayy Yep!",
"What's my purpose?",
2022-03-12 01:14:27 +00:00
"MCPI_SPEEDHACK",
"MCPIL-Revival",
"Minescripters",
"I use Planet BTW",
"Snowball",
"Robo",
2022-03-05 00:43:14 +00:00
"If I could, I would. But I can't, so I shan't.",
2022-03-21 01:19:42 +00:00
"SyntaxError: invalid syntax",
2022-03-24 01:20:58 +00:00
"We Fixed The Rail!",
"The World Of Notch!",
"github.com/mcpiscript/Planet!",
"Now with fly-hacks!",
2022-03-21 01:19:42 +00:00
"Now with custom skins!",
"Now with *fancy icons*!",
2022-03-24 01:20:58 +00:00
"@Banana",
"BANANA!",
'To "Na" Or Not To "Na", that is the question!',
"Not Minecraft Java!",
"Oh yeah, that version...",
"Segmentation fault (core dumped)",
"It's the Segment's Fault!",
"Who is StevePi?",
"(Not) Made by Notch!",
"Open-Source!",
"RIP all MCPILs, 2020-2022",
"StevePi = Leha confirmed?",
"Watch out for StevePi!",
"Didn't remove Herobrine!",
"Check out PBPT Anarchy!",
"你好中国",
"한국 안녕하세요!",
"日本ハロー!",
"Привет Россия!",
"Підтримай Україну!",
"Supercalifragilisticexpialidocious!",
"Now with multiplayer!",
2022-03-26 00:59:39 +00:00
"RED EXE ENGINEER GAMING",
"Play Minecraft Pi Edition, watch Red-Exe-Engineer, get PIG!",
2022-04-08 20:07:50 +00:00
"Wat",
"About the same size as Earth",
]