Smell of Curry
Smelly Leaderboards | Floating leaderboards addon | Minecraft bedrock | 1.18+ | Works on realms!
updated
Discord: discord.gg/bGNH8GVGV
Website: mcbehost.com
Known Issues:
- `localhost` ip in overview, use `198.244.176.51` instead
- Google and Xbox Live Account creation/login, don't use for now.
- Github Connection Flow, don't use for now.
- Uploading addons fails, ping me and I can fix it. We have some issues with perms on the server
NOTE: This is NOT ready for official use, only a mere demonstration.
Prerequisites
• GitHub account & GitHub Desktop: [desktop.github.com/download/](desktop.github.com/download)
• BlockBench model editor: [blockbench.net/downloads](blockbench.net/downloads)
• Node.js runtime: [nodejs.org/en/download](nodejs.org/en/download)
• VSCode or your preferred IDE
• A valid Pokémon geometry model file
Steps
1. Fork and clone the pokebedrock-res repo to %localappdata%\Packages\Microsoft.MinecraftUWP\_8wekyb3d8bbwe\LocalState\games\com.mojang\development\_resource\_packs
2. Launch Minecraft to confirm the resource pack appears
3. (If updating an existing pack) Edit texts/en\_US.lang to change the pack title, then verify the change in Minecraft’s world editor
4. Open your model in BlockBench and export Bedrock Geometry to models/entity/pokemon/POKEMONNAME.geo.json
5. Export each texture to textures/entity/pokemon/POKEMONNAME.png (shiny files: shiny\_POKEMONNAME.png; skins: POKEMONNAME\_SKINNAME.png)
6. Export animations to animations/pokemon/POKEMONNAME.animation.json
7. Review your changes in GitHub Desktop, then open the project folder in VSCode
8. In a terminal, run npm i to install dependencies
9. If your Pokémon has skins, gender variants or particle effects, update scripts/data/customizations.ts accordingly
10. Run npm run generatePokemonFiles to rebuild model indexes
11. Test in-game: apply the resource pack, spawn your new model, and confirm it displays correctly
12. In GitHub Desktop, create a new branch named models/Add\_POKEMONNAME and commit your changes
13. Push to origin and open a pull request to the official pokebedrock-res repo
⭐ Like this video if it helped you, subscribe for more Minecraft Bedrock tutorials, and hit the bell icon to never miss an update!
💬 Questions or feedback? Drop a comment below.
🔗 Join our Discord community: discord.gg/dMa3A5UYKX
This video is intended to be a JSON UI tutorial and also show you how to extract resource packs from any server you play. Allowing you to learn, explore, and create, giving you an experience of game development.
Custom Biome Official Docs: learn.microsoft.com/en-us/minecraft/creator/documents/biomes/biomeoverview?view=minecraft-bedrock-stable
Related Video: youtube.com/watch?v=zMF3JPahrPQ
Sample Pack Used: github.com/microsoft/minecraft-samples/tree/main/chill_oasis_blocks_and_features
Smell of curry discord: discord.gg/2nchGJAU
Rubedo is a fast, lightweight, and versatile tool designed to overcome the repetitive challenges of developing Minecraft Bedrock Script API addons. Rather than manually importing essential submodules (for commands, databases, forms, etc.) into every project source and modifying them to suit your project's structure, Rubedo provides a centralized system that:
- Imports and manages external Script API projects from GitHub as separate modules.
- Automatically updates and links assets (like entities, loot tables, functions, and more) into a unified build output.
- Merges and extends the base Minecraft addon manifest with a special field (rubedo_dependencies) so that your addon correctly references all externally managed modules.
- Utilizes a fast build system based on esbuild and custom asset linking logic to consolidate your custom source with dependency-provided code and assets.
STAR THE GITHUB: ⭐ Github: github.com/smell-of-curry/rubedo
JOIN Script API Discord: discord.gg/3GvfCDdTqY
JOIN Smell of Curry DISCORD: discord.gg/dMa3A5UYKX
Changelogs: feedback.minecraft.net/hc/en-us/articles/35256043330189-Minecraft-Bedrock-Edition-1-21-70-Spring-to-Life
Docs: learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/entity?view=minecraft-bedrock-stable
Script API Discord: discord.gg/3GvfCDdTqY
These are the following updates I am walking through:
- Added 9 new pokemon:
- lechonk
- oinkologne
- oinkolognef
- ironbundle
- manaphy
- ponyta
- rapidash
- terapagos
- terrakion
- Fixed EXP Issues
- Fixed and updated skin system to new resource pack system
- Add the ability to define custom drops for trainers hardcoded.
- Updated the sidebar to the new standard.
- Fixed warning when server closes from ItemDatabase.
- Fixed apricorn double slabs having broken textures.
- Fixed stripped apricorn log missing geometry
The current issues are:
- custom structures colliding with world generation
- watch dog lag after defeating a trainer in a realm
- Error Form when using a Switch Out Move
- When in double battles, if two pokemon from the same team faint in the same turn, the battle "freezes".
- Creeper Explosions near fossil machines cause the machines to disperse into the air continuously.
- We are currently missing feature rules for berry bushes meaning they wont spawn in like we intend.
- Shiny effects on pokemon look a bit weird, we might look into fixing this.
- Mining speed on custom ores is kind of broken.
- Broken textures with items in UI
- Player has item broken for trainers.
Beta testing is available inside the beta testing channel inside the discord:
discord.gg/pokebedrock
Checkout the Github Here: github.com/smell-of-curry/bedrock-item-database
Join the Smell of Curry Discord: discord.gg/G5cJ328cUN
These are the following updates I am walking through:
v1.0.6-beta / Bugs, New Pokemon, & Structures
- Added in 6 new 3D Pokemon:
- **Finizen**
- **Hoopa**
- **Ninetales Alola**
- **Vulpix Alola**
- **Palafin**
- **Palafin Hero**
- Added new command `-slots increaseFriendship` to increase friendship of your Pokemon.
- Added new `pokeb:heart_scale` item.
- Added in new Pokemarts and Pokecenters, that spawn biome specific.
- Added 3 new fossil structures:
- **Birch Ruins**
- **Mangrove Witch Hut**
- **Pale Forest Ruins**
- Now when using `-skins give` it will no longer crash when finding skins in realms.
- Removed the `-feed` command from the addon, as it is a rank command.
- Added OP Requirements to the following commands:
- `-evolve`
- `-pc`
- `-pokeheal`
- `-tradesim`
- Fixed the healing machine display when you have gaps in your party.
- Updated the remove held item from pokemon text, when action errors.
- Updated Pokedex Loading to now have a loading bar, and to sort the pokemon async, to prevent crashes.
- Fixed Trainer Player Has Item Requirement from not working.
v1.0.7-beta / 1.21.60, Showdown & Bugs:
- Updated the addon to Minecraft Version 1.21.60!
- Removed a lot of non-needed Full Block Geometry's which were causing some logging errors.
- Fixed broken spawning of a lot of features.
- Added handling for `-setboost` in battles.
- Fixed a huge Move Index issue in battles with trainers, which fixes Disable in battles.
- Updated the Trainer AI's initial error handling laying ground work for actual handling.
- Updated @minecraft/server to 1.18.0-beta
- Fixed a lot of entity hit boxes and behaviors to better match the actual mechanics of each pokemon.
- Updated Pokemon Showdown GREATLY, improving a lot of broken and miss calculated formulas. Check full change log for this on the github.
- Fixed a lot of Happiness, egg cycles & capture rate stats for pokemon.
- Added new Rockruff Dusk pokemon, which fixes its mapping in Pokemon Showdown (this might be buggy right now).
The current issues are:
- When in double battles, if two pokemon from the same team faint in the same turn, the battle "freezes".
- Creeper Explosions near fossil machines cause the machines to disperse into the air continuously.
- We are currently missing feature rules for berry bushes meaning they wont spawn in like we intend.
- Shiny effects on pokemon look a bit weird, we might look into fixing this.
- Mining speed on custom ores is kind of broken.
- Broken textures with items in UI
- Player has item broken for trainers.
Beta testing is available inside the beta testing channel inside the discord:
discord.gg/pokebedrock
The current issues are:
- When in double battles, if two pokemon from the same team faint in the same turn, the battle "freezes".
- Creeper Explosions near fossil machines cause the machines to disperse into the air continuously.
- We are currently missing feature rules for berry bushes meaning they wont spawn in like we intend.
- Shiny effects on pokemon look a bit weird, we might look into fixing this.
- Mining speed on custom ores is kind of broken.
- Broken textures with items in UI
- Player has item broken for trainers.
Beta testing is available inside the beta testing channel inside the discord:
discord.gg/pokebedrock
This is a very important video for realm owners, and server owners who want to make a map using the PokeBedrock addon. Make sure to watch all the way through to understand 100% of the PokeBedrock trainer API.
The current issues are:
- When in double battles, if two pokemon from the same team faint in the same turn, the battle "freezes".
- Creeper Explosions near fossil machines cause the machines to disperse into the air continuously.
- We are currently missing feature rules for berry bushes meaning they wont spawn in like we intend.
- Shiny effects on pokemon look a bit weird, we might look into fixing this.
- Mining speed on custom ores is kind of broken.
Beta testing is available inside the beta testing channel inside the discord:
discord.gg/pokebedrock
In this video, I discuss all the features that are getting removed/added to the add-on for the public release. I discuss the future Premium Addon, costs, features, and when we are likely to see it. I discuss the 2d models and how that's going to play a role in the addon. Out update schedule, when you are likely to see the release and details behind that. I talk about when you can expect to get the addon and how you can join the beta testing phase.
Join Discord here (if you want to beta test)
discord.gg/pokebedrock
The Issue with Mega Evolutions on controller: discord.com/channels/1055832065230258277/1228123175058014289
Timestamps:
0:00 - Intro, What's been going on?
1:28 - What has been removed/added?
4:18 - What's the deal with mega evolutions?
5:00 - Premium addon?
6:22 - Whats wrong with the database?
7:30 - When will I get to play?
using the new `/aimassist` command to help players choose what block to pick.
We are diving into the whole brand new `/aimassist` command for Minecraft bedrock which just got released in 1.21.50. This command has new addon files in which you can use to edit this and also allows you to make your camera presets better. This can be used in realms, servers, worlds, and more. This is compatible with Xbox, PlayStation, ps4, ps5, Windows 10, Pcs, MCBE, MCPEDL, and almost every bedrock platform.
/aimassist syntax:
aimassist (players: target) set [x angle: float] [y angle: float] [max distance: float] [target mode: AimAssistTargetMode] [preset id: string]
aimassist (players: target) clear
Arguments
max distance: float
players: target
preset id: string
target mode: AimAssistTargetMode
x angle: float
y angle: float
Join the discord for downloads and constant updates!!!
discord.gg/dMa3A5UYKX
- Minecraft Bedrock v1.21.50 Change logs: minecraft.net/en-us/article/minecraft-1-21-50-bedrock-changelog
- Camera system details learn.microsoft.com/en-us/minecraft/creator/documents/camerasystem/cameracommandintroduction?view=minecraft-bedrock-stable
- Third person camera details learn.microsoft.com/en-us/minecraft/creator/documents/camerasystem/camerapresetthirdperson?view=minecraft-bedrock-stable
- Aim assist command details https://minecraft.wiki/w/Commands/aimassist
- Download For Default aim assist files:
scwz.me/EgshEX
Join discord:
discord.gg/dMa3A5UYKX
Check out full changelog here:
minecraft.net/en-us/article/minecraft-1-21-50-bedrock-changelog
What You’ll Learn:
- How to find and clean fossils using brushes and fossil cleaners.
- Step-by-step guide to setting up and using the Fossil Analyzer, FPR Tank, and Data Monitor.
- Crafting combinations to revive iconic fossil Pokémon like Omanyte, Kabuto, Aerodactyl, and more.
- How to mix fossils to create Pokémon hybrids like Dracozolt and Arctovish.
- Pro tips for optimizing your fossil creation process and avoiding errors.
- Best practices for protecting your fossils on the server.
The fossil system brings an immersive gameplay experience with unique Pokémon creations. Find fossils, clean them, analyze their data, and revive them into your team! Watch as fossils transform in real-time and grow into amazing Pokémon.
Highlights:
- Overview of fossil machine components and their functions.
- New Pokémon introductions based on hybrid fossil combinations.
- Troubleshooting fossil machine errors.
- Locating fossil deposits in the wild.
- Crafting and reviving fossils into Pokémon.
Whether you’re aiming to expand your team or simply want to learn more about PokéBedrock’s exciting features, this guide has everything you need!
Timestamps
0:00 - Introduction to the fossil machine system
0:21 - Overview of fossil machine components
1:20 - How to clean fossils
2:10 - Setting up the Fossil Analyzer, FPR Tank, and Data Monitor
3:00 - Reviving single fossils into Pokémon
4:00 - Combining fossils for hybrid Pokémon
5:00 - Troubleshooting machine errors
7:00 - Finding fossils in the wild
8:30 - Using brushes to uncover fossil deposits
10:00 - Final thoughts and tips
What’s New in This Update?
- New Hub Reveal: Check out the stunning hub redesign and the introduction of Sun and Moon servers!
- Seasonal Decorations: Enjoy festive themes like Christmas and Halloween decorations for an immersive experience.
- Mine System Revamp: A resettable mine system every three days, filled with ores and rare items.
- New Claim Features: Enhanced claim management for customizable player interactions and regions.
- Gym Badges & Elite Four: Collect badges and prepare for the Elite Four challenge!
- Trainer AI Upgrade: Smarter AI with dynamic difficulty scaling based on your skill.
- PokéStops Redesign: Unified PokéStops across servers with unique rewards based on location.
- Updated Models & Textures: Halloween-themed Pokémon variants like Garchomp and Gardevoir, plus shiny updates for fan favorites.
- Dynamic Quest System: Engaging quests with new mechanics for battling and team-building mastery.
- Showdown Integration: Hundreds of changes inspired by Pokémon Showdown for enhanced battles.
This update also resolves critical bugs and introduces improved features like:
- Fixed evolution issues and gender differences for Pokémon.
- Added dozens of new TMs, items, and event rewards.
- Major fixes for gym leaders, fossils, and trainer battles.
Why Watch?
Get a sneak peek at upcoming servers, events, and gameplay improvements while learning how to make the most of these features. Plus, discover insider tips on preparing your team for new challenges.
Join the Adventure!
Connect with the PokéBedrock community, explore the latest updates, and stay tuned for more exciting changes. Let us know in the comments what feature you’re most excited about!
Timestamps
- 0:00 - Introduction to PokéBedrock updates
- 0:24 - Hub redesign and new servers preview
- 1:00 - Exploring the revamped silver server
- 2:00 - New mine system demonstration
- 3:30 - Claim system enhancements
- 5:00 - Bug fixes: fossils, gym leaders, and more
- 6:30 - Halloween-themed Pokémon and models
- 8:00 - Showdown integration and new TMs
- 9:30 - Trainer AI improvements
- 11:00 - Upcoming Elite Four and gym badge updates
- 12:30 - Wrapping up: What’s next for PokéBedrock?
If you've been asking questions like:
- "How do I recover my hacked YouTube account?"
- "What do I do if my Gmail gets hacked?"
- "How do I contact YouTube support for a hacked account?"
This video has all the answers. I detail my experience of using Twitter to escalate the issue, contacting YouTube for support, and the exact steps to secure your account from future hacks. This video also includes tips on enabling two-factor authentication, communicating with YouTube via DMs, and restoring your content after regaining access.
What You'll Learn:
- How to identify signs of a hacked YouTube or Gmail account.
- How to escalate your case to YouTube Support using social media.
- What to include in tweets and direct messages to get quicker responses.
- How to restore your channel and revert unwanted changes.
- Security measures to prevent future hacks, such as enabling two-factor authentication (2FA).
This is a must-watch guide for all YouTube creators. Learn how to protect your channel and take quick action if you face a similar situation.
Timestamps:
0:00 - Introduction: What happened to my channel?
0:07 - Timeline of the hack: When it occurred and what was affected.
0:24 - Steps you can take if your YouTube or Gmail account is hacked.
4:44 - The actions I took to recover my account.
6:33 - What I tweeted for support and visibility.
7:00 - The direct messages (DMs) that helped escalate the issue.
8:40 - Regaining access: What I did after getting back in.
10:10 - Reverting changes: Restoring the channel to its original state.
11:00 - Conclusion: Key takeaways and final advice.
My Twitter (X) Post:
https://x.com/pokebedrock/status/1854583779215462693
My Google Support Form:
support.google.com/youtube/thread/306399744?hl=en
Join my Discord:
discord.gg/smell-of-curry-819963160836046869
Reddit Post Talking about this:
reddit.com/r/sysadmin/comments/1597g96/heads_up_scammers_now_using_docusign_to_send
IP: play.pokebedrock.com
PORT: 19132
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
In this video, I explain the impact of this decision and why it threatens the vibrant Minecraft Bedrock server community. We need your support to urge Microsoft to reconsider this change. Watch the full video to understand the issue and learn how you can help keep our beloved servers alive. Don't forget to leave your vote and share this message with fellow players!
Vote Here: feedback.minecraft.net/hc/en-us/community/posts/27425253557389
BDSX Discord: discord.gg/2yfgEns8Y9
Smell of curry Discord: discord.gg/smell-of-curry-819963160836046869
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Official Server IP: play.pokebedrock.com
Official Server Port: 19132
Official Discord: discord.pokebedrock.com
Pokebedrock Website: pokebedrock.com
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Official Server IP: play.pokebedrock.com
Official Server Port: 19132
Official Discord: discord.pokebedrock.com
Pokebedrock Website: pokebedrock.com
If you enjoy the progress of this addon, make sure to leave a comment and join the discord!
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
IP: play.pokebedrock.com
Port: 19132
Discord: discord.pokebedrock.com
- Download Updated Behavior scwz.me/buqIbW
- Download Resource cdn.discordapp.com/attachments/1096068656032661665/1232750650539118633/PokeBedrock_RES_2.10.2.mcpack?ex=662d3b02&is=662be982&hm=eae0fba2f472ab823ed3de32ec3cea64dcc5c317203cf509dd397aa895ca9400&
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
IP: play.pokebedrock.com
Port: 19132
Discord: discord.pokebedrock.com
v3.3.0 / Scatterbug, Duduo, Zekrom & Translations
Models:
- Added Model for Scatterbug, Spewpa, Vivillon PokeBall, and Vivllon Fancy by @._.smellywellington._.
- Added Decideye Hisuian by @joker00666
- Added Santa Snorlax Cosmetic Forme
- Added Vivillon Valentine Cosmetic Forme
- Added Yamper Mimikyu Cosmetic Forme
- Added Doduo and Dodrio Models by @morty134
- Added Zekrom Model by @joker00666
- Added Applin model by @skinnyharryg, animations by @ismegames
- Updated Dodrio and Duduo Movement Speeds
- Fixed **ALL** Broken shiny textures thanks to @joker00666 additionally fixed tons of broken sizing, and texture issues also by @joker00666.
- Updated Alakazam Mega Animations @ismegames
Logging:
- Value Migrations now use `console.log` instead of `console.warn` for success messages
- Dynamic Property Migrations now use `console.log` instead of `console.warn` for success messages
- Added `/test logging` to test `console.log/warn/error` functions
- Mass Database Migrations now use `console.log` instead of `console.warn` for success messages
Error Handling:
- When using `/menu` if the teleport location fails to locate, it will now send a error back to player.
- Added Error Message when a auction fails to set expired
- Fixed missing default `topScores` in leaderboards when new ones are created, (minor issue, has no real effect on leaderboards)
- Database token is now processed before any execution in `/redeem` to add an extra level of safety
Commands:
- Command `/test testitemdatabase` has changed to `/test itemdatabase` for simplicity.
- Added `/changelog` to view the changelog at any time
.Lang Conversions:
- Added over 1000+ translation keys, meaning the entire addon can NOW BE CONVERTED TO ANY LANGUAGE!
- PlayerActor `getBattleSideText` has been updated to parse through `RawMessage` ensuring translation to all languages. Additionally weather has been cleaned up to use translation key inside `.lang`
- Fixed issue where when using a move it would break sending a extra number at the end. This was fixed by using `move.id` instead of `move.name` ensuring showdown can interpret the move selection.
- All Buttons, and text inside PlayerActor are now converted to `.lang` syntax
- When the log form is shown, it now uses title and subtitle in conjunction to ensure the use of `RawMessage` to display text.
- Fixed Move syntax now showing correct name, it now sends over `move.id` to it doesn't matter how the text displays it will force the client to do it.
- Converted the entire `ShowdownInterpreter` to `.lang` syntax, also ensuring it uses the correct messages and tries its hardest to convert the message to the correct string.
Items/Blocks:
- Added all Missing Berry Types
- Added Silver Ore, SIlver Ingot, and Raw Silver
- Added Fluffy Tail, Clever Feather, Genius Feather, and Adamant Orb
- Added Crystal Ore
- Add Platinum Ingot
- Added Ruby
- Added Sapphire
- Updated a lot of loot-tables to fix missing items and broken loot
- Added Apricorn Planks from Stripped Apricorn Logs Recipe
Fixes:
- Fixed PokeDex's Completion Count button not working for Pokémon Details screen
- Fixed Altaria Mega Not dropping Mega Stone
- Fixed `skinId` inside Hex Mania, from Halloween, to Pikachu Witch
- Fixed an issue where `[SIDE: ...]` was not being interpreted correctly, ensuring correctly parsed showdown messages.
Syntax:
- Updated typing syntax for `skinId` to display better documentation
- Removed extra ` ` spacing inside a lot of Pokémon showdown text
- Updated typing's for `skinId` which was switched over the previous update
- Added better documentation for `getRandomTeleportLocation`
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
IP: play.pokebedrock.com
Port: 19132
Discord: discord.pokebedrock.com
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
DOWNLOAD IS OUT: mcpedl.com/pokebedrock
PokéBedrock Server IP: play.pokebedrock.com
PokéBedrock Server Port: 19132
PokéBedrock Server Discord: discord.pokebedrock.com
Checkout and support PokéBedrock by visiting our store: pokebedrock.com
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
PokéBedrock Server IP: play.pokebedrock.com
PokéBedrock Server Port: 19132
PokéBedrock Server Discord: discord.pokebedrock.com
Checkout and support PokéBedrock by visiting our store: pokebedrock.com
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
PokeBededrock Server IP: play.pokebedrock.com
PokeBededrock Server Port: 19132 (default)
Join PokeBedrock Discord: discord.pokebedrock.com
Chapters:
00:28 - Introduction
02:06 - Backpack System
03:42 - Double Battle System
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Additionally, we're doing a Server launch promotion, If you post yourself walking through the tutorial, or showing off you starting your PokeBedrock adventure. On either YouTube, TikTok, or Instagram. We will award you 1 Master Crate Key. Once you post a video, send it to one of our moderators, to claim!
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Some Music generated by Mubert mubert.com/render
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Download Starter Pack: scwz.me/AZ8c5F
Some Music generated by Mubert mubert.com/render
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join
MODELS FROM Republic Gamer: discord.gg/D5rs4qNnjJ
DISCORD: discord.pokebedrock.com
IP: play.pokebedrock.com
PORT: 19132
Join this channel to get access to perks:
youtube.com/channel/UCbtRgldllSHEG7CnVp_04DQ/join


