#💻︱programming
1 messages · Page 21 of 1
I don't understand
That was terrible
Yoda is just multicore
i dont understand
Welcome to Minecraft
Notch be like
thread moment
One more before I hit the road
01001000 01100101 01101100 01101100 01101111 00100001 00100000 01010111 01100101 01101100 01100011 01101111 01101101 01100101 00100000 01110100 01101111 00100000 01000011 01110101 01100010 01100101 01000011 01110010 01100001 01100110 01110100 00011001 01110011 00100000 01110000 01110010 01101111 01100111 01110010 01100001 01101101 01101101 01101001 01101110 01100111 00100000 01100011 01101000 01100001 01101110 01101110 01100101 01101100 00101110
Solve is without it using a translator
wdym hes just speaking binary
👀
How am I supposed to solve a wall of 0 and 1
Lol
your pc is doing this for u all day smh
But my pc understands the language 😔
its actually more maths than language funnily enough
But you said no translator 
help =/= auto solve tool



I'm here! Who asked for me?
Also
Error 404
😂
string chicken = discord.FindNearestChicken();
chat.WriteLine("@" + chicken + " hi chicken");
output: @misty kestrel hi chicken
What the actual output would be:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Syntax error, insert ";" to complete Statement
I tried it too with the ; and with a System.out.println to test in console, and it's printing
@Chicken@ad2a5905 hi chicken
I think you forgot to reference the name property of the chicken
But I'm also assuming that in c# you'd need to specify that chicken is a String 🤔
ya or you var
but you could assume that unsent code above that piece says String chicken; somewhere
No, I expect them to write their entire class. Actually no, their entire project. Actually no, their entire storage drive


I too define my variables as:
C:/Users/wouter/programming/variables/my-app/Strings/nameField = "OhCritly";
im triggered by the fact that those aren't backslashes
I prefer using forward slashes on windows too
as they work just as well, and I don't have to double backslash in code
I'm mostly triggered by the folder names and how they're located
didnt know you could do that lol
01010100 01101000 01100001 01101110 01101011 01110011
Anyone know
How to force my texturepack
To play my texturepacks sound on cubecraft?
Like I want it so when I break an egg it says “Sooga” (egg in jawa) but it still does the normal growl
But in a world it does play my grown sound
I also have a custom block place and death sound tok^
And those play but not the custom growl
Ot is it not working because cube has a “secret” texture pack that forces it to play?
I believe that the way sounds are handled is different
I’m not a dev so I can’t like confirm this but
idk if its possible to show on the client what sounds the server wants the client to play, maybe with the narrator or some mod you could figure out what sounds to edit/replace
I did replace the growl textures for the egg break
I am p sure it is the growl sound that plays right? Or is that why it’s not working 😂
The client can ignore some sounds with a mod
No bedrock
ohh
This is a scuffed image but this is what I have now
And the sound files is named growl(1-4).ogg
Onedrive pog
I'd check if your JSON is valid
I would be using my pc but YEA thats nice
It is the default one to me but toby edited it to be more like the top one
It works on creative but not cubecraft
are you still hearing the other sound then or nothing at all?
I still hear the normal growl on cubecraft
But in creative I hear the edited one I have
With a command block spamming /playsound mob.enderdragon.growl @a
I could just be getting the played sound wrong too, but I’m pretty sure the egg crack is the growl
I think you might be able to find the actual sound name accurately by using both the ingame narrator feature (that shows any sounds as text), and the english (or your lang) translations file, to find the names of those sounds & then I'd say the key of the translations file should have a matching identifier somehow with the sounds
I will see 😧
I have no idea if cube has likr a bts texturepack that plays the sound for everyone or something
I was thinking that too for a bit, but I don't think we'd package default mc sounds in a new resourcepack 😛
Does bedrock have the subtitles thing?
Your json looks invalid, by the fact it has an underline
Thats because I tapped it and onedrive thinks its misspelled
And then it works in vanilla but not cube
Techno sword hacc client v1.0
lol
make me cheese
This the place that will even out the IQ since it has dropped so drastically after the arrival of among slime.
are you implying that anyone in this channel has any brain cells
because i dont think anyone does
slime players have -20 so they only need to have 20 here to compete

