#Commands General

1 messages · Page 8 of 1

upper bison
#

Was just trying to get rid of enderman, some players in my world were against it and I just told them I’d have to enable it back when we get to going to the end. I tried editing the vanilla files to make their spawnable tag false but that didn’t work out or I may have done something wrong so I switched to trying commands out

fallow cliff
upper bison
fallow cliff
dark bison
#
scoreboard players add @a sneak 0

execute as @a[scores={sneak=0}] at @s unless entity @s[x=~-1,y=~1.5,z=~-1,dx=0,dy=0,dz=0] run function detect/sheathe

execute as @a[scores={sneak=1}] at @s if entity @s[x=~-1,y=~1.5,z=~-1,dx=0,dy=0,dz=0] run scoreboard players set @s sneak 0```
#

the commands above are for sneaking and not sneaking
I wanna add, looking down and sneaking and looking up and sneaking

grim ocean
fallow cliff
#

rx & rxm

grim ocean
neat lily
#

mad question but, can you not run custom commands from a command block??

rose tusk
#

Custom commands of what kind?

neat lily
#

Custom chat commands, for example I have an addon that has a chat command "./blahblah" but running it from a command block throws and error about the ./

true laurel
dusty nymph
#

Does anyone know how I can make some particles spin in circles at the coordinates of 0 13 0 in the lobby?

south drum
spring edge
#

Does anyone know how to give someone an effect for as long as they are in a designated area bones they leave that area the effect is removed

#

Does anyone know how to do this

thick rampart
#

Does it have a very complex shape?

#

If so, place a type of block underground to mark your "designated area" and have the command detect at a particular Y level for that block.

#

If it's box you can go with dx, dy, dz. If it's a sphere, you can go with r, rm

spring edge
#

What does dx, dy, dz,r, and rm mean

#

I got it working I just don't know what it means

rose tusk
#

r—radius. The Euclidean distance an entity must be within to be selected. Selection is based on the entity's feet (a point at the bottom of the center of their hitbox).
rm—minimum radius. Similar to the above, but this is the distance away.
dx dy dz—delta X, Y, Z. These extend a box that selects entities within, with each dimension (x, y, z) given by each argument (dx, dy dz). Selection is based on the entity's hitbox (based on any of the eight corners of their hitbox).

#

dx dy dz should be thought of as the space between two positions. Say you have a volume described with two opposing corners, (A, B, C) and (D, E, F). dx dy dz are calculated from the difference of those positions—dx=D-A, dy=E-B, dz=F-C

haughty musk
#

bao_cmd_repeat_unc /execute at @e[type=armor_stand] run tp @e[type=armor_stand] -1.50 -58.00 -7.16 facing @p[r=5]
bao_cmd_chain_con /execute at @e[type=armor_stand] run scoreboard players add @a[r=5] Detection 1

#

how would i make it for multiple cameras? i want multiple of them but i couldnt figure out how to tp the armor stand in the same spot without using exact cords

#

i want to add it into a function later on

#

and im trying to make it so its only when the player is in its view

rose tusk
#

Once you know where every armor stand should be, could you have them teleport to themselves?

/execute as @e[type=armor_stand] at @s run teleport @s ~ ~ ~ facing @p[r=5]
haughty musk
#

thats what i tried to do

#

oh wait that one works, Im not sure what I typed earlier but it wouldnt execute

#

so would it be possible to only detect if there is a player infront of it?

#

because ill be behind the camera and it will still go up with my detection, because of the r=x

rose tusk
#

It is, but may require more thought into how you have the visuals set up. The armor stand should face the player when in the radius, which is fine, but then that ensures said player is always "in front"

#

Realistically you would need to limit the /teleport to only face the player when they are in front; or you need to detect the player's presence "in front" separately from the visual effect.

haughty musk
#

so the tping and if in front will be a completly differnt command?

rose tusk
#

Yeah, and for the rotation you have two options:

  • Hardcode the rotation for each camera;
  • Use a second entity for each camera to hold the rotation
#

Let's say you go with the former. <y> is the y-rotation of what is "forward" to the camera.

/execute as @e[type=armor_stand] at @s run teleport @s ~ ~ ~ facing @p[r=5]
/execute as @a at @s at @e[type=armor_stand,r=5] facing entity @s feet positioned ^ ^ ^1 rotated <y> 0 positioned ^ ^ ^-1 if entity @s[r=0.765] run scoreboard players add @s Detection 1

What this does is create a triangle with a hypotenuse and a side length of 1. The remaining side must hold for the rotation condition to hold.

For every player: Check to see if an armor stand is within 5 blocks. If so:

  • Aim a vector at the player from the armor stand's position.
  • Move forward one block.
  • Aim in the intended "forward" (<y>) direction.
  • Move backward one block.
  • Determine if the player is within X degrees by checking a distance of sin(X / 4) * 2 blocks. (90° ~= 0.765 blocks)
haughty musk
rose tusk
#

It's a bit finicky, and may require some adjustment. Let me know if that's not working too satisfactorily

haughty musk
#

I will thank you again seriously

abstract shale
#

How to place a painting in world?

south drum
abstract shale
south drum
abstract shale
south drum
#

Then I have no idea

abstract shale
#

Thanks for helping anyway.

solid magnet
#

did mojang remove ^ from commands?

fallow cliff
#

just can't be used in volume selector arguments

solid magnet
#

when i try using ^ in my command it shows that i cant
camera @s set minecraft:free pos ^-3 ~1.5 ^-2.5 facing ^-3 ~1.5 ^-1.5

fallow cliff
solid magnet
#

makes sense

#

thanks

fallow cliff
#

I mean, you can try to visualise how that would go

fallow cliff
indigo flax
#

is there a way to trigger a command when the player looks directly up?

dusty nymph
#

Can someone help me fix this command? The idea is to report a message via chat saying that player X is Pacman

#

=============
Player: iTzAaronMc
is Pacman!

#

but it say: does not match the selector

uncut notch
dusty nymph
#

/execute as @a[xyz,dx,dy,dz,scores={pacman=1..3}] at @s run /tellraw @a {"rawtext":[{"text":"§8====================§r\n\n"},{"translate":"§7The player§e "},{"selector":"@s"},{"text":"\n§7is the pacman§r\n\n"},{"translate":"§8====================§r"}]}

hazy oriole
fallow cliff
hazy oriole
hazy oriole
fallow cliff
#

I just noticed your message 😅

eager crypt
#

Has anyone ever encountered the issue, where they tried to run an command with "" in an entity event?
The event then always fails, because the "" in the command mess up the json file😅

eager crypt
#

Got the Answer, I needed
\ before the "

grim ocean
#

real

wicked forge
#

Hi, I want to make execute score if someone does not have a score above 100 it will run command. Does this execute format work?
/execute as @a if score @s score < 100 run say Your score is not enough

uncut notch
grim ocean
wicked forge
#

so if it is less than 100 it should be ...100 but if it is more than 100 it should be 100...?

#

and if it requires a score of no less and no more than 100 is it just 100?

grim ocean
#

2 dots only lmao

#

..100

#

but no, the ..100 means if its 100 or lower, the 100.. means if its 100 or higher

100 just means if its 100 exactly

grim ocean
grim ocean
wicked forge
#

ah okay thank you

tidal turret
#

@grim ocean

#

Do you mind heloing me

grim ocean
#

whut

#

with wat lmao

tardy light
#

What is the best way to make a camera behave like follow_orbit but from the front perspective of the player (like minecraft:third_person_front) but from a longer radius? Is it possible with presets or /camera on the stable version without needing to run the camera command repeatedly?

grim ocean
tidal turret
#

@grim ocean

#

i forgot

#

ngl

grim ocean
#

lmaoaoa

#

so sad sponge_sad

tidal turret
#

@grim ocean

#

/execute at @a[scores={locationID=1}] if block ~~-1~ emerald_block run /tp 1023 141 1101

#

Why wont it work

rose tusk
#

Who should it teleport? You have no target defined, and the implicit target is finding nobody.

#

A target/executor needs to be defined with /execute as; then you can use @s to select that player.

/execute as @a[scores={locationID=1}] at @s if block ~ ~-1 ~ emerald_block run teleport @s 1023 141 1101
hollow atlas
#

how do I do the @ on a specific entity like ```
execute as @e[type=pr:deino] at @s if entity @e[type=pr:feeder_carnivore r=2] run event entity @e[what_to_put_here?] pr:full

