Disabling the End

How do I disable the End in my 1.20.1 Fabric Minecraft server?
50 Replies
PleaseSignOut
PleaseSignOut2y ago
Not to be a jerk but why would you want to do this
Lunaiskey
Lunaiskey2y ago
i would assume you would need a server side mod to do this, usually if you were using spigot/paper/forks it would be in the bukkit.yml
MarijnIsN00B
MarijnIsN00B2y ago
I was looking up the exact same thing today and I found this, which hopefully works but I havent tested it yet https://www.planetminecraft.com/data-pack/disable-end-portals/
Planet Minecraft
Disable End Portals Minecraft Data Pack
About This data pack makes it so you can disable end portals! To disable or enable end portals, Just run the function 'disable' to disable...
MarijnIsN00B
MarijnIsN00B2y ago
Im testing it right now It does not If you find something pls hmu
Lunaiskey
Lunaiskey2y ago
they wanted to disable the end completely, not just disable portals
MarijnIsN00B
MarijnIsN00B2y ago
What would be the difference?
Lunaiskey
Lunaiskey2y ago
disabling the end would prevent the dimension from actually loading including the generation of the end world folder tho ig disabling a portal would be good enough for most
Lunaiskey
Lunaiskey2y ago
Modrinth
DisableEnd - Minecraft Mod
A simple way to disable the end with a gamerule
Lunaiskey
Lunaiskey2y ago
Modrinth
Simple End Disable - Minecraft Mod
Disables the End (Prevents going through portals)
Lunaiskey
Lunaiskey2y ago
since that one is just server
MarijnIsN00B
MarijnIsN00B2y ago
Yeah Im testing the second one rn The first one is only for 1.19.2
Lunaiskey
Lunaiskey2y ago
oh that one is fucking quilt like wtf
MarijnIsN00B
MarijnIsN00B2y ago
Yeah but it seems to start up at least
Lunaiskey
Lunaiskey2y ago
might not matter
MarijnIsN00B
MarijnIsN00B2y ago
Also doesnt work Or it could be a mod incompatibility
Lunaiskey
Lunaiskey2y ago
well it does say quilt so id assume its only functional with quilt
Deleted User
Deleted User2y ago
you dont want end to have any files or that no player can enter. If second just make datapack in update.mcfunction add /execute in minecraft:overworld as @a[dimension=minecraft:the_end] run tp @s <x> <y> <z>
PleaseSignOut
PleaseSignOut2y ago
I still want to know why anyone would want to do this on their server
Deleted User
Deleted User2y ago
maybe he was mods that make end op?
MarijnIsN00B
MarijnIsN00B2y ago
I want to temp disable the end so I don't get an annoying speedrunner there, killing the dragon and looting everything dry
PleaseSignOut
PleaseSignOut2y ago
Ohhh I see. Sorry if it seemed like I was insinuating anything by it. Just wanted to know. That is definitely a smart solution.
MarijnIsN00B
MarijnIsN00B2y ago
Nahh dw about it Im always curious about how other ppl manage servers too
Deleted User
Deleted User2y ago
. i just made event where end was opened and there was only one portal on map. First find first serve
MarijnIsN00B
MarijnIsN00B2y ago
I have no idea how datapacks work but I'll give that a try
Deleted User
Deleted User2y ago
i can help
MarijnIsN00B
MarijnIsN00B2y ago
Yes please I just downloaded a template and now Im making a text file called update.mcfunction and Imma put /execute in minecraft:overworld as @a[dimension=minecraft:the_end] run tp @s <x> <y> <z> in it Is that close to how that works?
Deleted User
Deleted User2y ago
yes
MarijnIsN00B
MarijnIsN00B2y ago
Awesome
Deleted User
Deleted User2y ago
it is tick not update
MarijnIsN00B
MarijnIsN00B2y ago
Ah ty Ill try it tomorrow if it works, its already 00:47 here lol Thanks for the help!
Deleted User
Deleted User2y ago
you gmt+2?
MarijnIsN00B
MarijnIsN00B2y ago
Gmt+1 I think But I got summer time and winter time so sometimes its +/- one hour
PleaseSignOut
PleaseSignOut2y ago
Personally I never had to deal with this bc my world was a single player world before I uploaded it to the server hosting site, so by the time my server had consistent players the end was extremely raided. I am now having to deal with the issue of trimming all the outer end islands and it is a pain in my rear
MarijnIsN00B
MarijnIsN00B2y ago
Do u use MCAselector? Works really well for me U can just select all chunks u wanna delete But now Im really going to bed Cya
PleaseSignOut
PleaseSignOut2y ago
I know ur going to bed but to answer your question yes I use mcaselector but I’m having to find a new ftp file access program because FileZilla refuses to cooperate with me
ProGamingDk
ProGamingDk2y ago
Winscp
PleaseSignOut
PleaseSignOut2y ago
Is that a good file access service?
ProGamingDk
ProGamingDk2y ago
its a ftp program
PleaseSignOut
PleaseSignOut2y ago
ahhh ok. I'll try it. thank you.
MarijnIsN00B
MarijnIsN00B2y ago
I tried this but that doesnt work, any ideas?
No description
MarijnIsN00B
MarijnIsN00B2y ago
Seems like "dimension" isnt recognised
MarijnIsN00B
MarijnIsN00B2y ago
No description
Deleted User
Deleted User2y ago
remove <> from coords
MarijnIsN00B
MarijnIsN00B2y ago
Tried that too but doesnt work either
Deleted User
Deleted User2y ago
what minecraft version you have server on?
MarijnIsN00B
MarijnIsN00B2y ago
1.20.1 Could it be that I didnt change the pack version?
Deleted User
Deleted User2y ago
no, give me a sec i need to test something use this command it checks if player loaded specific block if true tp in overworld to x y z
/execute in minecraft:overworld as @a[nbt={Dimension: "minecraft:the_end"}] run tp @s 0 100 0
/execute in minecraft:overworld as @a[nbt={Dimension: "minecraft:the_end"}] run tp @s 0 100 0
100 50 0 is end platform wait wrong this is working version
/execute in minecraft:overworld as @a[nbt={Dimension: "minecraft:the_end"}] run tp @s 0 100 0
/execute in minecraft:overworld as @a[nbt={Dimension: "minecraft:the_end"}] run tp @s 0 100 0
minecraft moved dimension to nbt data of player this why it didnt work
MarijnIsN00B
MarijnIsN00B2y ago
I tried it in singleplayer but it doesnt show up in the select datapack screen
MarijnIsN00B
MarijnIsN00B2y ago
Could it be that my file structure is incorrect?
No description
MarijnIsN00B
MarijnIsN00B2y ago
Ohhh datapacks cant be a .rar file? I think thats the issue, gonna try it now Still doesnt work Could it be this? ITS WORKING MY FIRST DATAPACK WOOHOOO Thank you very much @Deleted User!!! And thanks a youtube tutorial that also helped lol

Did you find this page helpful?