Is math programming?
some
2 + 67 = 69
class Noob {
constructor(name) {
this.name = name;
}
}
``` or ```js
function Noob(name) {
this.name = name;
}
@torpid crypt Will your client have a spectate and ask to join buttons in the Rich Presence in discord profile? I saw some other games using the features.
cube has to support that in the first place
Yea, that's the main problem
I haven't tried it before but I'll have to checkout how it works
oKeH
the 2nd is objectively wrong
if you dont wanna use classes, dont use functions as a replacement
@minor roost :)
I think there’s some good documentation. You could make it so an ask to join adds them to a party automatically
34+35
I wanna code a game for pc what should i use java c++ or python
depends on what you wanna do
but in general I'd use c++/c# for game development as python is just not exactly what you want for games and java is fine, but its easier to makes game with c#/c++ as there are several engines available for those
private final String name;
private final boolean noob;
public CubeCraftPlayer(String name, boolean noob) {
this.name = name;
this.noob = noob;
}
public String getName() {
return name;
}
public boolean isNoob() {
return noob;
}
}
C++ is mostly what all of the major game studios use because of the speed
noob should always be set to true
UnrealEngine I'm pretty sure is C++
Unity is C# and/or Javascript
If you've never made a game before then yeah I'd probably just recommend the language you best know.
@undone flume ^
You're absolutely right
public static final boolean NOOB = true;
while(true) {
System.out.println("@Calichin#3647 is a big noob");
}
while 1:
print("@Calichin#3647 is a big noob.")```
Depends
also the only language i can code without looking at stackoverflow every 2 seconds
nah Arabic is a better coding language
@untold grail
Does cubecraft bedrock
Use like for eggbreak sound
Mob.enderdragon.egg?
Like a custom one for the break sound?
you'd have to ask one of our "lovely" game devs
Uhhh
@quasi oasis might know
What one would know for bedrock
Are you trying to figure out what sound we use for EggWars egg breaking?
Yes
Because
“Category”: “hostile”,
“Sounds”: [
{
“Name”: “sounds/mob/enderdragon/growl1”,
“Volume”: 8
},
“Name”: “sounds/mob/enderdragon/growl2”,
“Volume”: 8
},
“Name”: “sounds/mob/enderdragon/growl3”,
“Volume”: 8
},
“Name”: “sounds/mob/enderdragon/growl4”,
“Volume”: 8
},
]
},
Is not working
@quasi oasis
Me and my friend are thinking you made a custom sound? Like break.dragonegg.crack or something
@wheat relic We just use a thunder sound upon egg breaking.
ambient.weather.thunder
Try that
I've never worked with whatever you are doing before so I have no idea
@quasi oasis I got it to work thanks
I think I thought it was dragon growl because you guys changed the pitch and speed it was played at 😅
So now I gotta make it a but faster
Hey
Anyone know how to make a HUD appear or like an image
Like a Pumpkin but for helmets
only works with pumpkins
Yes but
on bedrock
If I edit resource pack code
you could probably do that on java
with datapacks
but bedrock doesnt support that afaik
No and
Yes 
pls 😂
Can't even use pointers in java lel
pointers are a big pro for C++ if you want to write memory efficient programs that are fast
I forgot the ++ 
not going to
CubeCraft

typescript > js
https://tjcx.me/p/i-wasted-40k-on-a-fantastic-startup-idea
This also applies to Minecraft servers in a way
good read it was something
Yes, agree. i am not js dev tho. I am just learning React to understand frontend ;)
And I was too lazy to learn ts for now xdd
Nice
pog python
ew python
Python cool wdym
Python always felt limiting to me :(
same
Sameee, that’s why I prefer JavaScript over Python
oh boi you have not explored python to its limits then
probably yeah, I’m fairly new to it so it’s too early to judge honestly
Prob not
python is great
this is the outcome of 2 weeks of data analysis with python got me. such a good diagram :D
quick, buy more lemons, save more lives!
!!!!!!!!!!!!!!!!!!!!!!!!!
if you aren't eating lemons with lemonade for every meal, you are murder!! 😡😡
oh got haha
some people say i need glasses, but i think i can C#
old, boring, bad, you should be banned for that
Ow :(

Why did the programmer quit their job? because they didn't get arrays
That one was better 😄
:D
yes
was the source of your errors you
A bit
Nice
😮
import java.util.*;
public class HelloWorld{
public static void main(String []args){
ArrayList<Object> a = new ArrayList<>();
a.add(a);
System.out.println(a);
}
}```
Still can't understand this ^
ArrayList<Object> a = new ArrayList<>(); makes a new array called "a"
a.add(a); adds the array a to the array
System.out.println(a); prints the array a to the console
correct me if im wrong
nice xD
yes, pretty much
I'm adding an array to itself.
yes, I saw
also, plz
import java.util.*;
public class HelloWorld{
public static void main(String []args){
List<Object> a = new ArrayList<>();
a.add(a);
System.out.println(a);
}
}
Hi adding an array to itself, I'm Molly
Hello, can someone help me with a skript? I want to make one that the more XP level a user has, more additional hearts he will have
(I'm new to the programming world) 🙂
Sure, I can try. Depends what you are using ;)
java + forge mod? or spigot?
or just command blocks?
oh, sorry. never used spigot...
I would use spigot. It’s pretty easy to do
is spigot, but using skripts
I don't know how eventhandling works with skript, but there's the PlayerExpChangeEvent (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerExpChangeEvent.html)
then it should look something like this (again, I don't know skript, so I did it in java)
@EventHandler
public void onXP(PlayerExpChangeEvent e) {
Player p = e.getPlayer();
if(p.getExpToLevel() >= e.getAmount()) {
//your code here
}
}```
@marble moth
ok thx
david die te moeilijke woorden gebruikt voor dingen
volgens mij is dat gewoon simpel gezegd een domein koppelen aan het backend ip van de server die wordt opgezet met de cloudnet api
Ai ty
bijna
Bijna goed geprobeerd, ik vind het een leuke poging :DD
Well yes but actually no, wel lief dat je probeerde te helpen 
what are good java IDEs
intellij
IntelliJ Community Edition (if you want free)
I like Microsoft word
or Vim
i heard that vim is also very good
ikr
i should try vim
or Notepad
@gaunt berry if you want a cool IDE for everything, where you can customize it how you want, I'd go with VSCode
but you need to install some extensions first
I wouldn't suggest vscode for java though, its really messy to get started
^
@gaunt berry are you a student? if so, you should try https://education.github.com/pack
intelij or eclipse for java, as getting vscode to do java packages/testing is hell
or be funky and use netbeans 
eclipse is aight tbh, mostly cause im lazy and eclipse does so much for you
IntelliJ does even more ;)
i use intelij, im just saying i dont mind eclipse lol
as my university lab computer hated intelij so i had to use mostly eclipse for a year
my teacher's code lmfaooo 
I also use intelij
was either eclipse or netbeans and that is not a hard choice lol

lmaoo, I would choose VSCode tbf
vscode isnt on the computers

and also, my java lab work was junit, which doesnt work with vscode
only bad thing with 🆚Code is this:
Spigot or Paper?
wdym?
ew react
What is better
spigot i'd say, but I don't know
🤭
xD I never used it but I need to learn some frontend frameworks for my website because client side rendering is cool
and react >>> angular
Vue > others😂

ah fair enough
the only web dev i care to do is with bootstrap
and the main js i use is node
not that i have done node in the past few years lol, have probably forgotten it by now
print('Hello World')
I used to use eclipse, IntelliJ is so much better
More modern, with more features without being too complex
^
@ancient fractal also, I am not JS dev xD and I never want to be lmaoo my mains are Java, PHP or Python
Laravel?
nope, Nette
(smaller and fast Czech framework with pretty huge set of extensions)
my main language is java purely cause i have to code in it for my degree
js and python were my main languages before then but since starting university i havent touched them
I really started to love java, mainly because of async, streams, ...
did I just write lava? lol
yes lol
my dev dream is to master ```bf
++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>----.>++++++++++++++.-----------------.++++++++.+++++.--------.+++++++++++++++.------------------.++++++++.
well, if i get accepted by this internship i going for ill be having to learn ruby which'll be fun
always wanted to learn it
samee
but I kinda didn't have time for it xD
neither, which is why internship will be good as i get paid to learn it lol
hopefully i get in, already done a coding test for it and passed, now just gotta do the interview
Good luck
ooooo
nice!! Good luck
interview is tomorrow so we'll see lol but thank
was going to be today but i had an exam earlier so i had to move it
had an exam on software engineering funny enough
nah, on creating software
You had to create a website?😂
Ohh
paper
@ancient fractal good luck!!! :D
Thank 
Gonna be Paper from me 😄
Spigot but only because I haven’t used paper 
paper is a spigot fork
redned u know smth abt go lang dev language?
Paper is literally just an optimized spigot fork
it took me a second to realise that you werent talking about literal paper that you draw on
Ahaha
I should try it then I always thought it was different 
does anyone know how to create a web scraper for discord.js?
the cubecraft stats API isnt public right?
is there even an api
yeah, for java atleast... ive seen it being used before
No, it's not.
public when
awh, allright... and there is no way to get access to it with permission either?
No, it's completely private.
did i hear spam ping a developer from an admin? sounds good.
@untold grail api when
ight
<@&786990632676753468> leaking leek when?
there used to exist a https://players.cubecraft.net way back until 2015 😦 F
i'll have to time travel, i guess.
hacker
if (message.author.id === ("324624192077037569")){
message.reply("shush")
}
is this gonna cause trouble? Probably... is it funny? No... Did i still do it? Yes
but now i wonder, does this violate the rules of the Discord API, since its kinda spammy...
discord just rate limits you
i dont think they ban for that
https://api.cubecraft.net/ I believe exists
public when
Idk I don’t even have it
tell ben to fix
yes
appeal for mod
yes
no
also i wont look at you application xd
cynamoo probably
http://cbecrft.net/helper A member of our recruitment team will review it
The bot is a bot
The bot is just a moderation tool
We use it to use automessages
lmao
The bot is a computer program so if you're that uh maybe?
Do people use Atom Editor here? :)
I considered it, but decided to go with vsc teehee
vsc > atom
Atom ⚛
Yes
No. Have tried it but vsc is better
Atom works for me :)
You don't want that API
what if i do
.
Ooo