hollow atlas
grim ocean
#

it still works lmao

hollow atlas
#

lemme try

tight totem
#

/execute at @e[type=arrow] run fill ~-3~-3~-3 ~3~3~3 air replace stone
is there a way to choose more than 1 block to replace in the same command?

grim ocean
#

nah

sharp abyss
#

Hey guys, i looked for an answer and Saw some people had troubles detecting non solid blocks, so i posted an answer as question on this channel, go check it out if You'd like

hollow atlas
#

alright so can y'all give me a command that detects if a mob[pr:deino] is next to another entity[pr:carnivore_feeder] and makes the original mob[pr:deino] play an event[pr:full]

grim ocean
#

like within 5 blocks of its left or right side

or just 5 blocks near the pr:deino

hollow atlas
#

or 0.5

#

so it actually looks like it is eating from the pr:carnivore_feeder entity

grim ocean
#

execute as @e[type=pr:deino] at @s if entity @e[type=pr:carnivore_feeder,r=1] run event entity @s pr:full

hollow atlas
grim ocean
#

ye

sharp abyss
tidal turret
#

So i want a bow that when i shoot people or entites even if i miss it will go to that person in a radius of 8. How whould i?

sharp abyss
hollow atlas
#

how to use /playsound command

grim ocean
#
/playsound random.explode @a
#

u can also adjust the pitch and where it plays the sound but i aint writing alat ( find random documents online lmao )

hollow atlas
grim ocean
#

random.eat

marsh bolt
#

would this work to make 1st person animations?

/playanimation @s animation.player.sneaking a 999 c.is_first_person

dense parrot
#

Is there a way to check whether the player has a full inventory / empty slots in their inventory ?

fallow cliff
# dense parrot Is there a way to check whether the player has a full inventory / empty slots in...
## Give Unobtainable Item to Check Inventory
give @a barrier 2304

## Check Offhand & Armor Slots to Run Desired Command
execute as @a[hasitem={item=barrier,quantity=2304..}] if entity @s [hasitem=[{item=filled_map,quantity=0},{item=totem_of_undying,quantity=0},{item=arrow,quantity=0},{item=firework_rocket,quantity=0},{item=leather_helmet,quantity=0},{item=chainmail_helmet,quantity=0},{item=iron_helmet,quantity=0},{item=golden_helmet,quantity=0},{item=diamond_helmet,quantity=0},{item=netherite_helmet,quantity=0},{item=turtle_helmet,quantity=0},{item=skull,quantity=0},{item=leather_chestplate,quantity=0},{item=chainmail_chestplate,quantity=0},{item=iron_chestplate,quantity=0},{item=golden_chestplate,quantity=0},{item=diamond_chestplate,quantity=0},{item=netherite_chestplate,quantity=0},{item=elytra,quantity=0},{item=leather_leggings,quantity=0},{item=chainmail_leggings,quantity=0},{item=iron_leggings,quantity=0},{item=golden_leggings,quantity=0},{item=diamond_leggings,quantity=0},{item=netherite_leggings,quantity=0},{item=leather_boots,quantity=0},{item=chainmail_boots,quantity=0},{item=iron_boots,quantity=0},{item=golden_boots,quantity=0},{item=diamond_boots,quantity=0},{item=netherite_boots,quantity=0}]] at @s run tellraw @a {"rawtext":[{"selector":"@s"},{"text":" doesn't have items in their inventory"}]}

