Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
I've recently started working on an EverybodyEdits API using Java.
Its quite lightweight, and as fast as it should be.
When its finished, i'll post it on my Github page along with a maven repository.
Preview;
import xyz.baddev.everybodyeditsapi.EverybodyEditsAPI;
public class TestAPI {
public static void main(String[] args) {
new TestAPI().run();
}
private EverybodyEditsAPI everybodyEditsAPI;
private void run() {
try {
everybodyEditsAPI = new EverybodyEditsAPI("guest", "guest");
everybodyEditsAPI.connect("");
} catch (InterruptedException e) {
e.printStackTrace();
}
everybodyEditsAPI.getSelfPlayer().say(String.format("This world has %s plays!", everybodyEditsAPI.getWorld().getPlays()));
}
}
Update 1: Okay so i've setup the github repository (@StijnSimons/EverybodyEditsAPI cause i still can't post any links)
Offline
give a estimate of when it'll be finished
~meow~
Posting Goal: 2000
#Joe Griffin
Thanks HG for the signature and avatar!!!
Offline
Update
You can follow progress and the features i’m adding on the Github Pages page.
Thanks for all the upvotes btw!
Offline
Really looking forward to this API. A good and easy to understand event system will make developing bots so much easier.
Also the block enum could make stuff very easy, although it might be a pain to maintain.
Ingame: marten22 My steam: MartenM
Offline
Really looking forward to this API. A good and easy to understand event system will make developing bots so much easier.
Also the block enum could make stuff very easy, although it might be a pain to maintain.
Yeah, not looking forward to making the whole enum but it'll make it a bunch easier to program a bot
Offline
To all people reading this, as stated on the site, i'll be making an enum of all blocks. Since i'm too dumb to decompile the client, i'm just gonna copy all blocks from my world. But of course i don't have all of them so if you have blocks that i don't (look on the gif below), please contact me. (I'll add you to the contributing list xp)
Offline
To all people reading this, as stated on the site, i'll be making an enum of all blocks. Since i'm too dumb to decompile the client, i'm just gonna copy all blocks from my world. But of course i don't have all of them so if you have blocks that i don't (look on the gif below), please contact me. (I'll add you to the contributing list xp)
Not long ago there were some worlds with all the different blocks placed inside it.
I am not aware of the world ID, someone else probably is, but it might also not have been updated with the latest blocks :s
Ingame: marten22 My steam: MartenM
Offline
I'm very looking forwords to your Java EE API, RageQuits, I'll use it on a bot once it's done.
~meow~
Posting Goal: 2000
#Joe Griffin
Thanks HG for the signature and avatar!!!
Offline
I'm very looking forwords to your Java EE API, RageQuits, I'll use it on a bot once it's done.
Thanks, you can already use it, even though i haven't made the event system, but everything else should work fine.
I've added some examples on the Github Pages page.
Offline
To all people reading this, as stated on the site, i'll be making an enum of all blocks. Since i'm too dumb to decompile the client, i'm just gonna copy all blocks from my world. But of course i don't have all of them so if you have blocks that i don't (look on the gif below), please contact me. (I'll add you to the contributing list xp)
If you need some testing with blocks: PWAllBlocks
Offline
RageQuits wrote:To all people reading this, as stated on the site, i'll be making an enum of all blocks. Since i'm too dumb to decompile the client, i'm just gonna copy all blocks from my world. But of course i don't have all of them so if you have blocks that i don't (look on the gif below), please contact me. (I'll add you to the contributing list xp)
If you need some testing with blocks: PWAllBlocks
Thanks, will the world get updated each time new blocks are added?
Offline
Question, where should I put the code?
~meow~
Posting Goal: 2000
#Joe Griffin
Thanks HG for the signature and avatar!!!
Offline
How is it going with this project?
Offline
Gosha wrote:RageQuits wrote:To all people reading this, as stated on the site, i'll be making an enum of all blocks. Since i'm too dumb to decompile the client, i'm just gonna copy all blocks from my world. But of course i don't have all of them so if you have blocks that i don't (look on the gif below), please contact me. (I'll add you to the contributing list xp)
If you need some testing with blocks: PWAllBlocks
Thanks, will the world get updated each time new blocks are added?
According to fact that they didn't add toxic pack, no
Time before becoming a Member - Leaderboard
1. Whirl - 9 months
2. KirbyKareem - 8 months
3. pwnzor - 2.4 months
4. MWstudios - 2 months
5. ILikeTofuuJoe - 1.5 months
Piskel is the best GIF maker I've seen
HG's signature for me - Anatoly's signature for me
The Mashed Potatoes Song - The longest post on EE forums - Play my Minesweeper
Offline
[ Started around 1732355896.4393 - Generated in 0.191 seconds, 12 queries executed - Memory usage: 1.7 MiB (Peak: 1.93 MiB) ]