It's pretty noob that the API doesn't show code of the error @untold grail
<@&786990632676753468> pls fix

😂 😂 😂 😂
<@&786990632676753468> you should replace sentinel with baguetteAC
i feel like baguetteAC is better
I agree baguetteAC sounds so much better
it returns a 403 in the response header
but you don't wanna use that api anyway
what if i do because i am pro hacker 
Isn't that like necessity? Xd
For most API wrappers ofc
ive seen apis which return a forbidden error message but the code in the response header was like 200
Anyone know how to reconstruct an xbox 1s into a pc?
Because honestly I think if I get windows10 on my 1s it can run minecraft better than what it does now
Because it actually feels like I’m playing minecraft on google stadia on mobile data with my input lag
not possible
no one has modded xbox ones to that point
yes because its not possible
it's not possible till someone does it
yes, that is indeed what impossible is.
1 + 1 = ?
1+1 = 0
:o i never new this channel existed
._. can't you just search xbox 1 emulators for pc
._. i am dum
you can indeed, but you can't use the fs
or like 80% of the features that windows 10 can use
._. mc runing on a pc needs the fs tho
Does anyone have a hardcore faction core?
why are you asking here ._.
this is only for programers :/
I am gonna MAKE LOTS OF STUFF WITH THIS API GME ACCESS
if the did not answer then it is not public info then
i see so there is a hit cap
you cant
._.
you can run uwp apps
and you can probably also emulate windows
but you cant run in directly on the console
Because you don't exist 😅
@wheat relic you can buy yourself a xbox developer account and install an older version of minecraft that way
when renderdragon wsnt a thing yet
idk if it works
linus made a video abt that a while ago
toxicity
whoops
Lmaoo
aaaaaaaaaa ive got an interview later today and i have to talk about the code i submitted 
as if i rememeber what i did
i will try not to die inside 
I’m not using an illegal copy of the game 🥴
I don’t think there’s much you’d be able to make from that API 😂
Discord RPC tho