## Delete Unobtainable Item
clear @a barrier
kill @e[name="Barrier"]

to check empty inventory players ^

#
## Give Unobtainable Item to Test for Empty Slot
replaceitem entity @a slot.hotbar 0 keep barrier 1 0

## Run Desired Command
effect @a[hasitem={item=barrier}] speed 1 1 true

## Delete Unobtainable Item
clear @a barrier

to check if a specific slot is empty ^

fallow cliff
#

lmk if any issues! ^^

dense parrot
#

Ok

dense parrot
#

That's what I am trying to do

fallow cliff
#

if it's only one specific slot, you can simply use the second code block I shared above

dense parrot
#

Not a specific slot but A empty slot

#

Can be any slot

fallow cliff
dense parrot
#

Oh thanks though

hollow atlas
hollow atlas
hollow atlas
#

how to detect if entity is eating(the way fox eats items by picking them from ground)

uncut notch
hollow atlas
#

yeah I know almost nothing about molang

#

what I want is for the mob to have a event when it is eating like the fox

hollow atlas
silent apex
#

Dis used to be the place where i helped people

grim ocean
#

real

simple pollen
#

can someone help me?

#

in custom crafting

#

there's my post u can look inside about my problem

cloud maple
#

How can I stop these messages from coming?

mystic apex
#

Disable it in your accessibility settings

rugged eagle
#

Can someone help me I can’t figure out how to execute a command if near a lit campfire anywhere in the world

abstract shale
#

How to make it so an item gets removed from the world as soon as an entity drops that item?

I was thinking about using /tag and /kill commands but I am having trouble as the entity already holds it.

#

Or even simpler, how to tag a held item?

abstract shale
#

Can you detect if an entity has ANY item by using just @e[hasitem=] ?

abstract shale
#

So I tried some things. It looks like the tag gets removed from the item when it is in an inventory. Also using hasitem on an entity holding the item only tags the entity. 😭

rose tusk
#

Commands have frustratingly little power in this case, yeah.

#

Scripting can target items much more powerfully, if that is an option for you.

abstract shale
rose tusk
hollow atlas
#

how to make an entity run a command when it is on a specific block?

uncut notch
hollow atlas
hollow atlas
#

so someone made a function for me

execute as @e[tag=!dextinct,hasitem={item=pr:ophthalmo_sac}] run tellraw @a {"rawtext":[{"selector":"@e[tag=!dextinct,hasitem={item=pr:ophthalmo_sac}]"},{"text":" has earned the achievement §a[De-Extinction]"}]}
tag @e[tag=!a,hasitem={item=pr:ophthalmo_sac}] add dextinct

now how do I make the pr:anomalo_egg a tag(pr_egg)

#

this kind of tag

frosty kestrel
#

Hey guys, how you doing?

I have an issue with the gamerule "Keep inventory". Minecraft says that if you put cheats on, goals are off. Mi question is, if I active Keep inventory from script, goals are off anyway?

dark bison
#

So....I stopped making addons because mojang removed item components and made scripts dominant

