Tool
🚩 LATEST [MCPE 1.2.7] 🐲🐲 DragonProxy 🐲🐲 - Join JAVA edition servers using BEDROCK clients! [BEDROCK 1.2.7 <-> JAVA 1.12.2]
Poll: What else do you think we should make?
Ended Dec 22, 2017
Poll: When should we release 0.0.2-beta?
Ended Dec 22, 2017
Well, I have some questions...
Dragonet has a topic which was posted in a Chinese forum:http://www.mcbbs.net/forum.php Minecraft中文论坛
Here is the link of this topic:http://www.mcbbs.net/thread-373763-1-1.html
The following are the doubts we have found:
-The sponsored link is different from the link which the offical site provides.
-The name isn't in the answer of the question "Who is part of Dragonet Team?".
-This topic has outdated, and the account still activities.
I am a Chinese, and Maybe I would have some grammatical errors...Please understand.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat thread looks pretty darn suspicious (unless @DefinitelyEvil is Chinese) and while Google Translate tried its best, I really can't make out what the thread actually says.
Well, here's what Google Translate gave me (other than my annotations, Java-style):
Dragonet dragons server
Currently supported: Minecraft 1.8.3 and Minecraft: Pocket Edition 0.11.0 alpha
MCPE 0.11.0 build 14 Download:
http://pan.baidu.com/share/link?shareid=447433617&uk=2503646972 //This is some kind of cracked MCPE client download. Android only.
Seeking to share, seek score ~! ^ - ^
Thanks hsk001ufo withheld greatly to the Software and vigorously promote and support ~ //Get used to "hsk001ufo", he's here a lot
JS Plugin Development Tutorial //Translated version of this link below
Brief introduction
Dragonet is a multi-client, Java server more plug-ins.
While supporting the latest version of the PC version of MC and PE MC.
Support plug-bucket, JS sponge plug-ins and future!
0.0.2-preR6 will also support PHP plug-in! //Someone updated this recently enough to know about pre-R6, only started 2.5 weeks ago
What are dragons server?
Dragons server is based on the development of multi-platform universal
Glowstone MC server only supports the PC version and the PE version
while landing, also supports Bukkit have powerful plugin system.
Dragons server is free?
Yes, absolutely free of charge. But also open source!
How dragons server?
And CraftBukkit buckets serving as ~ but all profiles in the config folder.
Needs to be installed on the server Java, version recommend Java 1.8. //AFAIK the Dragonet team never made this recommendation.
A variety of plug-in support
1. Bukkit plugin
2. Sponge (Sponge) widget //Again, this (and PHP) was a recent development
3. DAPIS Javascript script plugins (dragons JS script API)
4. PHP plugin (DPHP)
Annex: JS Plugin Development Tutorial
Version Information
Current version: 0.0.2-preR3 (MCPC 1.8.3, MCPE 0.11.0 b9-13) //Even though they clearly know about preR6, this is horribly outdated.
Bug
Survival mode synthesis sometimes card is not goods. //No clue. Sorry.
Official test server (not yet open) //Yes, they made up these URLs. Totally fake.
PC version of the address: mc.dragonet.org
PE version Address: mc.dragonet.org default port
Downloads dragons server
http://dragonet.org/
Source code
http://github.com/DragonetTeam/Dragonet
Developers
TheMCPEGamer (now developers), I (DefinitlyEvil), Dragons team (The Dragonet Team) //They listed the team as a member of the team. Wow.
MinecraftForum original post
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2209222 //This link actually works, and takes you to this thread. Huh.
//Everything beyond this point is absolute bull.
Dragonet Chinese sponsor
Principal Sponsor
Green island MC server
(A sponsor server)
Server Official QQ group: 363 217 414
[Apply to become a sponsor]
Capacity: 3/4
Sponsors can accept Type: Companies, MC server
Sponsored type: a small amount of money, Java build server, the test server
Application Format:
This topic is highlighted by the hsk001ufo set at 2015-5-17 12:10 //I'm assuming hsk001ufo is a moderator who "supported" and stickied the thread (or something). I can't really tell from his profile page.
Oh, and here's the page on DAPISes...
DAPIS script Plugin Development Tutorial
Section I: Preparation Work
We
used the server software called Dragonet Server (Chinese dragons named
server, MCBBS forum link). This is a pure Java server software magic. //The "MCBBS link" takes you back to the main thread.
First, because of its multi-platform support of MC, which supports All
the PC version of Minecraft items, but also allows PE version connects
to the server (of course there will be some restrictions.) In addition,
plug-in support of that, you can not only use ordinary bucket clothes
plugin, you can also use JavaScript plugin ( Use Rhino engine). So here we come to explain how to use Dragonet.
Section II: Installation and operation Dragonet //All links tout this as a JS tutorial, but here we are learning basic Java usage.
1.
You can go to the bottom http://dragonet.org Dragonet download
pre-compiled version, you can also go to
http://github.com/DragonetMC/Dragonet download the source code and
compile it yourself. The default configuration file in the config
folder, the plug / script plugins folder, you can specify the folder from the command line.
2. You will need Windows or Linux command line knowledge you can write a startup script or directly from the command line, type:
cd path / to / dragonet
java -Xmx1024M -jar dragonet-xxx-xxx.jar (1024M is the maximum memory, finally the file name)
3. If an error occurs, such as debugging Bukkit (buckets), as can debug the server.
N. run successfully ~
Section: Your first script plugin
1. Next we will create a script containing the basic format, first create a JS file as HelloWorld.js, enter:
//At first I thought this was copied off the wiki, but they seem to have messed with getLogger. Hmm.
var current;
function getUID () {
return "You plug uniquely English identity";
}
function onLoad (script_instance) {
// And onLoad Bukkit plugin () will be passed as a parameter
except for the current Bukkit plugin object scripts can be used to
operate Bukkit interface.
current = script_instance; // save the script
}
function onEnable () {
. current.getLogger () info ("Hello World!"); // the same as calling Bukkit plugin interface
}
function onDisable () {
}
Copy the code
2. The script threw plugins folder (by default plugins).
3. Start Dragonet server and observe the effect. How kind, JS plug-in is not very simple? //Indeed, your tutorial wasn't very simple. Okay, sorry, I know that was probably Google Translate, but I still can't figure out how this is a JavaScript tutorial? It's just an example code.
After that, I started translating the replies and, honestly, I'm pretty shocked. The guy with the redstone torch started proclaiming bugs when someone asked for the original MCF post (they seem to know this is a duplicate... weird.) and was told: "I developed the" (Wow, Google's having a bad day...) Then everyone started talking about MEGA and how the project is foreign and I honestly lost track.
So I did what I always do when I can't stand a forum post and skipped to the last page. Here's the roundup:
Funnily enough, most of the negative comments were made by @DefinitelyEvil (or at least the account claiming to be) and all in all, it didn't look like a great advertisement for us. Oh well ;3
Of course, there are things that can be done to remove the thread... Should it come to that ;3
Well, I am no Chinese and I've neber been to that website either. That's a damn fake guy.
Well, I am no Chinese and I've neber been to that website either. That's a damn fake guy.me.
Ok, we have punished this account and delete that thread. For this incident, we're sorry.And I believe There will be no such things happen.
In order to prevent a recurrence, we may need the reprinted with permission to do it, that we could reprint Dragonet to our forum and forbid other members reprinting Dragonet to get some illegal interests.
We'll send you the link of the thread in our forum, and tell you what we write in this thread.
Thanks.
Ok, we have punished this account and delete that thread. For this incident, we're sorry.And I believe There will be no such things happen.
In order to prevent a recurrence, we may need the reprinted with permission to do it, that we could reprint Dragonet to our forum and forbid other members reprinting Dragonet to get some illegal interests.
We'll send you the link of the thread in our forum, and tell you what we write in this thread.
Thanks.
Thanks a lot!
You can read the proclaiming here: https://github.com/DragonetMC/DragonetForums/issues/2
Also, would you like to help us to advertise Dragonet software in China? We still have a long way to go.
You can create a new section called Dragonet Plugins Development or somethig similar, maybe?
Btw, I registered an account named TheDragonetTeam. Translator works so bad I tried about one hour to know what's going on. xD
Ok, that's what I would like to do
Due to some factors, we can't create a new section. But maybe we'll create a new thread about Dragonet in the sector "Software and Resources".
Nice! Thanks a lot man! Please send me your skype name through private messages and we can chat easier.
We have released 0.0.2-preR7.
OMG. So AWESOME!
+1
Btw theres a bug where instead of dirt slowly turning into grass, grass slowly turns into dirt
Thanks. There will be some small bugs because server isn't complete yet.
When will the mob/animals support will be release? any updates from glowstone project?
I don't think so. Shoghi is a genius, he can do anything even impossible things. xD
Well he has the source code of MC:PE, so he has an 'unfair' advantage.
Lead developer of Dragonet!
Check out my game, Adventuria!
Dev of (IMO the best server ever) TwilightGamez!
Well, we can't depend on our guessing. But we can learn from his code.
Our demo server is online!
never can create command since first release to now
never can create countdown with Tick() :3
Demo server is using a dev build which isn't released yet, you may grab the source and compile yourself.
Wtf? Could you plz post your JS to somewhere like pastebin?