- Stats Bot (gonna get me verified on discord xD)
- Discord Rpc (tbh i am just editing a existing client)
- Make a SpeedRunner stats lb :o
ahem ahem make the third one to Wr lb
wait... aren't you guys giving us the stats 
There’s not even an API that’ll be released xD
Idk what’s in the one they use as I don’t have access :p
you mean there will not be a public api anytime soon
Tbh idk but doubt it
gime access to the public stats i will make a website on it
Post in thread 'Public API' https://www.cubecraft.net/threads/public-api.228873/post-1106188
Omagawd whats an api!!!!1!2!
Pretty basic suggestion, create a public (rest) API to retrieve data such as stats, leaderboards, ranks, whateverisstored. Currently there's api.cubecraft.net, but that's far from public. Also, you can currently get...
ik about that
Now that passport is out it’s possible it may happen but who knows ¯_(ツ)_/¯
That’s close to 16
The age you need to be 👀
can you change my age when i am doing the interview for dev
but CubeCraft is not currently looking for dev's
Hi not 16 yet, I'm Molly
yayay
i will do stuff for you you take 50% of the money give me 50% 😉
k
lets hope no one finds out 😳
ill apply in august
😳 i will send you stuff for then to apply
can you make it so that when someone shoots a bow to wait a bit and not die from bow spamers @half pike @scenic sierra @next panther @spring tiger @queen nymph @void willow @zenith hill @spare gyro @honest heath
@rugged tulip Let's not mass-ping staff, you can make a suggestion thread about that here: https://www.cubecraft.net/forums/suggestions/
thank you
Does everyone here use js?

same ,can we get some end points for user stats 
#banquartz for saying js bad
guys this code kinda sus
took me 1 hour to find the imposter
@ancient fractal how did it go
When the Code is SUS! 😳
Me who doesn’t know a tad bit of coding: yes it is sus
i want to become famous can someone gime access to api 
who knows lol, they said they'll be in contact with me by Tuesday for their decision
me: * gos to the api form post *
some random guy who does not know what a api is :

😅
Jk
:o i am making this bot anyone want to test it out, join hazard's server 
advertising confirmed
Aaaaaaa exciting

why you posting that here?
also that so ez to make 
@bronze wigeon don't ping you?

@bronze wigeon what you coding rn?
look at my rp
Stop saying acronyms
<#channelidhere>
Channels have ids?
A
#deleted-channel
._.
#exisiting-channel

hallo :)
Its bc it wasn't a mutual server, correct?
hewo
@hearty bloom
this man advertizeing 
No
lmaoo

yes
Is there any other things like that?
use sTuPiD cAsE it is bEtTeR
idk why i am calling it that 
No that'd show as invalid
no need to gatekeep 😛
Not like people read someone's stats😂
@bronze wigeon hi

status* 
its painful to see ppl make grammar errors
Application Programming Interface
Advanced Micro Devices
I think I lost my braincells
Acorn risc machine
I dont ever use autocorrect
Then make it thiccer
O.o
finally made websockets work in php and js xD
gj
IP leak
lol
Hahah
omg his ip is 127.0.0.1 

/ping 127.0.0.1 -t
thats the ip of his pc lol, not really useful 😂
imagine some kid trying to ddos that ip but crashing their pc instead
omgg, but I have VPN 
i now just joking around 😂
lmao
my code be like: compile -> doesnt work, compile again -> doesnt work, compile again -> works
Literally
I was debugging something and it worked
Then I restarted my server it broke 
😂
Genius
lol
ddos hypixel.net joke be nice to hypixel they are okay
hypixel moment
that is a lot i think
same
there are people with way more than that
ik
@gaunt berry how did you get the roles?
not the right place to ask but: https://cbecrft.net/dclink
I used to swear bedwars and the bridge xD
its too laggy for me to play pvp there, also i like mmorpgs more
yeah, that's the main reason why I stopped
Skyblock has an interesting backend
Working on my own Skyblock core made to scale for servers like Cubecraft
It's definitely interesting to store playerdata and such
So far I only have island saving/loading
On multiple formats such as .mca (region format) and .schematic (FAWE)
Maybe I'll implement limiters for hoppers etc
Program program program
^ program moment
hM yes program
How do i program?
vim
here's Ms-Paint IDE https://ms-paint-i.de/
this better
well, you see, you open stackoverflow, steal the code, run the code
😂 😂 😂
Making my first bungee plugin is stressful
My new dev work is very different than spigot 
Tech what you doing dev work for?
I can't say or it's advertising
It's not cube
well I probably could say but I don't wanna come off as advertising :p
Ok so for another Minecraft server or hosting company.
It's another server, I recently became dev yeah
I used to make small spigot plugins but this is very different
Small java one
Ye bedrock is weird
Sounds fun
they gave me a big project tho xD

I don’t want you to came across as advertising, but may I ask what the project is. You are speaking to a bugrock player 🙂
All I am guessing is that is it is for a punishment system
Basically: punishment system but you can click things
Ok, it it is a run command that pops up a menu that gives you options for instance banning people. Like how long the ban is or what they were banned for. And some for muting?
Well that's the idea yeah
just realized I need to start over after like 5 hours HAHAHA
Why
Ohh that sucks
Well I wish you luck with your dev project. Definitely tell me how to goes 🙂
Will do
i hope you're enjoying the trails @dense zinc , lots of coding and programming and data mining and RAM to find out how to get them.
Bungee development is not that hard
lacks a lot and needs plugin messaging tho
That can be annoying
as plugin messaging requires players to be online
Yeah I ditched bungee, I needed to make a GUI and didn’t want to use packets when it could just be a spigot plugin installed in every server
If that GUI requires all servers to operate properly (listing all players connected for example) then you'd have a plugin on the bungee talking to all servers
And a plugin on each server handling
I have both
The plugin on each server only really handles the GUI
Intellij update.
I'm pretty sure it does not supposed to look like this
(not kidding this is my intellij a nice gray window)
lel
I will not be updating :)
hola cracks a qui les vengo a traer la nueva intro del channel
Reportable but next time use #💌︱staff・help
Does anyone here know how to make Bedrock capes HD
I want a high definition cape but everytime I put mine in it just comes blank
I heard it is more likely to be blank if you have noob in your name
Too bad I don’t
This is very much about programming someone help related add HD cape
And if anyone knows how to make a HUD for specific helmets I want to know that 😎 in bedrock ofc
use optifine
B e d r o c k
gl doing it on bedrock
is this channel only meant for like java or java script programming or also for datapacking?
It is for all programmaing i guess
datapacking is also fine imo
ah oki thats amazing
everything except HTML jk
but i agree
datapacking is programming
I like javascript
i dont 😂
I make websites
i make datapacks
cool fits your profile picture
ah nice
and that is the website for that compnay
when the browser is less than 1000px in width the boxes go like in the first image
i make these kinda things
is the name "love you enterprices"?!
thats a real shame
my sister is Yasmina and I am Luis
on the negative, i got denied by the company i got interviewed for 😦 however on the positive, ive been asked to attend interviews/assessment days for 3 major companies instead 
one does cloud computing, one does electronics and one is game dev, aaaa choices 
also negative is that i gotta do 3 coding interviews and that is gonna be my own personal hell ngl

oh jeez good luck
all i have is a project im 2 weeks behind on that i have no clue how to do lol
normally im like 'oooo look fancy code' whilst in the coding interviews im like 'what is a string'
mood
fish tank monitoring system
i've got an arduino system measuring conditions in a fish tank
and then i have to display them graphically on a website
sounds fun
it is fun
or at least it would be
if i knew the slightest thing about web development
lmao mood
i spent 7 hours yesterday mostly looking at documentation going "what on earth"
i have my own personal website but thats about it for my experience of web dev
and even then for my personal website i used bootstrap which does it all for you lmao
lol
i dont think i have ever hated google and javascript as much as i did at 9pm yesterday
relatable lmao
i dont even know javascript
my java project atm, the lecturer even said ' i specifically designed the algorithm you gotta use to be ungoogle-able' so thats fun
lmao
was like bet
good luck
and then google'd and found he was correct 
lol rip
thankfully im on lunch now and dont have comp sci again until monday which means time to flop somewhere
lol fair
got distracted by an invitation to an interview and have zoned out since lol
work experience is so hard to get is sad
and atm its all remote so less opportunities but more applicants
yepyep
lockheed martin is my best bet in terms of big companies since i've done stuff there in the past
ah thats fair
but then i ended up meeting someone by chance who's partner happened to be the CEO of a small software development firm
so im gonna ask them since they offered to do a bespoke placement in the future if i was looking
ye thats fair, connections are always the best way in to experience ngl
im a bit shocked tho as the 3 companies asking for interviews from me atm are massive global companies, and the ones that have denied me so far are the small ones
honestly thought it'd be the other way round ngl
what spiders drop when they die
@arctic narwhal me coding by myself vs. when we call
and by "fancy code" you mean you take the code I've made, ctrl c + ctrl v and change it up a little
throwing SHADE lmfao
/f list
This has nothing to do with programming, so don't send it here
what is a expirimental Sentinel?
beacause i got banned for it
and i wasn't even hacking
or something like that
Im not an expert on programming but i have a question
Does Cubecraft run pocket mime or bedrock?
We have a Bedrock Server, and a Java server
It runs there own server ^
There own code
Pocketmine is garbage everyone knows this smh
Nice
Meh not really.
Can the cubecraft developers add in bedrock skywars water and lava buckets?
j
Okay
aint pocket mine that php bedrock server joke?
If you’re interesting in a little bit of the behind the scenes on our Bedrock network you can check it out here https://www.cubecraft.net/threads/behind-the-cube-1-feelin-lucky.264600/
Every time we update a game, add something new or anything of those sorts, we do Q/A with the product team as well as staff testing. We like to get outside yet still a bit of internal input before we release anything to the community. With a staff team of over 100 people, we can get a good gist of how our players might feel about something new.
Is this true?
Because I don’t know how the eating bug wasn’t apparent when testing 😜
Or is that mostly a ping issue?
Or do you guys like only play 1 match?
Sometimes bugs arise in production that aren't there in the testing environment
That was just the old KB being awful as always xD
Yeaaa but never got fixed for nearly a year
🤮
why the puke :(
The old KB was unfixable, it was never meant for the Bedrock platform and this was apparent with the many bugs and inconsistencies
Nono
Cause you know how
High ground = bad
Cause people below you can hit from further away?
Combine that with 1 server globally
Now you got high pinging players stuck in combos forever
Well maybe that'll change 👀
Still
If I get a US E server
I still get 100 ping
I don’t expect them to add a US E and a US W because they aren’t a huge corp like EA
But I mean if cube wants to be the first server hosted in US West I mean 🥴🥴
I still wouldn’t like the KB tho cause all the SA players are easy combo’s
But cubecraft is better than hive
A US player playing on Hive EU is
Not playable at all
Whomst's Tim and whatst Timsort
You want the disgusting, broken, inconsistent, randomized, unfair knockback again ?
To be fair I did prefer the old kb
No not really
Lifeboat, NetherGames are all running fine?
And they have definitely more than 15 players
Unbugged kb yes
I want it back unbugged
Lifeboat does not run fine lmao
Well but NetherGames does
As someone who does a fair amount of QA’ing for our updates, I can assure you we test things extensively. But, again as Techno mentioned, there are still things that arise in our main network that otherwise wouldn’t have on our test environment. After all, a couple of people testing versus hundreds of thousands of people testing... No matter how much QA’ing I do, those issues would come up. I go into a bit more detail about how testing works here: https://www.cubecraft.net/threads/test-new-gamemodes-before-releasing-them-beta-team.271946/#post-1272017 :)
why didn’t that quote dark
^
Okey
Yea, so you wanna keep the eating bug?
Or you want them to remake a whole new eating system?
Wha-
Here is Discord bot programming or what?
I think anything 🥴
@minor roost please do not advertise in here
hey is python a good starting point to learn other codes?
HTML is not a programming language
Huh it is
Starting from basics ending in java
Java language is pretty hard
Then why dors it exist ?
Its a very easy way to code your own website using html, CSS and Java.
Without html, CubeCraft's website won't exist.
CSS is aka style
@hearty bloom is professional with coding
Hi!
Can you explain for us if HTML is a coding language?
Yeah
You can't eat with spoon if there's no food
Html is the bottom
Then the style which isn't so much important.
Okay I'll go with you
Lmaooo, hi
How would you Java work if this doesn't exist:
<button>Sign Up</button>
?
Hiii
@minor roost
That's html
.
I know
You know the html from
<html>
[all code here]
</html>
I haven't reached that stage yet
I only finished Basics
Because there's no support for Java here
I thought your talking about Java 😂
I don't get
My cousin is learning it in university 🎓