I'm back but I'm only using commands (it's a personal rule I have)

restive portal
#

If a mob uses a function command, for example,

Tp @s ^^^0.75
Function tp_2

tp_2

Tp @s ^^^0.75

Would this work? Like, if the mob activates it through events, would the second function still teleport the mob "@s"?

rose tusk
#

Yes. Two things:

  • @s would carry to the second function, so the mob would indeed be teleported in tp_2.
  • The position of the commands in the function would not update between those calls.
#

In effect, this would teleport the entity only 0.75 blocks forward, not 1.5, since the location is based on where the command runs (when first set), not strictly where the entity is.

#

You would need to update the position of the tp_2 function. Could do this with /execute at, or /execute positioned

tp @s ^ ^ ^0.75
execute positioned ^ ^ ^0.75 run function tp_2
tp @s ^ ^ ^0.75
restive portal
#

Ah, thank you. Should I ask this in #1067869022273667152 ?

Since it is run by the entity itself, and I don't think mobs can use the execute command?

rose tusk
#

Mobs can use /execute, not sure what you mean

restive portal
#

Ohh. Wow

#

I'm dumb 😭

#

All this time

#

I could've saved so much time.

tidal turret
#

um

#

i dont understand this at all

restive portal
#

Remove / from effect?

tidal turret
#

Um

#

/ has nothing to do with commands

#

I've been doing cmds of 4 yrs but dx,dy,dz has always been hard for me

grim ocean
tidal turret
#

wdym

grim ocean
#

u first executing at all players that passes the target selector, and then ur executing at itself

but the itself would refer to the cmd block itself lmao

wispy wave
#

u can just do /effect @a[<all the thingy>] weakness 2 255

tidal turret
#

oh

#

Fr?

wispy wave
#

yeah

tidal turret
#

...

#

fuck me

#

my brain

wispy wave
#

lol

tidal turret
#

well uts working now

#

thanks so much

grim ocean
#

funei

tidal turret
#

now i know all commands except /camera

#

and

#

well

grim ocean
#

do u understand y it works and y it failed 😭

tidal turret
#

fmbe

grim ocean
grim ocean
#

okay

tidal turret
#

dz and dz and dy

#

for me its like making a box

#

and you can change the size of the box / move it

grim ocean
grim ocean
tidal turret
#

yes

#

but

#

now

#

i gotta learn

#

fmbe bao_bee_sad

grim ocean
#

😢😢😢

tidal turret
#

cya guys in 8 months

grim ocean
#

so real

tidal turret
#

ima do that tmrw

grim ocean
tidal turret
#

wait

#

ik what i did wrong now

grim ocean
tidal turret
#

i did /execute at @a not /execute as @a

grim ocean
#

yea

tidal turret
grim ocean
#

dats literally wat i pointed out 😭

grim ocean
tidal turret
#

well

#

wanna see my map ig?

grim ocean
#

sureeee

tidal turret
#

no finished

#

im a better builder than script api and commands

grim ocean
#

real

#

am the exact opposite

tidal turret
#

lol

#

i love terrain

#

hate building houses

grim ocean
#

very real

grim ocean
tidal turret
#

all i have right now

#

do yk what

#

ground gens are

#

never made one before. That's what im making

grim ocean
tidal turret
#

or if that goes bad ima have to change it

tidal turret
#

i suck at building

grim ocean
#

okay-

tidal turret
#

terrain better

grim ocean
#

I think the buildings is better than the terrain tho lmao

grim ocean
tidal turret
#

that's okay the terrain was made in 5-10 mins 💔

grim ocean
#

real

tidal turret
#

i found a glitch in mc code to change structure sizes
-# found on yt

#

but

#

i got a 300$ laptop

#

so

grim ocean
#

( i used to clone chests like 50 blocks above the gens, and then destroy it, and then teleport the item downwards, while getting rid of the chest item 💔 )

grim ocean
grim ocean
#

lmaoao

#

whu

#

but shulkers dont drop the items in it when broken

tidal turret
#

idk that was when i was younger and stupid

grim ocean
#

lmaoaoa

knotty oriole
tidal turret
knotty oriole
#

Idk why thats such an uncommon thing to see these days

tidal turret
#

over 200 prob

grim ocean
knotty oriole
tidal turret
grim ocean
#

huhhh

tidal turret
#

skygen that isnt auto

#

lazy made

knotty oriole
grim ocean
knotty oriole
grim ocean
#

worst type of sky gen i have ever heard

knotty oriole
grim ocean
knotty oriole
#

I dont get the difference between SkyGen and SkyBlock in reality; the SkyGen formula is kinda designed to be rough

tidal turret
#

xbox is the #1 post with skygens. Over half are asking for someone to help them make one or they're promoting there skygens (99% are 5 yr olds)\

knotty oriole
tidal turret
tidal turret
#

deny blocks as the grounds and wall

#

what a shitty hell hole

knotty oriole
knotty oriole
grim ocean
tidal turret
grim ocean
#

i genuinely have never seen people use deny blocks as walls

#

lmaoaoaooa

knotty oriole
tidal turret
#

ik i should lock in and make my own servers but that gets boring atleast when i help people they're gonna use it for good unlike me

tidal turret
#

DO you have xbox?

#

if so what's your user

knotty oriole
#

New acc so havent been on it for long, but used to be known under a dif name

tidal turret
#

gimme uer

#

OMG MY ENGLISH

knotty oriole
#

Im not on rn so idk the digits but ill lyk when i find out 😫

tidal turret
#

jhonlongly#9309

knotty oriole
#

My old acc i used to do the same thing on was MaxedOut4826 tho, but i dont use that acc anymore

tidal turret
#

online 3 hours ago?

grim ocean
#

realest reunion

knotty oriole
#

I remember it had a 9 in there somewhere

#

And 3h ago sounds ab right ac

grim ocean
#

does ac mean actually 🤯

tidal turret
#

my user is "masionz#7074" my rep is mainly know for hacking on skygen servers 🫢

knotty oriole
tidal turret
#

Tho

#

havent hacked on mc in 4 months so i think im clear now

grim ocean
#

so real

tidal turret
#

ngl

#

i started on a rpg but i dont wanna finish it

knotty oriole
grim ocean
#

like 4 years ago, i used to go on random sky gens and then turn on haste hacks and then mine people's lil mining areas for them, and then the admin sees that, thinks their hacking and then bans them lmao ( the haste makes it looks like my hand isnt moving even when am breaking things )

#

i think it was a mining simulator or smth actually, duno

tidal turret
grim ocean
#

whu

tidal turret
#

"its not sky gen its skygen

grim ocean
#

real

tidal turret
#

"

grim ocean
#

( i don see the difference )

knotty oriole
#

Guys what the fuck is happening

tidal turret
#

?

grim ocean
#

huhhh

#

huhhhh

knotty oriole
#

The lore is adding up bru whats going on

grim ocean
#

lmaoaoao

tidal turret
#

my feet are oiled in mayonnaise

grim ocean
#

( am never sharing my gamertag here lmao )

tidal turret
#

sorry is this a bad time?

grim ocean
#

uhh

grim ocean
tidal turret
#

check out my creation

grim ocean
#

very real

#

lmaoaoaoao

#

and then theres just like 20 people that sends the meme 🙌🏻😭🙌🏻

tidal turret
#

fr

knotty oriole
tidal turret
grim ocean
#

💔💔💔

#

most depresing chez buga

#

no seeds 💔

tidal turret
#

we dont have that in canada

grim ocean
#

no wait dats actually pretyy normal to not have seeds lmao

#

🤫🗣️📢🚫

tidal turret
#

@grim ocean

#

Wanna help out on a project

#

just a silly project

grim ocean
#

uhhh

#

with wat lmao

tidal turret
#

so uh

#

im bored asf

#

and

grim ocean
#

funeu

tidal turret
#

i wanna make a server in 2 hrs

#

that's funny and not shit

#

u got any ideas

grim ocean
#

real

#

yea

#

u got a pc?

tidal turret
#

yes

grim ocean
#

( lag is usually funney so like, that kinda checks out automatically)

#

🗣️📢🔥

knotty oriole
grim ocean
knotty oriole
#

U got 2 hours for an island and some shrubbery

#

Take it or leave it

tidal turret
tidal turret
#

im like a god im good at commands and building

grim ocean
#

real

knotty oriole
tidal turret
#

wanna help?

grim ocean
#

if ur a god, then am the concept of creations

#

🗣️📢🔥

knotty oriole
#

No im alr thanks i prefer to run solo personally, but appreciate the offer

#

Does sound pretty fun

tidal turret
#

i wanna make a server i havent made b4 so that'd be

grim ocean
#

do u want the server to be running on ur pc directly or use sone random hoster fron the internet

#

( i prefer using ur own pc, but if ur electricity bills dont like that, then ykk, also depends if u want it to be 24/7 or not )

tidal turret
#

kit pvp, prison server, faction, horror game, econmy, Feed The Beast

grim ocean
#

real?

tidal turret
#

well actually 2

knotty oriole
grim ocean
tidal turret
#

1 is a bedrock hoster and the other is a java hoster

#

both has cross play

grim ocean
#

ur prob gonna end up having 3 tps even when theres no players on the server 💔💔💔

tidal turret
grim ocean
#

huhhh

tidal turret
#

i used aternos in

#

2022

#

last\

grim ocean
tidal turret
tidal turret
#

is the yt one

grim ocean
#

real

#

am kinda confused wat u need help with then 💔

#

u look like u already got things sorted out 💔💔💔

tidal turret
#

no

grim ocean
#

am so depres 💔

tidal turret
#

i dont wanna use a server hoster

knotty oriole
#

Do horror map 🔥🔥

grim ocean
tidal turret
#

i wanna make a xbox lfg post to impress people

knotty oriole
tidal turret
#

bc good servers on lfg is super rare now a days

grim ocean
tidal turret
grim ocean
tidal turret
knotty oriole
knotty oriole
#

U give a description and some tags and people can partner up w u pretty much

grim ocean
#

huhhh

#

funei ahh

tidal turret
#

and if we use server we can have 40 ppl in at one time

knotty oriole
tidal turret
#

I can only make simple stuff with fmbe currently soo sad

grim ocean
tidal turret
#

its not gonna have an ip

grim ocean
#

whu

#

then how is players gonna join ur server 💔

tidal turret
#

and it'd only be xbx only

grim ocean
#

lmaoo so depres

tidal turret
#

or

#

if u add me

#

i can inv u

knotty oriole
grim ocean
tidal turret
#

❤️

tidal turret
tidal turret
grim ocean
knotty oriole
tidal turret
#

Also i wanna make cool servers for people to play isnt me having a big ego.

grim ocean
#

i find it way easier to control mere armor stands 🗣️📢🔥

#

you first gotta download the uh server thingy

tidal turret
#

i think of myself as being mild to commands if not bad

grim ocean
#

very real, directly from official source, trust 🗣️📢🔥

tidal turret
#

oml do u have a brain

grim ocean
tidal turret
#

Or i invite them on xbx

knotty oriole
#

Have u guys settled on an idea yet

grim ocean
tidal turret
#

no

knotty oriole
grim ocean
tidal turret
#

NO IP

#

NO PORT

grim ocean
#

whu

#

exactly-

#

ur just opening a server on ur pc, like opening a world 💔

knotty oriole
#

So its easier to host for lfg

grim ocean
knotty oriole
#

Kinda

tidal turret
knotty oriole
#

They gotta edit their console dns settings and fiddle w some semantics

knotty oriole
#

Its tedious asf

tidal turret
#

but thats soo boring

grim ocean
#

💔💔💔

grim ocean
knotty oriole
#

I used to do it back in the day but at least back then it used to have lots of problems w consistency and performance

grim ocean
#

then wat u wanna do 😢 ( this is kinda the only way i actually have some experience with 💔 )

knotty oriole
#

Alr guys, im telling u, do a horror

grim ocean
#

real

tidal turret
grim ocean
tidal turret
#

im guessing you arent main english?

grim ocean
#

i thought bro needed help with servers 💔 ( if u do it this way, u can even link discord to mc with purely addons, no extra bots, and then have lil discord verification that verifies u in mc 💔💔💔 )

grim ocean
knotty oriole
#

U guys should do a horror

#

Just sayin

tidal turret
#

like i said i just wanna make a simple server

knotty oriole
#

🥸

grim ocean
grim ocean
knotty oriole
#

2h is nearly up guys, u got an idea yet

tidal turret
#

but people expect decicated servers to be good

grim ocean
# knotty oriole U guys should do a horror

wat if we mix abit of funneiness into it lmao, like players that died can just spectate without all the scary ahh effects and see their teammates run around in fear when they absolutely know nothings there 🔥🔥🔥

grim ocean
knotty oriole
tidal turret
#

ik a good idea

grim ocean
#

real

tidal turret
#

skygen with horror aspects

grim ocean
#

i can only imagine putting a generator on the monsters itself and u gotta go behind it to collect the ores lmao

knotty oriole
#

Lowk a game that starts of as a generic minecraft game but begins to break the fourth wall sorta ddlc or kinitopet style is a hard idea i wanna f w at some point

knotty oriole
#

On a real id ac run it, its a dope idea

tidal turret
#

hm wait. Since skygens are such a huge thing on lfg for xbx then what if me a diffrent and unique type of skygen

grim ocean
#

( imagine faking a real player joining ur game, and ur chatting with him, genuinely treating him as a friend, and then he turns out to be a robot 💔💔💔 )

grim ocean
grim ocean
knotty oriole
#

Alternatively, Atm im prototyping some systems for a little remaster of someone else’s horror map in a shorter amount of time, so thats also a valid option too

knotty oriole
tidal turret
#

i can remove this with json ui

tidal turret
#

so no one would know its fake

grim ocean
knotty oriole
#

U should do it more traditionally skyblock tho instead so u have those super divided islands and ur just on ur own in the middle of nowhere

knotty oriole
#

I assume that was already the idea, but the ambience would ac be pretty neat

tidal turret
#

the sole problem i have with skygens and such is plot systems

tidal turret
#

my plot system uses /fucntions sooo

knotty oriole
#

Then noticing certain anomalies happening around u would be hard, like blocks deleting and stuff; herobrine esque

knotty oriole
grim ocean
grim ocean
tidal turret
#

hm

#

no plots

#

?

knotty oriole
grim ocean
#

u just join and then u have ur own island with ur spawnpoint on it, thats it

grim ocean
tidal turret
knotty oriole
grim ocean
tidal turret
#

captalism

grim ocean
knotty oriole
grim ocean
#

no?

#

well yea one player can only have one island lmao

knotty oriole
#

Cus how in ur method do u find the plot in the first place to set the spawnpoint

tidal turret
#

But what about the spawn?

grim ocean
#

u set spawnpoint on where u generated it lmao

knotty oriole
grim ocean
#

this is the easiest way 🗣️📢🔥🔥🔥

knotty oriole
grim ocean
#

chatting is enough interaction 🗣️📢🔥

tidal turret
#

i like having builds and stuff for my server then just gui menus that outline the WHOLE server

grim ocean
#

the scams also gonna go crazy in mp 💔

knotty oriole
#

Its not a real skyblock so who cares

grim ocean
#

whu

knotty oriole
#

I like the horror idea

grim ocean
#

isnt that the point-

knotty oriole
#

Horror SkyBlock sounds dope

grim ocean
knotty oriole
#

I been thinking bout it lately for a Prisons type game that starts normal then gets horror-esque, but i think SkyBlock might fit the atmosphere more

grim ocean
#

real

#

actually yeah

knotty oriole
tidal turret
#

ima be honest

knotty oriole
#

Sorta fourth wall breaking and stuff

#

Like ddlc or kinitopet

tidal turret
#

i find skyblocks boring

knotty oriole
tidal turret
#

thats why ive never made one

grim ocean
#

cuz if u actually think about it, u start in like a 10 by 10 at max area, in the middle of nowhere, theres no surroundings, just a single island

knotty oriole
#

Its a horror game disguised as a skyblock

tidal turret
#

but

knotty oriole
grim ocean
knotty oriole
#

It has potential

tidal turret
#

Hmmmm Alright we can do that

grim ocean
#

( not sure if we can 💔 )

tidal turret
#

well

#

we can try

grim ocean
#

lmaoaoa

knotty oriole
#

I was prototyping skyblock commands lately, so i have a great foundation for it already and i might ac hop on this myself

grim ocean
#

very real

knotty oriole
#

Yeah

grim ocean
#

lmaoaoaoao

#

so funei

tidal turret
#

i have a feeling someone is watching us rn but not talking

grim ocean
#

real

#

it prob one of the admins watching in doubt

#

💔

tidal turret
#

coddy is a opp btw

grim ocean
#

real

#

💔💔💔

tidal turret
#

he called my chez buga expired

grim ocean
#

he might start yelling in random js as slurs 💔

tidal turret
grim ocean
#

💔💔💔

#

🫥 ( u cant see me )

knotty oriole
#

Anyone know any way to force crash minecraft — as in physically close it w commands only

grim ocean
#

ig

#

til it eats all ur cpu usage or smth

knotty oriole
tidal turret
#

it's a secret method

grim ocean
#
execute at @s as @e as @e as @e as @e as @e run tp @s ~~~
knotty oriole
#

I thought tickingareas at least used to get capped at 4 for circles

grim ocean
#

whu

tidal turret
#

try it rn

grim ocean
#

fr?

tidal turret
#

yes

knotty oriole
grim ocean
#

mad weird 💔

knotty oriole
#

Thats dope then, helps w my idea

grim ocean
tidal turret
#

i try to gate keep it so SHh

knotty oriole
#

I like the idea of a fourth wall breaking horror game that physically closes the game and makes u reopen it, only for everything to be different once reopened

grim ocean
knotty oriole
tidal turret
#

here is what happens when u run it

grim ocean
#

lmaoaoao imagine if we put a blue screen as a json ui and then put that up on players screen 💔💔💔

knotty oriole
#

That was the sorta behaviour i was referring to w the entities too

#

Sorta just makes it so the game is unplayable, but its not exactly the effect i want, tho i dont think that desired effect is ac possible

grim ocean
grim ocean
#

oh yea, /kick can accept target selectors now i think 🗣️📢🔥

knotty oriole
grim ocean
tidal turret
grim ocean
#

real?

tidal turret
#

and when they leave the game it crashes them

#

fyi

grim ocean
#

huhhh

tidal turret
#

if u do it on a realm it instantly crashes and backs up

knotty oriole
grim ocean
knotty oriole
tidal turret
grim ocean
#

real

tidal turret
#

unless you use some type of software

knotty oriole
knotty oriole
grim ocean
#

we gonna possibly find a way to crash people 🗣️📢🔥🔥

#

very funeu goal

knotty oriole
#

How does Horion manage it

#

Or is that the same

grim ocean
knotty oriole
grim ocean
#

like thousands of them

tidal turret
#

but the player itself is just frozen in time

grim ocean
#

it wont be scary at all 💔💔💔

knotty oriole
tidal turret
#

wait wait wait

knotty oriole
tidal turret
#

wait wait wait

knotty oriole
#

As long as u can get them back once, theyll know wassup

grim ocean
tidal turret
#

ik a way that will freeze all entites except themself and commands will still work but they can still break stuff

knotty oriole
#

Could also take the imscared approach of: “The game will try and trick you” type thing

grim ocean
knotty oriole
grim ocean
#

💔💔💔

#

were slowly making schizophrenia mods 💔

knotty oriole
#

Sounds like a pretty real fear to me

tidal turret
#

im not good at script api

grim ocean
#

real

grim ocean
tidal turret
#

we can use chat gpt trust

grim ocean
#

i is very average 🗣️📢🔥

grim ocean
tidal turret
#

🤫

grim ocean
#

i think chatgpt is only good for coming up with concepts and ideas, not how to actually make them fr

tidal turret
#

not really

#

if you give chatgpt knowledge about what you are trying to make and give it exaples and enough context it actually can

knotty oriole
#

Its decent if it has the data for it, but for niche subjects like script api and commands its v lacking

knotty oriole
#

Especially cus it gets confused ab java or bedrock

#

Regardless of the specification

grim ocean
tidal turret
#

here ill give u an example rq

knotty oriole
#

Anyone got anymore cool ideas for ways the game could potentially fk w u

grim ocean
#

uhhh

knotty oriole
#

The whole fake player thing and fake crash thing are two great choices

#

The best of the best options

#

But we’d need a lot more to make a whole game outa it

grim ocean
#

like some comedy mixed with horror movie with like 20 twists lmaoaoa

#

the pig suddenly becomes a full on murder chasing u down, and then turns out to be a player in disguise, trolling u

#

and then the player turns out to be a fake player 💔

knotty oriole
#

I get inspired a lot by an old game called “The Wattson Scott Test” which is meant to basically be a “game” which quiz’s u ab ur fears and uses them against u

grim ocean
#

thats easily abusable tho if ur not honest 💔

knotty oriole
#

I like the format of being basically directly spoken to by the game and having to answer multiple choice questions ab topics

knotty oriole
grim ocean
#

they can jhst reply with "latina thats living in canada"

grim ocean
knotty oriole
tidal turret
#

we can make jump scares

grim ocean
#

real

grim ocean
#

that seems uhh

tidal turret
#

we can change the texture of when players wear a pumpkin and change the texture to an image or sumthing

knotty oriole
#
  • May feature a part where it asks you to list which of the following monsters are real: it may show images of minecraft monsters which are not real, followed by images of monsters from the game — more primarily Osamu (if the Ice-Cream easter egg has been viewed then this will be answerable); followed by a high definition illustration of something which it will linger on for several seconds before allowing you to choose your answer. It will then show a plain black screen, and ask if the following monster is real; you will not be given the choice for answers. After several seconds it will change to: ‘Do you recognise your reflection?’ - and you will be allowed to answer. Next it will ask: ‘Do you recognise your surroundings?’ Finally, it will change to another high-definition image of either a person or monster and ask: ‘Do you recognise me?’ - and sounds of breathing and other realistic sound effects will emanate from behind the individual.
tidal turret
#

ai

grim ocean
#

what the fuc

grim ocean
#

actually pretty good

knotty oriole
#

The game will provoke u directly and begin that sequence

grim ocean
#

real

#

wat if

#

when a player sleeps, and wakes up, they open chat and see a entire conversation with them and some random dide thats not real

#

lmaoaoa

grim ocean
#

very real

knotty oriole
#

Ill be providing random notes and scenes from times ive considered this idea before for a separate game so be prepared for random blocks of text like such:

#
  • Other’s may be allowed to join you during the HFSE. During this, at some point the HFSE will ask if you are alone. If you answer “No” it will respond with ‘Correct’, if you answer “Yes” it will respond with: ‘Then tell me \ Who is [Spectating User]?.’ If this text is present in solo, it will instead respond, ‘Incorrect’, and/or, ‘I am here.’
tidal turret
#

actually i made a pack with ai once and gave it full context wait 1 sec

knotty oriole
#

My other ideas arent as good as the long one i posted before 😔

grim ocean
#

💔💔💔

grim ocean
#

🤯🤯🤯🔥🔥🔥

knotty oriole
#

Has some potential for sure

grim ocean
#

lmoaoaoa

knotty oriole
#

The game could defo feature an “invite to plot” system which displays a tellraw msg that would display at the end of that sequence

grim ocean
#

real-

knotty oriole
#
  • At the beginning, HFSE may ask you to type your name which will be done via moving along a virtual keyboard using WASD allowing a maximum of 16 characters; this will likely lead onto HFSE mentioning it doesn’t trust you yet, and therefore it will use a name from your system - that being your username.
tidal turret
#

uh guys

tidal turret
#

when i did that tickingarea command

grim ocean
tidal turret
#

it fucking corrupted my game

#

i didnt make copys

grim ocean
#

bruh?

tidal turret
#

im fucked

grim ocean
#

💔💔💔

#

💔

knotty oriole
tidal turret
#

wtv ground gens a bad idea anyways

knotty oriole
#

Broke the fourth wall clearly

grim ocean
#

😭😭😭

#

rip bro's buildings

knotty oriole
#
  • If a player does not answer a question for a while, the system may ask if the player is still there; it will mention it can “See you’re still here.”, and tell you to “Answer.”
grim ocean
tidal turret
#

@wooden ingot my friend made with fully with ai

knotty oriole
grim ocean
#

ngl, i think keeping it simple like only allowing like 3 pre defined answer and choices is a good thing

knotty oriole
grim ocean
#

i thought u meant creating AI fake players in minecraft 💔

tidal turret
#

you guys are quite deep in this.. Middy are you still up to making a SIMPLE server with me. I can help with that project later

grim ocean
#

#1336416443511869500 message

🗣️📢💔

tidal turret
grim ocean
knotty oriole
grim ocean
#

it is? 🤯

knotty oriole
grim ocean
tidal turret
grim ocean
knotty oriole
grim ocean
#

hmm

#

so likeke

#

we got a skyblock at first, and then at one point, u get asked with random questiosn?

tidal turret
#

guys give me something for the ai to make like a system (an easy one or sum)

tidal turret
#

bc

#

pls

grim ocean
#

lmao

#

uhhh

knotty oriole
tidal turret
#

no it has to be script api

#

no commands

grim ocean
#

sorting data in the world after restarts or reloads with only scripts and no scoreboards

knotty oriole
grim ocean
tidal turret
grim ocean
knotty oriole
tidal turret
#
/scoreboard objectives add movZ dummy

/summon armor_stand ~ ~ ~ {Tags:["CustomEntity"],Invisible:1,Marker:1,NoGravity:1}```
the ai already has failed
grim ocean
#

isnt that just predicting where its gonna move 💔

knotty oriole
grim ocean
tidal turret
#

let me do the script version now

grim ocean
knotty oriole
knotty oriole
grim ocean
#

thats so depres

knotty oriole
#

Why cant we just have sin, cos, tan, and sqrt operations instead of having to make our own with +-*/ its so tedious 😔

grim ocean
#

we got the modula operator but not sqrt 💔

knotty oriole
#

Ill at LEAST take sqrt for pythagoras

#

But would like sin cos and tan too

grim ocean
#

💔💔💔

knotty oriole
#

Would make trig infinitely easier

grim ocean
knotty oriole
#

Wasnt worth my day

grim ocean
knotty oriole
grim ocean
#

were still on algebra stuff, simplifying questions 💔

knotty oriole
grim ocean
#

or compacting them 💔

grim ocean
#

i kinda duno how rhat translates as grades in ur countries

#

💔

knotty oriole
#

Im from uk so

grim ocean
#

so depres

knotty oriole
#

For me is years, altho thats equivalent to year 11 which is when we’re finishing school

tidal turret
#

im seeing if the chatgpt script works trust guys

grim ocean
knotty oriole
#

I think we started learning trig at ab 14 (year 9)

grim ocean
#

aint no way 💔

#

am so depres

knotty oriole
#

Yeah, im only 17, im just outa school

tidal turret
#

bad news guys

grim ocean
#

the americans built different 💔

tidal turret
#

it doesnt work

knotty oriole
grim ocean
grim ocean
grim ocean
knotty oriole
#

I never thought id use trig and here i find myself using both trig, pythag, circle theory, and sm more 😔

tidal turret
#

hold on let me check the other script it gave me

knotty oriole
#

And in minecraft of all places

grim ocean
grim ocean
knotty oriole
#

The formula for Sine is brutal asf me and people from the Bedrock Commands Community were researching it yesterday for a project and its foul

grim ocean
knotty oriole
grim ocean
#

huhhh

knotty oriole
#

I was trying to make a custom controller of sorts for a ship that didnt ac exist as an entity or anything, means the only way it existed was as x, y, rot, and speed

grim ocean
#

funei

tidal turret
#

guys

knotty oriole
#

So i needed to find a way to make it move based off those values by calculating its position on the next tick or at the end of the runtime

tidal turret
#

ask the ai something simple simple

knotty oriole
#

The total formula ended up looking like this in the end:

#

Y₂ = Y₁ + S * T * (16*(pi*θ/180)*(pi-(pi*θ/180)))/(5*pi^2-4*(pi*θ/180)*(pi-(pi*θ/180)))

tidal turret
#

give it a lil slack

grim ocean
knotty oriole
grim ocean
#

wat does the weird lookign zero mean 💔

knotty oriole
#

And thats only to calculate the y axis 🥹

grim ocean
#

💔💔💔

knotty oriole
tidal turret
#

give the ai another system like rng system or sum

knotty oriole
#

I thought u were tryna prove how efficient and reliable ai is

grim ocean
#

generate a random number that still always returns the same number, being 1

knotty oriole
grim ocean
knotty oriole
# knotty oriole

Is a combo of these two formulas and converting degrees to radians

grim ocean
#

💔 ( wat is radians lmao- )

tidal turret
#

asked the ai
For minecraft bedrock I need you to make a script for random crates when someone right clicks on a compass it will take the score 500$ from them and then generate random loot that is put in a list exaple minecraft:diamond 64

tidal turret
#

omg i spelled example wrong

tidal turret
knotty oriole
knotty oriole
# grim ocean wthth

Radians are generally more accepted in scientifical calculations and so are therefore used in 90% of calculators by default, including the ones in ur phones

#

Theyre just annoying asf to work w tho

grim ocean
grim ocean
#

so radian is just angles except its "zero" is offset by 57.3 degrees 💔

knotty oriole
grim ocean
#

huhhh

knotty oriole
#

So 2 radians is equal to 114.6 degrees i think?

#

Idk its weird

#

I just let the formula do its thing

grim ocean
#

i is very sorry, as a mere average minecraft kid, i is not able to comprehend alat 💔

tidal turret
grim ocean
#

it doesnt

#

it just processes it and then thats it

knotty oriole
tidal turret
#

kay

grim ocean
#

just literally a idea to see if chatgpt can come up with it

knotty oriole
# grim ocean 💔💔💔

U can see the accuracy of the formula notated by the yellow number on the bottom, compared to the simple version ran on my phone as the number on top; bottom number is multiplied by 1000 for minecraft so i can represent 3 decimal places

grim ocean
knotty oriole
grim ocean
knotty oriole
#

That formula is only used to find half of the equation however

knotty oriole
#

Gotta use pythag or make cosine for the other half; i chose pythag and used a custom sqrt operation w commands instead

grim ocean
knotty oriole
grim ocean
#

when mojang add decimals to scoreboard 💔

knotty oriole
#

Please

#

And gimme my damn sqrt, sin, cos, and tan too so i never have to do this stupid shit again

grim ocean
#

am so depres

knotty oriole
grim ocean
#

that makes it even worse for me, no? 💔

knotty oriole
#

Its ac super simple in school for the most part so shouldnt be too big of a deal

knotty oriole
grim ocean
#

real?

knotty oriole
#

Thats basically all it is

grim ocean
#

huhh

knotty oriole
#

That isnt all one equation

#

Each line is one equation; a lot shorter than the crap above lmao

grim ocean
# knotty oriole

my brain doesnt want to process things shown in that thumbnail or watevrv

grim ocean
#

dats so funei

knotty oriole
grim ocean
#

wthth

knotty oriole
#

Itll make more sense in school, dw

grim ocean
#

i think remembering the names is gonna be harder than remembering the concepts 💔

knotty oriole
#

Nahhh, ull get it

grim ocean
#

real?

#

💔

knotty oriole
#

It ends up being one of the fairly easier things to learn tbf

grim ocean
#

💔💔💔

knotty oriole
#

If ur worried ab memorising things, ull need to memorise the following equation and how to use it: